@gem-sdk/core 1.44.0-dev.138 → 1.44.0-dev.139

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -36072,7 +36072,7 @@ type BlogsQueryVariables = Exact$1<{
36072
36072
  last?: InputMaybe$1<Scalars$2['Int']>;
36073
36073
  orderBy?: InputMaybe$1<BlogOrder$1>;
36074
36074
  where?: InputMaybe$1<BlogWhereInput$1>;
36075
- articlesOrderBy: InputMaybe$1<ArticleOrder$1>;
36075
+ articlesOrderBy?: InputMaybe$1<ArticleOrder$1>;
36076
36076
  }>;
36077
36077
  type BlogsQueryResponse = {
36078
36078
  blogs?: Maybe$1<(Pick<BlogConnection$1, 'totalCount'> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.44.0-dev.138",
3
+ "version": "1.44.0-dev.139",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",