GraphQLBundle
GraphQLBundle copied to clipboard
This bundle provides tools to build a complete GraphQL API server in your Symfony App.
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | Version/Branch | 0.13.2 -- Hi...
| Q | A | ---------------- | ----- | Bug report? |no | Feature request? | yes | BC Break report? |no | RFC? | no | Version/Branch | x.y.z...
At AssoConnect, we use the PHPDoc content (class, method and property) as description for GraphQL as we do not want to duplicate code/content. We have developed a custom language expression...
Hi. I've got this simple type configuration: ```yml User: type: object config: fields: username: type: "String!" public: "@=service('security.authorization_checker').isGranted('ROLE_ADMIN')" ``` When trying to generate schema ``` bin/console graphql:dump-schema --format=graphql --file=./config/graphql/schema.graphql ```...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no | Version/Branch...
Hey, I'm currently writing some docs on field deprecation (because I always forgot how to do it :rofl: ) and I just encountered a _weird_ behavior. When we mark a...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no | Version/Branch...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no | Version/Branch...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | maybe | BC Break report? | no | RFC? | no | Version/Branch...
| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | no | RFC? | no | Version/Branch...