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
Response
Successful response