ENUM

ManagementEndpointResourceAction

Type of action

link GraphQL Schema definition

  • enum ManagementEndpointResourceAction {
  • # To create the resource
  • CREATE
  • # To delete the existing resource
  • DELETE
  • # To update the existing resource.
  • # This works like PUT operation, the entire resource should be added.
  • UPDATE
  • }