Files
webapp/graphql/operations/user/kyc/GetKYCRequestsRussia.graphql

17 lines
226 B
GraphQL

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