v1

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

Execute any GraphQL query or mutation against the Firebase SQL Connect's generated GraphQL schema. Grants full read and write access to the connected data sources. Note: Use introspection query to explore the generated GraphQL schema.

post/v1/{+name}:executeGraphql

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