Uses of Class
graphql.execution.preparsed.persisted.PersistedQueryError
-
Packages that use PersistedQueryError Package Description graphql.execution.preparsed.persisted -
-
Uses of PersistedQueryError in graphql.execution.preparsed.persisted
Subclasses of PersistedQueryError in graphql.execution.preparsed.persisted Modifier and Type Class Description class
PersistedQueryIdInvalid
class
PersistedQueryNotFound
An exception that indicates the query id is not valid and can be found ever in cacheMethods in graphql.execution.preparsed.persisted with parameters of type PersistedQueryError Modifier and Type Method Description protected PreparsedDocumentEntry
PersistedQuerySupport. mkMissingError(PersistedQueryError persistedQueryError)
Allows you to customize the graphql error that is sent back on a missing persisted query
-