mirror of
https://github.com/rjNemo/federation
synced 2026-06-08 03:06:40 +00:00
4 lines
No EOL
76 B
GraphQL
4 lines
No EOL
76 B
GraphQL
type Query {
|
|
"Returns a user by its name"
|
|
user(name: String): User
|
|
} |