aboutsummaryrefslogtreecommitdiff
path: root/queries/GET_CURRENT_USER.js
diff options
context:
space:
mode:
Diffstat (limited to 'queries/GET_CURRENT_USER.js')
-rw-r--r--queries/GET_CURRENT_USER.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/queries/GET_CURRENT_USER.js b/queries/GET_CURRENT_USER.js
deleted file mode 100644
index 50dc1a4..0000000
--- a/queries/GET_CURRENT_USER.js
+++ /dev/null
@@ -1,15 +0,0 @@
-import { gql } from "@apollo/client";
-
-export default gql`
- query {
- Viewer {
- id
- name
- avatar {
- large
- medium
- }
- bannerImage
- }
- }
-`;