INPUT_OBJECT

createFaxAcctInput

Autogenerated input type of createFaxAcct

link GraphQL Schema definition

  • input createFaxAcctInput {
  • # 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
  • }