From bbf625d525f6e9ef27b2675c878c4f724cd0aba6 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 26 Oct 2022 15:15:08 +0200 Subject: [PATCH] remove comments --- backend/src/schema/types/type/Group.gql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/schema/types/type/Group.gql b/backend/src/schema/types/type/Group.gql index f7cbe0aa4..ce90fad1d 100644 --- a/backend/src/schema/types/type/Group.gql +++ b/backend/src/schema/types/type/Group.gql @@ -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]