Skip to content

unblockIpAddressInput

Autogenerated input type of unblockIpAddress

Fields

deprecated DO NOT USE
user_id · ID! · required · ID of User
ip_address · String! · required · Ip address to unblock

Used By

Definition

"""
Autogenerated input type of unblockIpAddress
"""
input unblockIpAddressInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
ID of User
"""
user_id: ID!
"""
Ip address to unblock
"""
ip_address: String!
}