Description
:
Generates a GraphQL query based on a natural language prompt and the provided schema context. This is a stateless method; the schema is provided per request to support local development states. Streams results with real-time status and output chunks.
Description
:
Required. The resource name of the service in which to generate the query. Format: projects/{project}/locations/{location}/services/{service}
Description
:
Required. The resource name of the service in which to generate the schema. Format: projects/{project}/locations/{location}/services/{service}
Description
:
Generates GraphQL schema based on a natural language prompt or data description. This allows users to scaffold new types and tables quickly. Streams results with real-time status and output chunks.