Sha256: d66fbd637d5875f578f651e7c900f2cc250eb8d11d0ce511b98bfff0bfdd1de0

Contents?: true

Size: 210 Bytes

Versions: 91

Compression:

Stored size: 210 Bytes

Contents

# frozen_string_literal: true
require "spec_helper"

BuiltInQueryParserSuite = GraphQL::Compatibility::QueryParserSpecification.build_suite do |query_string|
  GraphQL::Language::Parser.parse(query_string)
end

Version data entries

91 entries across 91 versions & 1 rubygems

Version Path
graphql-1.8.18 spec/graphql/compatibility/query_parser_specification_spec.rb
graphql-1.9.11 spec/graphql/compatibility/query_parser_specification_spec.rb
graphql-1.9.10 spec/graphql/compatibility/query_parser_specification_spec.rb
graphql-1.9.9 spec/graphql/compatibility/query_parser_specification_spec.rb
graphql-1.9.8 spec/graphql/compatibility/query_parser_specification_spec.rb
graphql-1.9.7 spec/graphql/compatibility/query_parser_specification_spec.rb
graphql-1.9.6 spec/graphql/compatibility/query_parser_specification_spec.rb
graphql-1.9.5 spec/graphql/compatibility/query_parser_specification_spec.rb
graphql-1.9.4 spec/graphql/compatibility/query_parser_specification_spec.rb
graphql-1.9.3 spec/graphql/compatibility/query_parser_specification_spec.rb
graphql-1.9.2 spec/graphql/compatibility/query_parser_specification_spec.rb
graphql-1.8.17 spec/graphql/compatibility/query_parser_specification_spec.rb
graphql-1.8.16 spec/graphql/compatibility/query_parser_specification_spec.rb
graphql-1.9.1 spec/graphql/compatibility/query_parser_specification_spec.rb
graphql-1.9.0 spec/graphql/compatibility/query_parser_specification_spec.rb
graphql-1.8.15 spec/graphql/compatibility/query_parser_specification_spec.rb
graphql-1.9.0.pre4 spec/graphql/compatibility/query_parser_specification_spec.rb
graphql-1.8.14 spec/graphql/compatibility/query_parser_specification_spec.rb
graphql-1.9.0.pre3 spec/graphql/compatibility/query_parser_specification_spec.rb
graphql-1.9.0.pre2 spec/graphql/compatibility/query_parser_specification_spec.rb