unblockIpAddressInput
Autogenerated input type of unblockIpAddress
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed 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!}