Skip to content

Commit

Permalink
fix: replace default crud options
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Sep 11, 2020
1 parent 225ef53 commit 61f1138
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions services/iot-graphql-api/src/graphback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ export const createApolloServer = () => {

const { typeDefs, resolvers, contextCreator } = buildGraphbackAPI(modelDefs, {
crud: {
create: true,
update: true,
find: true,
findOne: true,
delete: true,
create: false,
subCreate: false,
subUpdate: false,
subDelete: false
Expand Down

0 comments on commit 61f1138

Please sign in to comment.