Skip to content

destroyFaxAcctInput

Autogenerated input type of destroyFaxAcct

Fields

deprecated DO NOT USE
user_id · ID! · required · User ID

Used By

Definition

"""
Autogenerated input type of destroyFaxAcct
"""
input destroyFaxAcctInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
User ID
"""
user_id: ID!
}