Files
2026-06-24 15:34:09 +02:00

9 lines
116 B
GraphQL

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