Files

7 lines
71 B
GraphQL

query QueryWithAlias {
User: user {
ID: id
otherID: id
}
}