ReportGroupUpdateArgs
No description
input ReportGroupUpdateArgs {
reportGroupId: ID!
name: String
description: String
access: ReportGroupAccessArgs
ownerId: String
}
Fields
ReportGroupUpdateArgs.reportGroupId ● ID! non-null scalar common
ID of the group being updated.
ReportGroupUpdateArgs.name ● String scalar common
New name (optional).
ReportGroupUpdateArgs.description ● String scalar common
New description (optional).
ReportGroupUpdateArgs.access ● ReportGroupAccessArgs input reports
Update the access control
ReportGroupUpdateArgs.ownerId ● String scalar common
The owner of the group
Member Of
reportGroupUpdate mutation