remove comments

This commit is contained in:
Moriz Wahl 2022-10-26 15:15:08 +02:00
parent 1d21da46e0
commit bbf625d525

View File

@ -65,8 +65,8 @@ type Query {
isMember: Boolean # if 'undefined' or 'null' then get all groups
id: ID
slug: String
first: Int # not implemented yet
offset: Int # not implemented yet
first: Int
offset: Int
# orderBy: [_GroupOrdering] # not implemented yet
# filter: _GroupFilter # not implemented yet
): [Group]