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

9 lines
116 B
GraphQL

fragment RegularUserResponse on UserResponse {
errors {
...RegularError
}
user {
...RegularUser
}
}