You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: all-clients/errorcodes.json
+20-5Lines changed: 20 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,16 @@
88
88
"Expected a QueryRef object, but got something else instead.",
89
89
"The query has not been loaded. Please load the query.",
90
90
"A subscription that is skipped cannot be restarted.",
91
-
"You must provide an `updateQuery` function when using `fetchMore` with a `no-cache` fetch policy."
91
+
"You must provide an `updateQuery` function when using `fetchMore` with a `no-cache` fetch policy.",
92
+
"Could not identify object passed to `from` for '%s' fragment, either because the object is non-normalized or the key fields are missing. If you are masking this object, please ensure the key fields are requested by the parent object.",
93
+
"Expected a parsed GraphQL document with a query, mutation, or subscription.",
94
+
"Could not find fragment with name \"%s\".",
95
+
"Could not find fragment with name '%s'.",
96
+
"Accessing unmasked field on %s at path '%s'. This field will not be available when masking is enabled. Please read the field from the fragment instead.",
97
+
"The configured cache does not support data masking which effectively disables it. Please use a cache that supports data masking or disable data masking to silence this warning.",
98
+
"@unmask 'mode' argument does not support variables.",
99
+
"@unmask 'mode' argument must be of type string.",
100
+
"@unmask 'mode' argument does not recognize value '%s'."
0 commit comments