Schema introspection and query execution capabilities, allowing models to discover and use GraphQL APIs dynamically.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Retrieves the GraphQL schema. This can use either a local schema file, a schema file hosted at a URL, or an introspection query.
Executes GraphQL queries against the endpoint. By default, mutations are disabled unless the 'ALLOW_MUTATIONS' environment variable is set to 'true'.