Skip to content

Commit a770900

Browse files
author
Andre Turner
committed
Moved type CompletionDescription to Product
1 parent 4909fb7 commit a770900

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

dbschema/pagination-input.esdl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,4 @@ module default {
1111
default := 1;
1212
};
1313
}
14-
15-
type ProductCompletionDescription extending PaginationInput {
16-
query: str;
17-
methodology: Product::Methodology;
18-
}
1914
}

dbschema/product.esdl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ module default {
6666
}
6767

6868
module Product {
69+
type CompletionDescription extending default::PaginationInput {
70+
query: str;
71+
methodology: Methodology;
72+
}
73+
6974
scalar type Medium extending enum<
7075
Print,
7176
Web,

0 commit comments

Comments
 (0)