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 +0 -0
- package/linux-x64/relay +0 -0
- package/macos-arm64/relay +0 -0
- package/macos-x64/relay +0 -0
- package/package.json +1 -1
- package/relay-extensions.graphql +8 -0
- package/win-x64/relay.exe +0 -0
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
package/relay-extensions.graphql
CHANGED
|
@@ -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
|