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

    viewGroup

    Return a single user-created view group by ID for the current workspace, or null if no such group exists here.

    Arguments

    id ID! required
    UUID of the ViewGroup to fetch.

    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.