Schema introspection and query execution capabilities, allowing models to discover and use GraphQL APIs dynamically.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Retrieves the GraphQL schema. Use this first if you don't have access to the schema as a resource. It uses either the local schema file, a schema file hosted at a URL, or an introspection query.
Execute GraphQL queries against the endpoint. By default, mutations are disabled unless 'ALLOW_MUTATIONS' is set to true.