Add pagination to orders and products (#106)
* Add pagination to orders and products * remove comment Co-authored-by: Anders Gustafsson <anders@photowall.se>
This commit is contained in:
co-authored by
Anders Gustafsson
parent
3d7a36afc4
commit
be5471f958
@@ -58,9 +58,6 @@ input SignedUploadURLInput {
|
||||
|
||||
input PaginationInput {
|
||||
limit: Int!
|
||||
"""
|
||||
offset is not implemented yet and result will always return as if it was 0. Implement when needed.
|
||||
"""
|
||||
offset: Int
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user