diff --git a/Query b/Query new file mode 100644 index 000000000000..a9edcc554b5a --- /dev/null +++ b/Query @@ -0,0 +1,10 @@ +# Type queries here, and you will see intelligent autosuggestions +# aware of GitHub's current GraphQL schema, equipped with live +# syntax and validation errors highlighted within the text. We'll +# get you started with a simple query showing your username! + +query { + viewer { + login + } +}