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

17 lines
253 B
GraphQL

query GetKYCRequestRussia($uuid: String!) {
kycRequest(uuid: $uuid) {
uuid
userId
teamName
countryCode
contactPerson
contactEmail
contactPhone
approvedBy
approvedAt
createdAt
updatedAt
countryData
}
}