Add product blacklisting mutation (#18)

This commit is contained in:
Niklas Fondberg
2021-09-01 15:27:52 +02:00
committed by GitHub
parent cbb0024359
commit cb4a7c40b7
5 changed files with 59 additions and 1 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ async function main() {
resolvers,
dataSources,
context,
introspection: false,
introspection: true,
});
await server.listen();