Graphql fields and variables for the industryCreate mutation
Last updated 2 years ago
Was this helpful?
Create an industry
Scope required: admin:write
For a complete list of input attributes see the type
mutation industryCreate ($attributes: IndustryAttributes!) { industryCreate (attributes: $attributes) { errors industry { createdAt globalId id name updatedAt } } }
{ "attributes": { "name": "", "globalId": "456123" } }
attributes
errors
List (String)
industry