9 lines
178 B
GraphQL
9 lines
178 B
GraphQL
query GetKycProfileTeaser($profileUuid: String!) {
|
|
companyTeaserByProfile(profileUuid: $profileUuid) {
|
|
companyType
|
|
registrationYear
|
|
isActive
|
|
sourcesCount
|
|
}
|
|
}
|