Exception: GraphQL::PersistedQueries::NotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/graphql/persisted_queries/errors.rb

Overview

Raised when persisted query is not found in the storage

Instance Method Summary collapse

Instance Method Details

#messageObject



7
8
9
# File 'lib/graphql/persisted_queries/errors.rb', line 7

def message
  "PersistedQueryNotFound"
end