class GraphQL::PersistedQueries::NotFound

Raised when persisted query is not found in the storage

Public Instance Methods

message() click to toggle source
# File lib/graphql/persisted_queries/errors.rb, line 7
def message
  "PersistedQueryNotFound"
end