Add some names to the GQL queries

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-05-17 18:19:24 +02:00
parent bab751591f
commit 732785919a
5 changed files with 18 additions and 12 deletions

View File

@@ -91,7 +91,7 @@ export const SUSPEND_USER = gql`
`;
export const CURRENT_USER_CLIENT = gql`
query {
query CurrentUserClient {
currentUser @client {
id
email