UpdateSharingGroupInput
input UpdateSharingGroupInput {
name: String!
memberShareeIds: [Int!]!
version: Int!
}
Fields
UpdateSharingGroupInput.name
● String!
non-null scalar
Name of the sharing group
UpdateSharingGroupInput.memberShareeIds
● [Int!]!
non-null scalar
List of sharee ids that are members of the sharing group
UpdateSharingGroupInput.version
● Int!
non-null scalar
Client should send the version value it has. This field is used to prevent concurrent updates.
Member of
updateSharingGroup
mutation