Type alias SubscriptionPoolsArgs

SubscriptionPoolsArgs: {
    limit?: InputMaybe<Scalars["Int"]>;
    offset?: InputMaybe<Scalars["Int"]>;
    orderBy?: InputMaybe<PoolOrderByInput[]>;
    where?: InputMaybe<PoolWhereInput>;
}

Type declaration

Generated using TypeDoc