GetCollectionQuery: {
    __typename?: "Query";
    collection?: {
        __typename: "Collection";
        description?: string | null;
        discriminator: string;
        id: string;
        items: {
            __typename?: "CollectionItemConnection";
            totalCount: number;
        };
        readMoreUrl?: string | null;
        synopsis?: string | null;
        title?: string | null;
    } | null;
}

Type declaration

  • Optional __typename?: "Query"
  • Optional collection?: {
        __typename: "Collection";
        description?: string | null;
        discriminator: string;
        id: string;
        items: {
            __typename?: "CollectionItemConnection";
            totalCount: number;
        };
        readMoreUrl?: string | null;
        synopsis?: string | null;
        title?: string | null;
    } | null

Generated using TypeDoc