reload_schema
Force a fresh introspection of a GraphQL endpoint to replace cached schema. Use when you suspect the remote schema has changed.
Instructions
Force a fresh introspection, replacing any cached schema for the given endpoint (or the current one if not specified). Use this when you suspect the remote schema has changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | No | Endpoint to reload. If omitted, reloads the current endpoint. |