API Stability Preview

The servicesMetadata() GraphQL query will return metadata from all registered services. This is a preview and subject to change.

Syntax

Below is the syntax for the servicesMetadata() query field:

graphql
servicesMetadata: [ServiceMetadata!]!

Below is an example using this query field:

Show:

Returned Datatype

For ServiceMetadata, there are a few parameters. They're listed here along with descriptions of each:

Table: ServiceMetadata

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Oct 3, 2024
endpointUrlstringyes PreviewThe endpoint of the service.
healthStatusHealthStatusyes PreviewThe health status of the service. See HealthStatus.
namestringyes PreviewThe name of the service.
serviceTypestringyes PreviewThe type of the service.
versionstringyes PreviewThe version of the service.