Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
graphql / spec / graphql / compatibility / schema_parser_specification_spec.rb
Size: Mime:
# frozen_string_literal: true
require "spec_helper"

BuiltInSchemaParserSuite = GraphQL::Compatibility::SchemaParserSpecification.build_suite do |query_string|
  GraphQL::Language::Parser.parse(query_string)
end