You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ We provide a few built-in plugins within the `@envelop/core`, and many more plug
134
134
| useDisableIntrospection |[`@envelop/disable-introspection`](./packages/plugins/disable-introspection)| Disables introspection by adding a validation rule |
135
135
| useFilterAllowedOperations |[`@envelop/filter-operation-type`](./packages/plugins/filter-operation-type)| Only allow execution of specific operation types |
136
136
| useExtendedValidation |[`@envelop/extended-validation`](./packages/plugins/extended-validation)| Adds custom validations to the execution pipeline, with access to variables. Comes with an implementation for `@oneOf` directive for input union. |
137
-
|usePreloadAsset|[`@envelop/preload-asset`](./packages/plugins/preload-asset)| Register asset that should be prefetched on the client via an extensions field. |
137
+
|usePreloadAssets|[`@envelop/preload-assets`](./packages/plugins/preload-assets)| Register asset that should be prefetched on the client via an extensions field. |
138
138
| usePersistedOperations |[`@envelop/persisted-operations`](./packages/plugins/persisted-operations)| Simple implementation of persisted operations/queries, based on custom store. |
0 commit comments