class Graphql::PersistedDocuments::Configuration
Constants
- DEFAULT_PATH
Attributes
path[RW]
persist_validated_document[RW]
schema[RW]
Public Class Methods
new()
click to toggle source
# File lib/graphql/persisted_documents/configuration.rb, line 12 def initialize @path = DEFAULT_PATH end