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 can utilize 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.