industryCreate
Graphql fields and variables for the industryCreate mutation
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
Last updated
Was this helpful?
