CompanyWebsitesInput
Provides the capabilities for dealing with the company's websites.
input CompanyWebsitesInput {
id: ID!
websites: [WebsiteInput!]
}
Fields
CompanyWebsitesInput.id
● ID!
non-null scalar
The company's unique identifier.
CompanyWebsitesInput.websites
● [WebsiteInput!]
list input
The company's websites.
Member Of
updateCompanyWebsites
mutation