diff options
Diffstat (limited to 'poe/graphql/BioFragment.graphql')
-rw-r--r-- | poe/graphql/BioFragment.graphql | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/poe/graphql/BioFragment.graphql b/poe/graphql/BioFragment.graphql deleted file mode 100644 index c4218030..00000000 --- a/poe/graphql/BioFragment.graphql +++ /dev/null @@ -1,8 +0,0 @@ -fragment BioFragment on Viewer { - id - poeUser { - id - uid - bio - } -} |