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

    Modifier and Type
    Method
    Description
    Collection<graphql.schema.GraphQLFieldDefinition>
     
  • Method Details

    • getQueries

      Collection<graphql.schema.GraphQLFieldDefinition> getQueries()
      Returns:
      a collection of field definitions that will be added to the root query type.