We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31d5582 + 50669d5 commit a59e3e3Copy full SHA for a59e3e3
3 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 3.6.29
4
+
5
+- Updated `Locator.fetchAllGraphqlQuery` to include `description` in the query result fields.
6
7
## 3.6.28
8
9
- Added `description` field to `Locator` and `LocatorInput` models.
lib/src/locator/src/locator.dart
@@ -349,6 +349,8 @@ abstract class Locator with _$Locator {
349
}
350
updatedById
351
352
+ description
353
354
customization {
355
id
356
name
pubspec.yaml
@@ -1,6 +1,6 @@
description: Layrz API models for Dart/Flutter. This package contains the models used by the Layrz API.
name: layrz_models
-version: "3.6.28"
+version: "3.6.29"
repository: https://github.com/goldenm-software/layrz_models
environment:
0 commit comments