v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13214471.4 KB
projects

Execute introspection query against the Firebase SQL Connect's generated GraphQL schema. GraphQL introspection query provides metadata such as what tables the schema have, what queries and mutations can be performed on the schema, and so on. Read more at https://graphql.org/learn/introspection. IntrospectGraphql can read schema metadata but cannot read rows from Cloud SQL instance, which can be done via ExecuteGraphqlRead.

post/v1/{+name}:introspectGraphql

Path parameters

namestring required

Required. The relative resource name of Firebase SQL Connect service, in the format: projects/{project}/locations/{location}/services/{service}

Request body

querystring

Required. The GraphQL query document source.

variablesobject

Optional. Values for GraphQL variables provided in this request.

operationNamestring

Optional. The name of the GraphQL operation name. Required only if query contains multiple operations. See https://graphql.org/learn/queries/#operation-name.

Response

Successful response