allGroups
No description
admin {
allGroups(
codes: [ID!]
contains: String
codeStartsWith: String
type: GroupType
orgCode: ID
includeArchived: Boolean
): AllGroupsConnection!
}
No description
admin {
allGroups(
codes: [ID!]
contains: String
codeStartsWith: String
type: GroupType
orgCode: ID
includeArchived: Boolean
): AllGroupsConnection!
}
allGroups.codes ● [ID!] list scalarallGroups.contains ● String scalarallGroups.codeStartsWith ● String scalarallGroups.type ● GroupType enumallGroups.orgCode ● ID scalarallGroups.includeArchived ● Boolean scalarAllGroupsConnection object