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