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