"""Based in graphql-product."""
type Health @key(fields: "id") {
    """Represents the health of the abacus service."""
    abacus: Boolean
    """Throwaway id field to allow for federation."""
    id: ID!
}
