Package graphql.kickstart.servlet.osgi
Interface GraphQLQueryProvider
- All Superinterfaces:
GraphQLProvider
This interface is used by OSGi bundles to plugin new field into the root query type
-
Method Summary
-
Method Details
-
getQueries
Collection<graphql.schema.GraphQLFieldDefinition> getQueries()- Returns:
- a collection of field definitions that will be added to the root query type.
-