CreateGroupInput
Create a new group. Groups control which projects members can access.
input CreateGroupInput {
description: String
name: String!
}
Fields
CreateGroupInput.description ● String scalar {#description}
What this group is for
CreateGroupInput.name ● String! non-null scalar {#name}
A human-readable name for the group
Member Of
createGroup mutation