relay-compiler 18.2.0 → 19.0.0
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/README.md +1 -1
- 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-compiler-config-schema.json +1504 -5547
- package/relay-extensions.graphql +1 -1
- package/win-x64/relay.exe +0 -0
package/relay-extensions.graphql
CHANGED
@@ -367,4 +367,4 @@ If added to a query, resolvers in that query to run at exec-time, rather than re
|
|
367
367
|
This means the resolvers are run when the query data is requested rather than when the
|
368
368
|
query is used (i.e. when the network request is made instead of at render time).
|
369
369
|
"""
|
370
|
-
directive @exec_time_resolvers on QUERY
|
370
|
+
directive @exec_time_resolvers(enabledProvider: String) on QUERY
|
package/win-x64/relay.exe
CHANGED
Binary file
|