relay-compiler 0.0.0-main-944978ee → 0.0.0-main-5ea0fb9a

Sign up to get free protection for your applications and to get access to all the features.
package/linux-arm64/relay CHANGED
Binary file
package/linux-x64/relay CHANGED
Binary file
package/macos-arm64/relay CHANGED
Binary file
package/macos-x64/relay CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "relay-compiler",
3
3
  "description": "A compiler tool for building GraphQL-driven applications.",
4
- "version": "0.0.0-main-944978ee",
4
+ "version": "0.0.0-main-5ea0fb9a",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"
@@ -235,6 +235,29 @@ directive @waterfall on FIELD
235
235
  """
236
236
  (Relay Only)
237
237
 
238
+ A special scalar type which can be used as the return type of a Relay Resolver.
239
+ When used, the resolver field will derive its TypeScript/Flow type from the
240
+ return value of the Resolver function.
241
+
242
+ [Learn More](https://relay.dev/docs/next/guides/relay-resolvers/)
243
+ """
244
+ scalar RelayResolverValue
245
+
246
+ """
247
+ (Relay Only)
248
+
249
+ Marks a Client Schema Extension type as being an Output Type. This means that if
250
+ a Relay Resolver returns an edge to this type, the Resolver will be expected to
251
+ return the full object, rather than an ID.
252
+
253
+ This is intended for use on "weak" objects, which don't have their own strong
254
+ identity, but rather are conceptually owned by the parent object.
255
+ """
256
+ directive @RelayOutputType on OBJECT
257
+
258
+ """
259
+ (Relay Only)
260
+
238
261
  Marks a given query or fragment as updatable.
239
262
 
240
263
  [Read More](https://fb.quip.com/4FZaADvkQPPl)
package/win-x64/relay.exe CHANGED
Binary file