Add names to group graphQL queries
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
3b33fc534b
commit
fa8a958597
@ -188,7 +188,7 @@ export const GROUP_FIELDS_FRAGMENTS = gql`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
export const FETCH_GROUP = gql`
|
export const FETCH_GROUP = gql`
|
||||||
query (
|
query FetchGroup(
|
||||||
$name: String!
|
$name: String!
|
||||||
$afterDateTime: DateTime
|
$afterDateTime: DateTime
|
||||||
$beforeDateTime: DateTime
|
$beforeDateTime: DateTime
|
||||||
@ -212,7 +212,7 @@ export const FETCH_GROUP = gql`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
export const GET_GROUP = gql`
|
export const GET_GROUP = gql`
|
||||||
query (
|
query GetGroup(
|
||||||
$id: ID!
|
$id: ID!
|
||||||
$afterDateTime: DateTime
|
$afterDateTime: DateTime
|
||||||
$beforeDateTime: DateTime
|
$beforeDateTime: DateTime
|
||||||
|
Loading…
Reference in New Issue
Block a user