Method: GraphQL::Testing::Helpers::SchemaHelpers.for

Defined in:
lib/graphql/testing/helpers.rb

.for(schema_class) ⇒ Object

[View source] [View on GitHub]

146
147
148
149
150
151
# File 'lib/graphql/testing/helpers.rb', line 146

def self.for(schema_class)
  Module.new do
    include SchemaHelpers
    @@schema_class_for_helpers = schema_class
  end
end