Package graphql.kickstart.servlet.osgi
Interface GraphQLDirectiveProvider
- All Superinterfaces:
GraphQLProvider
-
Method Summary
-
Method Details
-
getDirectives
Collection<graphql.schema.GraphQLDirective> getDirectives()- Returns:
- A collection of directive definitions that will be added to the schema.
-