viewCreate
Graphql fields and variables for the viewCreate mutation
Create a view
Scope required: standard:write
For a complete list of input attributes see the ViewAttributes type
mutation viewCreate ($attributes: ViewAttributes!) {
viewCreate (attributes: $attributes) {
errors
view {
columns
conditions
id
isDefault
name
obj
sortBy
sortOrder
userId
}
}
}
Arguments
{
"attributes": {
"name": "",
"obj": "",
"conditions": "",
"columns": "",
"isDefault": true,
"sortBy": "",
"sortOrder": ""
}
}
Name
Type
Description
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?