7 lines
71 B
GraphQL
7 lines
71 B
GraphQL
query QueryWithAlias {
|
|
User: user {
|
|
ID: id
|
|
otherID: id
|
|
}
|
|
}
|