Archive API docs
    Jump to

    Narrow by kind with a prefix — q: queries, m: mutations, t: types, g: guides, f: fields and arguments.

    Jump to examples ↓
    Mutation

    createCollection

    Create a Collection (saved tag set) in the current workspace.

    Arguments

    Object, input and enum types open in place — use + to reveal their fields. A type that is already open above the row stops at a ↻ circular marker, and anything nested past the depth limit links out to its own page instead.

    input CreateCollectionInput! required
    Mutation input.

    Returns

    collection Collection
    The newly created Collection. Null on validation failure.
    userErrors [UserError!]!
    List of user-facing validation errors. Empty on success.