aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/graphql/issue-1981.graphql
blob: 79aa7f879edc8f33fae710472762be4663d932ab (plain) (blame)
1
2
3
4
5
6
query Me {
  me {
    id
    fullName
  }
}