GraphQLBundle icon indicating copy to clipboard operation
GraphQLBundle copied to clipboard

This bundle provides tools to build a complete GraphQL API server in your Symfony App.

Results 159 GraphQLBundle issues
Sort by recently updated
recently updated
newest added

| 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...

feature

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...

feature

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...

question
enhancement

| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no | Version/Branch...

help wanted
feature

| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no | Version/Branch...

feature

| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | maybe | BC Break report? | no | RFC? | no | Version/Branch...

question
documentation needed

| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | no | RFC? | no | Version/Branch...

enhancement