Avadhani Jonnavithula

Results 3 issues of Avadhani Jonnavithula

When defining models, is it possible to register nodes of a model with multiple labels? Perhaps through something like class Meta? Better yet, dynamically?

Not sure whose issue this is, but just putting it out here. [Graphene](https://github.com/graphql-python/graphene-django) provides Python library for providing graphql interfaces. Graphene-django provides django integration, and models can be provided to...

### Current Behavior When passing certain options through `project.json` in the following format - ``` "container": { "executor": "@nx-tools/nx-container:build", "dependsOn": ["build"], "defaultConfiguration": "development", "inputs": ["production"], "options": { "engine": "docker", "platforms":...