Schema

Scalars

Enums

Objects

Input Objects

CompanyInput (INPUT OBJECT)

A MBT company.

Schema Definition

input CompanyInput { address: Address companyNumber: String domain: String fcaNumber: String   # The companies sites
sites: [SiteInput!]   # The name of the entity that owns the subscription this company will belong to.
subscriptionOwnerName: String tradingName: String! vatNumber: String }