Releases: ktutnik/graphql-directive
Releases · ktutnik/graphql-directive
2.0.2 (2023-04-09)
Bug Fixes
- Fix thrown GraphQLError error message (#39) (9d52b52)
1.0.2 (2023-04-09)
Bug Fixes
- Fix thrown GraphQLError error message (#39) (9d52b52)
1.0.2 (2023-04-09)
Bug Fixes
- auth: Mutation should always throw error (#40) (0869a38)
- auth: Query resolution Filter doesn't followed properly on mutation result (#38) (8fc73ac)
- Fix thrown GraphQLError error message (#39) (9d52b52)
2.0.1 (2023-04-08)
Bug Fixes
1.0.1 (2023-04-08)
Bug Fixes
1.0.1 (2023-04-08)
Bug Fixes
- auth: Export some types required by TypeScript typings (#35) (71b450e)
- Upgrade package dependencies (#36) (edbdb8e)
2.0.0 (2023-04-07)
Features
- validator: Create core logic that is reusable for validator and authorizer (#31) (48cd65f)
1.0.0 (2023-04-07)
Features
- Add authorization directive (#33) (a46d4a2)
- Add validate directive (#2) (8955fd4)
- validator: Create core logic that is reusable for validator and authorizer (#31) (48cd65f)
1.0.0 (2023-04-07)
Features
1.0.0 (2023-03-10)
Bug Fixes
- Add plugin ability, and split into smaller projects (#8) (1243fc1)
- Add possibility to set validator custom message (#21) (fc0b1e8)
- Change validation logic from EMPTY to NOT_EMPTY (#7) (8ce575e)
- validator: Add support for custom validator (#28) (72f6a59)
Features