createFaxAcctInput
Autogenerated input type of createFaxAcct
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEnotify_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}