INPUT_OBJECT

unblockIpAddressInput

Autogenerated input type of unblockIpAddress

link GraphQL Schema definition

  • input unblockIpAddressInput {
  • # ID of User
  • user_id: ID!
  • # Ip address to unblock
  • ip_address: String!
  • }