Uses of Interface
graphql.execution.preparsed.PreparsedDocumentProvider
-
Packages that use PreparsedDocumentProvider Package Description graphql graphql.execution.preparsed graphql.execution.preparsed.persisted -
-
Uses of PreparsedDocumentProvider in graphql
Fields in graphql declared as PreparsedDocumentProvider Modifier and Type Field Description private PreparsedDocumentProviderGraphQL.Builder. preparsedDocumentProviderprivate PreparsedDocumentProviderGraphQL. preparsedDocumentProviderMethods in graphql that return PreparsedDocumentProvider Modifier and Type Method Description PreparsedDocumentProviderGraphQL. getPreparsedDocumentProvider()Methods in graphql with parameters of type PreparsedDocumentProvider Modifier and Type Method Description GraphQL.BuilderGraphQL.Builder. preparsedDocumentProvider(PreparsedDocumentProvider preparsedDocumentProvider) -
Uses of PreparsedDocumentProvider in graphql.execution.preparsed
Classes in graphql.execution.preparsed that implement PreparsedDocumentProvider Modifier and Type Class Description classNoOpPreparsedDocumentProvider -
Uses of PreparsedDocumentProvider in graphql.execution.preparsed.persisted
Classes in graphql.execution.preparsed.persisted that implement PreparsedDocumentProvider Modifier and Type Class Description classApolloPersistedQuerySupportThis persisted query support class supports the Apollo scheme where the persisted query id is inExecutionInput.getExtensions().classPersistedQuerySupportThis abstract class forms the basis for persistent query support.
-