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