Mutations
An overview of GraphQL mutations that can be used to send data.
addCompany
Adds a company that wants to sell objects to the marketplace.
addObject
Adds an object to the marketplace.
deleteObject
Soft-deletes an object. The object URL will still be available, but will show a banner indicating the object has been sold.
updateCompany
Updates the data of an existing company.
updateObject
Updates an object.