mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-01 20:07:42 -05:00
refactor: split gql queries into files
This commit is contained in:
15
lib/gql_github/gist.graphql
Normal file
15
lib/gql_github/gist.graphql
Normal file
@@ -0,0 +1,15 @@
|
||||
query Gist($login: String!, $name: String!) {
|
||||
user(login: $login) {
|
||||
gist(name: $name) {
|
||||
name
|
||||
files {
|
||||
name
|
||||
language {
|
||||
name
|
||||
}
|
||||
text
|
||||
size
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user