Skip to content

Commit

Permalink
ability to have a mutation fail silently / return null
Browse files Browse the repository at this point in the history
  • Loading branch information
lolopinto committed Aug 15, 2023
1 parent b40a7a9 commit 29bf79a
Show file tree
Hide file tree
Showing 25 changed files with 466 additions and 55 deletions.
14 changes: 7 additions & 7 deletions examples/simple/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"tsconfig-paths": "^3.11.0"
},
"dependencies": {
"@snowtop/ent": "^0.1.8",
"@snowtop/ent": "^0.1.9",
"@snowtop/ent-email": "^0.1.0-rc1",
"@snowtop/ent-passport": "^0.1.0-rc1",
"@snowtop/ent-password": "^0.1.0-rc1",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/**
* Copyright whaa whaa
*/

import {
CustomEditHolidayActionBase,
CustomEditHolidayInput,
} from "../../generated/holiday/actions/custom_edit_holiday_action_base";

export { CustomEditHolidayInput };

export default class CustomEditHolidayAction extends CustomEditHolidayActionBase {}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions examples/simple/src/graphql/generated/schema.gql

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions examples/simple/src/graphql/generated/schema.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 29bf79a

Please sign in to comment.