Type alias ViewGroup

ViewGroup: {
    __typename?: "ViewGroup";
    contentType: ViewGroupContentType;
    contentViews: ContentView[];
    createdAt: Scalars["DateTime"];
    createdBy?: Maybe<Member>;
    description?: Maybe<Scalars["String"]>;
    environment: Environment;
    id: Scalars["ID"];
    name: Scalars["String"];
    position: Scalars["Int"];
    type: ViewGroupType;
    updatedAt: Scalars["DateTime"];
}

Type declaration

Generated using TypeDoc