Skip to content

CandidHealthConnection

Info on connection to Candid Health

Fields

id · ID! · required · The unique identifier of the connection
is_enabled · Boolean! · required · True if the Candid connection is turned by user

Used By

Definition

"""
Info on connection to Candid Health
"""
type CandidHealthConnection {
"""
The unique identifier of the connection
"""
id: ID!
"""
True if the Candid connection is turned by user
"""
is_enabled: Boolean!
}