Package graphql.kickstart.servlet.osgi
Interface GraphQLQueryProvider
-
- All Superinterfaces:
GraphQLProvider
public interface GraphQLQueryProvider extends GraphQLProvider
This interface is used by OSGi bundles to plugin new field into the root query type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<graphql.schema.GraphQLFieldDefinition>getQueries()
-