Add names to group graphQL queries

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-06-11 15:07:19 +02:00
parent 3b33fc534b
commit fa8a958597
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ export const GROUP_FIELDS_FRAGMENTS = gql`
`;
export const FETCH_GROUP = gql`
query (
query FetchGroup(
$name: String!
$afterDateTime: DateTime
$beforeDateTime: DateTime
@ -212,7 +212,7 @@ export const FETCH_GROUP = gql`
`;
export const GET_GROUP = gql`
query (
query GetGroup(
$id: ID!
$afterDateTime: DateTime
$beforeDateTime: DateTime