Type alias QueryPoolsConnectionArgs

QueryPoolsConnectionArgs: {
    after?: InputMaybe<Scalars["String"]>;
    first?: InputMaybe<Scalars["Int"]>;
    orderBy: PoolOrderByInput[];
    where?: InputMaybe<PoolWhereInput>;
}

Type declaration

Generated using TypeDoc