PublicationsRequest: {
    cursor?: InputMaybe<Scalars["Cursor"]>;
    limit?: InputMaybe<LimitType>;
    where: PublicationsWhere;
}

Type declaration