INPUT_OBJECT

IpInfoInput

Description

Information about an entry in the IP allowlist.

link GraphQL Schema definition

  • input IpInfoInput {
  • # The description of the entry.
  • description: String
  • # The IP address, range, or subnet of the entry.
  • ipCidr: String!
  • }