Skip to content

ClientSourceInput

Payload for a client source

Fields

id · ID · The ID of the client source
ref_source · String · The source of the client
ref_source_other · String · The other source of the client
ref_type · String · The type of client source

Used By

Definition

"""
Payload for a client source
"""
input ClientSourceInput {
"""
The ID of the client source
"""
id: ID
"""
The source of the client
"""
ref_source: String
"""
The other source of the client
"""
ref_source_other: String
"""
The type of client source
"""
ref_type: String
}