graphql 2.0.29 → 2.0.30

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a4c389be668ea272506e675f6db8a10c8711453267a22ca32d9d169cddc63848
4
- data.tar.gz: c830e1a36677ee91cf524fd70cd0bbbac359e54e9481e0491693e6f651e07938
3
+ metadata.gz: 29e458d7502ad70d3edce8b8e40d4782fc5c8ef6b43c159a120b9704104a6097
4
+ data.tar.gz: 8e4734645288bf1e4e24f05394c9bf9c52c6f8be6489b47843553b1c21b1fdd2
5
5
  SHA512:
6
- metadata.gz: e9f477d70fe094fe434cf6a798fe48b4ab879d8fde291145caa36af0e2bccd45563f96b01156331014d1f5c9ecddb33fdd691632ac9454d3f2e739ce8b1434a7
7
- data.tar.gz: 6832577335c22d03b8627a0de7df6a4ade1691a73f5c1c353c1bee21ba66948ef1eb5c0a6e78eea200c8c1994a7d4df8ebc5706bb97a780a7b2fb698d4d9a2ec
6
+ metadata.gz: f65bab0e77b28b56ba0f333ffd14bc7b90c3e65f3142a65ed7c95893a49935fe98b6c5b039bac4f129612b2d82c5358bda23a3174a9558584e4c7b5810b3e394
7
+ data.tar.gz: 90cb751caebff78ff5a80f58acfb91602f77e2697fe25e0f661fde9f4d3a299cb733fc29d844374132940f5a10463fe5fb80a4ea3100695e28a2470127eb083a
@@ -124,7 +124,7 @@ module GraphQL
124
124
  when GraphQLResultArray
125
125
  # There's no special handling of arrays because currently, there's no way to split the execution
126
126
  # of a list over several concurrent flows.
127
- next_result.set_child_result(key, value)
127
+ into_result.set_child_result(key, value)
128
128
  else
129
129
  # We have to assume that, since this passed the `fields_will_merge` selection,
130
130
  # that the old and new values are the same.
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module GraphQL
3
- VERSION = "2.0.29"
3
+ VERSION = "2.0.30"
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: 2.0.29
4
+ version: 2.0.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Mosolgo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-28 00:00:00.000000000 Z
11
+ date: 2024-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: base64