Add fields param

This commit is contained in:
rijkvanzanten
2020-06-16 16:35:29 -04:00
parent 4cc8af1912
commit 6aa528aa32
4 changed files with 39 additions and 3 deletions

View File

@@ -1 +1,3 @@
export type Query = {};
export type Query = {
fields?: string[];
};