OBJECT
Mutation
link GraphQL Schema definition
- type Mutation {
- # Auth subsystem mutations
- AuthMutation! :
- # catalog mutations
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- CatalogMutation! :
- # Document mutations
- DocumentMutation :
- # Entity group/app mutations
- 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.
- DashboardMutation! :
- # User specific mutations
- UserMutation! :
- # Create action request
- ActionMutations! :
- FinOpsMutations! :
- # Mutation derived-data subsystem
- DerivedDataMutation! :
- # Policy framework mutation
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- TanzuHubPolicyMutation! :
- # Mutation query for insight
- InsightMutation! :
- # Mutations specific to the app-manager service.
- #
- # **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.
- BusinessAppMutation! :
- # 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! :
- # 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! :
- # Mutations for Insight Rules
- InsightRuleMutation! :
- # Mutations on guardrails.
- 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! :
- # Mutate notification subsystem
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- NotificationMutation! :
- # Arguments
- # context: KRM 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! :
- # Mutations on resources.
- BuildMutation! :
- }
link Require by
This element is not required by anyone