Skip to content

createFaxAcctInput

Autogenerated input type of createFaxAcct

Fields

deprecated DO NOT USE
user_id · ID! · required · User ID
username · String! · required · Username
aes_key · String! · required · Encryption Key
api_key · String! · required · API Key
fax_number · String! · required · Fax Number
notify_provider · Boolean · Notify Provider

Used By

Definition

"""
Autogenerated input type of createFaxAcct
"""
input createFaxAcctInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
User ID
"""
user_id: ID!
"""
Username
"""
username: String!
"""
Encryption Key
"""
aes_key: String!
"""
API Key
"""
api_key: String!
"""
Fax Number
"""
fax_number: String!
"""
Notify Provider
"""
notify_provider: Boolean
}