We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52d9fb commit c2519eaCopy full SHA for c2519ea
packages/postgrest/lib/src/types.dart
@@ -88,9 +88,9 @@ enum CountOption {
88
estimated,
89
}
90
91
-// Not used anywhere. Will be removed in the next major version.
92
// coverage:ignore-[start]
93
/// Returns count as part of the response when specified.
+@Deprecated('Not used anywhere. Will be removed in the next major version.')
94
enum ReturningOption {
95
minimal,
96
representation,
0 commit comments