Type alias QueryAssetsConnectionArgs

QueryAssetsConnectionArgs: {
    after?: InputMaybe<Scalars["String"]>;
    first?: InputMaybe<Scalars["Int"]>;
    orderBy: AssetOrderByInput[];
    where?: InputMaybe<AssetWhereInput>;
}

Type declaration

Generated using TypeDoc