Initial commit from monorepo
This commit is contained in:
16
graphql/operations/user/kyc/GetKYCRequestsRussia.graphql
Normal file
16
graphql/operations/user/kyc/GetKYCRequestsRussia.graphql
Normal file
@@ -0,0 +1,16 @@
|
||||
query GetKYCRequestsRussia {
|
||||
kycRequests {
|
||||
uuid
|
||||
userId
|
||||
teamName
|
||||
countryCode
|
||||
contactPerson
|
||||
contactEmail
|
||||
contactPhone
|
||||
approvedBy
|
||||
approvedAt
|
||||
createdAt
|
||||
updatedAt
|
||||
countryData
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user