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 ↓
    Query

    viewGroups

    List user-created view groups for the current workspace, ordered oldest-first. Returns at most 1000 rows; this field is not paginated.

    Arguments

    This field takes no arguments.

    Returns

    Returns [ViewGroup!]! .

    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.

    collections [Collection!]!
    Collections that belong to this group, ordered by their position within the group.
    contentViews [ContentView!]!
    Content Views that belong to this group, ordered by their position within the group.
    createdAt DateTimeWithZone!
    When the group was created.
    creatorViews [CreatorView!]!
    Creator Views that belong to this group, ordered by their position within the group.
    id ID!
    Unique identifier.
    name String!
    Display name of the group.
    socialProfileViews [SocialProfileView!]!
    Social Profile Views that belong to this group, ordered by their position within the group.
    updatedAt DateTimeWithZone!
    When the group was last updated.