Package graphql.kickstart.servlet.osgi
Interface GraphQLFieldProvider
-
- All Superinterfaces:
GraphQLProvider
- All Known Subinterfaces:
GraphQLMutationProvider,GraphQLSubscriptionProvider
public interface GraphQLFieldProvider extends GraphQLProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<graphql.schema.GraphQLFieldDefinition>getFields()
-