relay-compiler 0.0.0-main-99f54c15 → 0.0.0-main-424fb55a

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/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-99f54c15",
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