module RSpec::GraphQL

Attributes

schema[RW]

The GraphQL Schema to test against @return [GraphQL::Schema]

Public Class Methods

configure() { |self| ... } click to toggle source
# File lib/rspec/graphql.rb, line 12
def configure
  yield self
end