Sha256: 60093b30b38067e7a9c006e0ae6e8fac775c15ff4725f1c501c48d5df32c76cd

Contents?: true

Size: 201 Bytes

Versions: 2

Compression:

Stored size: 201 Bytes

Contents

# frozen_string_literal: true

require 'graphql'

module RSpec
  module GraphqlMatchers
    module TypesHelper
      def types
        GraphQL::Define::TypeDefiner.instance
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rspec-graphql_matchers-1.4.0 lib/rspec/graphql_matchers/types_helper.rb
rspec-graphql_matchers-1.3.1 lib/rspec/graphql_matchers/types_helper.rb