Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/main/java/graphql/introspection/IntrospectionQuery.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@

@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();
}
Loading