relay-runtime 0.0.0-main-e2858d58 → 0.0.0-main-d4cbecc8

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.
@@ -31,7 +31,6 @@ export type PageInfo = {
31
31
  };
32
32
 
33
33
  type ConnectionConfig = {|
34
- CLIENT_MUTATION_ID: string,
35
34
  CURSOR: string,
36
35
  EDGES: string,
37
36
  END_CURSOR: string,
@@ -53,7 +52,6 @@ const CONNECTION_CALLS = {
53
52
  };
54
53
 
55
54
  let config: ConnectionConfig = {
56
- CLIENT_MUTATION_ID: 'clientMutationId',
57
55
  CURSOR: 'cursor',
58
56
  EDGES: 'edges',
59
57
  END_CURSOR: 'endCursor',
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Relay v0.0.0-main-e2858d58
2
+ * Relay v0.0.0-main-d4cbecc8
3
3
  *
4
4
  * Copyright (c) Meta Platforms, Inc. and affiliates.
5
5
  *
@@ -19,7 +19,6 @@ var CONNECTION_CALLS = {
19
19
  surrounds: true
20
20
  };
21
21
  var config = {
22
- CLIENT_MUTATION_ID: 'clientMutationId',
23
22
  CURSOR: 'cursor',
24
23
  EDGES: 'edges',
25
24
  END_CURSOR: 'endCursor',
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-e2858d58",
4
+ "version": "0.0.0-main-d4cbecc8",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"