GraphQL SchemaMutation
namespacesProjectsRuntimeAssignmentsUpdateModuleConfigurations
Updates the saved module configurations for a project runtime assignment.
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
moduleConfigurations | [ModuleConfigurationInput!]! | The full set of saved module configurations for this assignment. |
namespaceProjectRuntimeAssignmentId | NamespaceProjectRuntimeAssignmentID! | The project runtime assignment to update. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
errors | [Error!]! | Errors encountered during execution of the mutation. |
moduleConfigurations | [ModuleConfiguration!] | The updated module configurations. |