@digdir/dialogporten-schema 1.0.10 → 1.0.11

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digdir/dialogporten-schema",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "author": "DigDir",
6
6
  "repository": {
@@ -172,7 +172,7 @@ type SearchDialogsPayload {
172
172
  items: [SearchDialog!]
173
173
  hasNextPage: Boolean!
174
174
  continuationToken: String
175
- orderBy: String!
175
+ orderBy: String
176
176
  errors: [SearchDialogError!]!
177
177
  }
178
178