We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1d5e2 commit b36d1ceCopy full SHA for b36d1ce
injection/README.md
@@ -13,8 +13,8 @@ The `@inject` directive enables dependency injection in GraphQL schemas by allow
13
## Schema Structure
14
15
```graphql
16
-# Extract expansion variables from X into any selection of `Query.*`
17
-_inject_x: JSON
+# Inject electronic product (JSON) data as expansion variables available to any Query field
+_inject_electronic_products: JSON
18
@inject(on: [{ expose: true, types: "Query", fields: ".*" }])
19
@materializer(
20
query: "products"
0 commit comments