v1

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

Execute any GraphQL query against the Firebase SQL Connect's generated GraphQL schema. Grants full read to the connected data sources. ExecuteGraphqlRead is identical to ExecuteGraphql except it only accepts read-only query.

post/v1/{+name}:executeGraphqlRead

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