Main Data Status

Get main data service status and version information

Audience: System Administrator

Returns the current status and version information for the main data service. This query is useful for health checks, monitoring, and deployment verification.

Arguments

This query accepts no arguments.

Return Type

ServiceInfo! - Service status information (non-nullable)

Usage Example

query {
  main_data {
    version
    date
  }
}

Response Example

Notes

  • This query is marked with @public directive, meaning it doesn't require authentication

  • Useful for monitoring service health and deployment status

  • Can be combined with other service status queries in a single request

Last updated

Was this helpful?