CreateSharingGroupInput
input CreateSharingGroupInput {
name: String!
memberShareeIds: [Int!]!
}
Fields
CreateSharingGroupInput.name ● String! non-null scalar
Name of the sharing group
CreateSharingGroupInput.memberShareeIds ● [Int!]! non-null scalar
List of sharee ids that are members of the sharing group
Member of
createSharingGroup mutation