P5 7619 refactor products to return list (#11)

This commit is contained in:
Niklas Fondberg
2021-08-20 08:16:01 +02:00
committed by GitHub
parent 234996abfd
commit 964a904f42
15 changed files with 235 additions and 92 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ async function main() {
dataSources,
context,
introspection: true,
playground: false,
playground: true,
});
await server.listen();