OBJECT
ModelContact
Contact information to be published when making a model public.
link GraphQL Schema definition
- type ModelContact {
 - #   An optional name of a person or company to contact about the model.
 - #   Shown in the model viewer if the model is published and this field is set.
 - : String 
 - #   An optional email address to contact about the model.
 - #   Shown in the model viewer if the model is published and this field is set.
 - : String 
 - #   An optional phone number to contact about the model.
 - #   Shown in the model viewer if the model is published and this field is set.
 - : String 
 - }