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 Detail

      • getQueries

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