Skip to content

ChangeClaimSubmitter

Info on connection to Change Health

Fields

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

Used By

Definition

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