Relative Content

Tag Archive for javagraphqlgraphql-java

How to programmatically read the schema of a GraphQL query in Java?

I am working with a GraphQL API provided by an upstream system. In my application, I need to dynamically fetch the possible values for an argument in the GraphQL query. The upstream system’s team has defined an enum type for this argument, containing a list of possible values.