dgs-framework
dgs-framework copied to clipboard
GraphQL for Java with Spring Boot made easy.
## Feature Request In https://github.com/graphql-java/graphql-java/pull/2368, GraphQLContext was added to replace context, with the intent to allow code both in userspace and frameworks to contribute to, share and leverage the content...
Fixes Netflix/dgs-framework#929 This was a pain in the back to be honest 😐. We needed the GraphQLContext object in the transport layers' class. This is mainly why the refactorings are...
## Expected behavior If you have two methods matching the required signature for a query, the framework should complain that the methods are ambiguous, by logging an error. ## Actual...
bug: Sometimes DGS_GRAPHQL_PATH is not set and it breaks the GraphiQL forcing me to redeploy the app
Please read our [contributor guide](https://github.com/Netflix/dgs-framework/blob/master/CONTRIBUTING.md) before creating an issue. ## Expected behavior When I use the GraphiQL it should work ## Actual behavior Sometimes, when I try to use the...
I created a sample project making the use of webflux and disabled CORS and it works for the `/graphql` endpoint but no for the `/subscriptions` one. ## Expected behavior It...
## Expected behavior A method annotated with `@DgsCodeRegistry` in a Spring bean that is wrapped by a Spring CGLIB proxy should be applied. ## Actual behavior The method is ignored...
As per the discussion in https://github.com/Netflix/dgs-framework/discussions/1088 Pull request checklist ---- - [x] Please read our [contributor guide](https://github.com/Netflix/dgs-framework/blob/master/CONTRIBUTING.md) - [x] Consider creating a discussion on the [discussion forum](https://github.com/Netflix/dgs-framework/discussions) first - [x]...
# Title MismatchedInputException when deserializing Error with DGS client due to mistype on field in GraphQLErrorExtensions classification ## Expected behavior When using the DGS client to query a DGS service,...
## Background I'm updating DGS libraries from `4.9.25` to `5.0.2`, then running a `@SpringBootTest` integration test which uses `DgsQueryExecutor` directly to fire queries to the running test server. ## Expected...
## Expected behavior When modifying the GraphQL request and sending a variable that is not in the query, I would expect it to get exposed as `ValidationError` or `BAD_REQUEST` in...