Class: RSpec::GraphQLResponse::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/rspec/graphql_response/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#graphql_query_attributeObject

Returns the value of attribute graphql_query_attribute.



4
5
6
# File 'lib/rspec/graphql_response/configuration.rb', line 4

def graphql_query_attribute
  @graphql_query_attribute
end

#graphql_schemaObject

Returns the value of attribute graphql_schema.



4
5
6
# File 'lib/rspec/graphql_response/configuration.rb', line 4

def graphql_schema
  @graphql_schema
end