ModelContact

open_in_new

Contact information to be published when making a model public.

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.
  • name: 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.
  • email: 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.
  • phoneNumber: String
  • }