TypesInputs
CreateCompanyFromGlobalEntityInput
Input for creating a company from a global entity source (e.g., Orbis).
input CreateCompanyFromGlobalEntityInput {
globalDataSource: GlobalDataSource!
sourceIdentifier: String!
}Fields
globalDataSource GlobalDataSource! non-null enum
GlobalDataSource!
The global data source to fetch entity data from.
sourceIdentifier String! non-null scalar
String!
The identifier of the entity in the global data source (e.g., BvD ID for Orbis).
Member Of
companyEnrichGlobalEntity mutation