Uses of Interface
graphql.execution.preparsed.PreparsedDocumentProvider
Packages that use PreparsedDocumentProvider
-
Uses of PreparsedDocumentProvider in graphql
Fields in graphql declared as PreparsedDocumentProviderModifier and TypeFieldDescriptionprivate PreparsedDocumentProvider
GraphQL.Builder.preparsedDocumentProvider
private final PreparsedDocumentProvider
GraphQL.preparsedDocumentProvider
Methods 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 TypeClassDescriptionclass
This persisted query support class supports the Apollo scheme where the persisted query id is inExecutionInput.getExtensions()
.class
This abstract class forms the basis for persistent query support.