INPUT_OBJECT

CreateNetflowEndpointMutationInput

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

link GraphQL Schema definition

  • input CreateNetflowEndpointMutationInput {
  • # A descriptive name.
  • name: String!
  • # Whitelist mode.
  • whitelist_mode: Boolean!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by