relay-runtime 0.0.0-main-e01b8404 → 0.0.0-main-449bb89b

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.
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Relay v0.0.0-main-e01b8404
2
+ * Relay v0.0.0-main-449bb89b
3
3
  *
4
4
  * Copyright (c) Meta Platforms, Inc. and affiliates.
5
5
  *
@@ -466,9 +466,7 @@ var RelayReader = /*#__PURE__*/function () {
466
466
  throw new Error('Relay Resolver fields are not yet supported.');
467
467
  }
468
468
 
469
- this._readResolverField(selection.field, record, data);
470
-
471
- break;
469
+ return this._readResolverField(selection.field, record, data);
472
470
 
473
471
  default:
474
472
  selection.field.kind;
@@ -550,6 +548,7 @@ var RelayReader = /*#__PURE__*/function () {
550
548
 
551
549
  var applicationName = (_field$alias = field.alias) !== null && _field$alias !== void 0 ? _field$alias : field.name;
552
550
  data[applicationName] = result;
551
+ return result;
553
552
  };
554
553
 
555
554
  _proto._readClientEdge = function _readClientEdge(field, record, data) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "relay-runtime",
3
3
  "description": "A core runtime for building GraphQL-driven applications.",
4
- "version": "0.0.0-main-e01b8404",
4
+ "version": "0.0.0-main-449bb89b",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"