Type alias PoolsQueryVariables

PoolsQueryVariables: Exact<{
    limit?: InputMaybe<Scalars["Int"]>;
    offset?: InputMaybe<Scalars["Int"]>;
    order?: InputMaybe<PoolOrderByInput[] | PoolOrderByInput>;
    where?: InputMaybe<PoolWhereInput>;
}>

Generated using TypeDoc