Add GraphQL query name to other queries
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -44,7 +44,7 @@ export const REJECT_INVITATION = gql`
|
||||
`;
|
||||
|
||||
export const GROUP_MEMBERS = gql`
|
||||
query (
|
||||
query GroupMembers(
|
||||
$groupName: String!
|
||||
$name: String
|
||||
$roles: String
|
||||
|
||||
Reference in New Issue
Block a user