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