Files
webapp/graphql/operations/user/kyc/GetKYCRequestsRussia.graphql
2026-01-07 09:10:35 +07:00

17 lines
226 B
GraphQL

query GetKYCRequestsRussia {
kycRequests {
uuid
userId
teamName
countryCode
contactPerson
contactEmail
contactPhone
approvedBy
approvedAt
createdAt
updatedAt
countryData
}
}