Archive API docs
MUTATION

createViewGroup

Create a user-created view group for the current workspace.

Arguments

input CreateViewGroupInput! required
Mutation input.

Returns

userErrors [UserError!]!
List of user-facing validation errors. Empty on success.
viewGroup ViewGroup
The newly created view group. Null on validation failure.