All Downloads are FREE. Search and download functionalities are using the official Maven repository.

graphql.introspection.IntrospectionQuery Maven / Gradle / Ivy

There is a newer version: 230521-nf-execution
Show newest version
package graphql.introspection;

import graphql.PublicApi;

@PublicApi
public interface IntrospectionQuery {
    /**
     * This is the default introspection query provided by graphql-java
     *
     * @see IntrospectionQueryBuilder for ways to customize the introspection query
     */
    String INTROSPECTION_QUERY = IntrospectionQueryBuilder.build();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy