OBJECT

Mutation

link GraphQL Schema definition

  • type Mutation {
  • # Auth subsystem mutations
  • authMutation: AuthMutation!
  • # catalog mutations
  • #
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • catalogMutation: CatalogMutation!
  • # Document mutations
  • documentMutation: DocumentMutation
  • # Entity group/app mutations
  • entityGroupMutation: EntityGroupMutation!
  • # dashboard specific mutations
  • #
  • # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
  • # for a stable API but we reserve the right to fix issues including modifying the
  • # schema if required.
  • dashboardMutations: DashboardMutation!
  • # User specific mutations
  • userMutation: UserMutation!
  • # Create action request
  • actionMutation: ActionMutations!
  • finOpsMutation: FinOpsMutations!
  • # Mutation derived-data subsystem
  • derivedDataMutation: DerivedDataMutation!
  • # Mutation query for insight
  • insightMutation: InsightMutation!
  • # Mutations on management endpoint.
  • #
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • managementEndpointMutation: ManagementEndpointMutation!
  • # Mutate security subsystem
  • #
  • # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
  • # for a stable API but we reserve the right to fix issues including modifying the
  • # schema if required.
  • securityMutation: SecurityMutation!
  • # Mutations for Insight Rules
  • insightRuleMutation: InsightRuleMutation!
  • # Mutations on guardrails.
  • guardrailsMutations: GuardrailsMutations!
  • # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
  • # for a stable API but we reserve the right to fix issues including modifying the
  • # schema if required.
  • findingMutation: FindingMutation!
  • # Mutate notification subsystem
  • #
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • notificationMutation: NotificationMutation!
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • #
  • # Arguments
  • # context: KRM context
  • applicationEngineMutation(
  • context: KubernetesResourceContextInput
  • ): ApplicationEngineMutation
  • # Spring artifact mutations
  • #
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • springArtifactMutations: SpringArtifactMutations!
  • }

link Require by

This element is not required by anyone