Sha256: 0b9e0bf95cc89e704d9dbdb9ffd259c3c34f49515b880616f50840d73490260d

Contents?: true

Size: 170 Bytes

Versions: 13

Compression:

Stored size: 170 Bytes

Contents

require 'graphql'

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
rspec-graphql_matchers-1.3.0 lib/rspec/graphql_matchers/types_helper.rb
rspec-graphql_matchers-1.2.1 lib/rspec/graphql_matchers/types_helper.rb
rspec-graphql_matchers-1.2 lib/rspec/graphql_matchers/types_helper.rb
rspec-graphql_matchers-1.1 lib/rspec/graphql_matchers/types_helper.rb
rspec-graphql_matchers-1.0.1 lib/rspec/graphql_matchers/types_helper.rb
rspec-graphql_matchers-1.0 lib/rspec/graphql_matchers/types_helper.rb
rspec-graphql_matchers-1.0.0.pre.0.1 lib/rspec/graphql_matchers/types_helper.rb
rspec-graphql_matchers-0.7.1 lib/rspec/graphql_matchers/types_helper.rb
rspec-graphql_matchers-0.6 lib/rspec/graphql_matchers/types_helper.rb
rspec-graphql_matchers-0.5 lib/rspec/graphql_matchers/types_helper.rb
rspec-graphql_matchers-0.4.0 lib/rspec/graphql_matchers/types_helper.rb
rspec-graphql_matchers-0.3.1 lib/rspec/graphql_matchers/types_helper.rb
rspec-graphql_matchers-0.3.0 lib/rspec/graphql_matchers/types_helper.rb