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 eb5d51d commit e045186Copy full SHA for e045186
dbschema/pagination-input.esdl
@@ -11,9 +11,4 @@ module default {
11
default := 1;
12
};
13
}
14
-
15
- type ProductCompletionDescription extending PaginationInput {
16
- query: str;
17
- methodology: Product::Methodology;
18
- }
19
dbschema/product.esdl
@@ -66,6 +66,11 @@ module default {
66
67
68
module Product {
69
+ type CompletionDescription extending default::PaginationInput {
70
+ query: str;
71
+ methodology: Methodology;
72
+ }
73
+
74
scalar type Medium extending enum<
75
Print,
76
Web,
0 commit comments