INPUT_OBJECT

CreateNetflowWhitelistMutationInput

The input object that defines the fields for the createNetflowWhitelist mutation.

link GraphQL Schema definition

  • input CreateNetflowWhitelistMutationInput {
  • # The ID of a `NetflowEndpoint`.
  • netflow_endpoint_id: Int64Bit!
  • # An IPv4/IPv6 subnet.
  • subnet: SubnetScalar!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by