relay-compiler 0.0.0-main-a3d1ae53 → 0.0.0-main-424fb55a

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-a3d1ae53",
4
+ "version": "0.0.0-main-424fb55a",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"
@@ -249,3 +249,11 @@ Marks a given fragment as assignable.
249
249
  [Read More](https://fb.quip.com/4FZaADvkQPPl)
250
250
  """
251
251
  directive @assignable on FRAGMENT_DEFINITION
252
+
253
+ """
254
+ (Relay Only)
255
+
256
+ Exposes a fragment's data as a new field which can be null checked to ensure it
257
+ matches the parent selection.
258
+ """
259
+ directive @alias(as: String) on FRAGMENT_SPREAD | INLINE_FRAGMENT
package/win-x64/relay.exe CHANGED
Binary file