graphql 1.13.19 → 1.13.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c21327429549138738debab2d522197133548eb4b275a5f67086154e08469149
4
- data.tar.gz: ec61107f4f45aaf1de25c6674d7fcf3b8e19b1245fdbf2a1bd1b0f7f1dd9b0aa
3
+ metadata.gz: 42ac23f472a071c76db0088cb6b8971b47dded8692fa0b6579d81a03b448eaf3
4
+ data.tar.gz: ce9dfbaef1d8735ffde98da1133f5369c97966e73c4fdf792225b299f3f84c7b
5
5
  SHA512:
6
- metadata.gz: 5b56c3aaa86b6d758b53d49a7906de483375c54f40db9126b96d791f41c7bba6407d9b59205a4d47215cef1391cd5ebbc03d5eb76825747cbfc1d0f6baf1f0ef
7
- data.tar.gz: 7f7cb3b2e4fa8c26b355ea4adf01803ab32e2d97036475469071e2cf67d06431ab0486f0daf8ab28433deb95bb8642ea0a2b52739abe6d0ad06bb22b4fdcb2cc
6
+ metadata.gz: 51a45060c4ce9a6fbaa256c85e01b81818c0424ebb5248a563ddecc7fcafedfc7b0a7ddeab28df78ab7b22e4e1f2b385e040b366cd866acf43fb7689f2a8e2cd
7
+ data.tar.gz: e0440aa1314f6c2e9e99dc0df00c8f4f99a7efcc92e8b64733ac146caa01959a5dea11f40a8be1b10810a07d2f948d7a8bb045704298540884900ba3d7f0ae74
@@ -502,7 +502,7 @@ module GraphQL
502
502
  # @param field_name [String]
503
503
  # @return [GraphQL::Field, nil] The field named `field_name` on `parent_type`
504
504
  # @see [GraphQL::Schema::Warden] Restricted access to members of a schema
505
- def get_field(parent_type, field_name)
505
+ def get_field(parent_type, field_name, _context = GraphQL::Query::NullContext)
506
506
  with_definition_error_check do
507
507
  parent_type_name = case parent_type
508
508
  when GraphQL::BaseType, Class, Module
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module GraphQL
3
- VERSION = "1.13.19"
3
+ VERSION = "1.13.20"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphql
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.19
4
+ version: 1.13.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Mosolgo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-02 00:00:00.000000000 Z
11
+ date: 2023-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: benchmark-ips
@@ -722,7 +722,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
722
722
  - !ruby/object:Gem::Version
723
723
  version: '0'
724
724
  requirements: []
725
- rubygems_version: 3.3.3
725
+ rubygems_version: 3.4.10
726
726
  signing_key:
727
727
  specification_version: 4
728
728
  summary: A GraphQL language and runtime for Ruby