Files
litreddit/frontend/graphql/mutations/register.graphql
T
2026-06-24 14:20:05 +02:00

6 lines
113 B
GraphQL

mutation Register($input: UsernamePasswordInput!) {
register(input: $input) {
...RegularUserResponse
}
}