module RSpec::GraphqlMatchers::TypesHelper

Public Instance Methods

types() click to toggle source
# File lib/rspec/graphql_matchers/types_helper.rb, line 6
def types
  GraphQL::Define::TypeDefiner.instance
end