mirror of
https://github.com/rjNemo/federation
synced 2026-06-06 10:16:39 +00:00
4 lines
No EOL
88 B
GraphQL
4 lines
No EOL
88 B
GraphQL
type Mutation {
|
|
"Create a user"
|
|
createUser(userData: UserInput!): UserResponse
|
|
} |