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 72a3a31 commit 9191602Copy full SHA for 9191602
website/content/docs/custom-rules.mdx
@@ -122,7 +122,7 @@ throw an error for the user about the missing schema.
122
const schema = requireGraphQLSchemaFromContext(context)
123
```
124
125
-#### Accessing TypeInfo
+#### Accessing `TypeInfo`
126
127
If schema is provided and loaded successfully, the `typeInfo` will be available to use. Otherwise -
128
it will be `undefined`. If your plugin requires `typeInfo` in order to operate and run, make sure to
0 commit comments