Skip to content

runtimesUpdate

Update an existing runtime.

Arguments

NameTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
descriptionStringDescription for the new runtime.
nameStringName for the new runtime.
runtimeIdRuntimeID!ID of the runtime to update.

Fields

NameTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
errors[Error!]!Errors encountered during execution of the mutation.
runtimeRuntimeThe updated runtime.