Skip to main content

ProcedureGroupUpdateArgs

No description

input ProcedureGroupUpdateArgs {
procedureGroupId: ID!
name: String
description: String
access: ProcedureGroupAccessArgs
ownerId: String
}

Fields

ProcedureGroupUpdateArgs.procedureGroupId ● ID! non-null scalar common

ID of the group being updated.

ProcedureGroupUpdateArgs.name ● String scalar common

New name (optional).

ProcedureGroupUpdateArgs.description ● String scalar common

New description (optional).

ProcedureGroupUpdateArgs.access ● ProcedureGroupAccessArgs input procedures

Update the access control

ProcedureGroupUpdateArgs.ownerId ● String scalar common

The owner of the group

Member Of

procedureGroupUpdate mutation