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 classPersistedQueryIdInvalidclassPersistedQueryNotFoundAn 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 PreparsedDocumentEntryPersistedQuerySupport. mkMissingError(PersistedQueryError persistedQueryError)Allows you to customize the graphql error that is sent back on a missing persisted query
-