ClientSourceInput
Payload for a client source
Fields
ref_source
· String
· The source of the client ref_source_other
· String
· The other source of the client 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}