Uses of Interface
graphql.execution.preparsed.PreparsedDocumentProvider
Packages that use PreparsedDocumentProvider
-
Uses of PreparsedDocumentProvider in graphql
Fields in graphql declared as PreparsedDocumentProviderModifier and TypeFieldDescriptionprivate PreparsedDocumentProviderGraphQL.Builder.preparsedDocumentProviderprivate final PreparsedDocumentProviderGraphQL.preparsedDocumentProviderMethods in graphql that return PreparsedDocumentProviderMethods in graphql with parameters of type PreparsedDocumentProviderModifier and TypeMethodDescriptionGraphQL.Builder.preparsedDocumentProvider(PreparsedDocumentProvider preparsedDocumentProvider) -
Uses of PreparsedDocumentProvider in graphql.execution.preparsed
Classes in graphql.execution.preparsed that implement PreparsedDocumentProvider -
Uses of PreparsedDocumentProvider in graphql.execution.preparsed.persisted
Classes in graphql.execution.preparsed.persisted that implement PreparsedDocumentProviderModifier and TypeClassDescriptionclassThis persisted query support class supports the Apollo scheme where the persisted query id is inExecutionInput.getExtensions().classThis abstract class forms the basis for persistent query support.