• Returns ZodObject<
        Required<
            {
                endCursor: ZodType<string, any, string>;
                hasNextPage: ZodType<boolean, any, boolean>;
                hasPreviousPage: ZodType<boolean, any, boolean>;
                startCursor: ZodType<string, any, string>;
            },
        >,
    >