Don Masakayan
|
93319d8c47
|
Context params moved earlier
|
2019-10-19 19:33:06 +08:00 |
|
Don Masakayan
|
aa91ca7a96
|
Made ctx.params and ctx.query available to policies executed via graphql requests
|
2019-10-16 22:42:47 +08:00 |
|
Alexandre Bodin
|
6c2d413ba0
|
Fix user-permissions graphql permissions and update user
|
2019-09-18 12:07:45 +02:00 |
|
Alexandre BODIN
|
2e95a31627
|
Merge branch 'master' into fix/graphql-issues
|
2019-09-17 10:37:04 +02:00 |
|
Alexandre Bodin
|
295c18acbd
|
Fix lint
|
2019-09-16 23:19:12 +02:00 |
|
Alexandre Bodin
|
c1f818958a
|
Fix bad conversion of id to _id in graphql and aggregations
|
2019-09-16 23:19:11 +02:00 |
|
Don Masakayan
|
c5e6110292
|
Fixed issue where GraphQL Mutations that use actions in plugins didn't work.
This now works, as it should:
```
Mutation: {
customMutation:
resolver: {
plugin: "custom-plugin",
handler: "Post.customMutation"
}
}
}
}
```
|
2019-09-15 15:51:26 +08:00 |
|
Don Masakayan
|
d3a968aa62
|
Pass easier-to-understand options instead of arguments to Mutation.composeMutationResolver() and Query.composeQueryResolver()
|
2019-09-15 15:51:25 +08:00 |
|
Don Masakayan
|
79a253f5bc
|
Simplified ctx.state.user fix
|
2019-09-15 15:51:25 +08:00 |
|
Don Masakayan
|
ef82e486e6
|
Fixed issue where all policies triggered by GraphQL Mutations and Queries had ctx.state.user as undefined
|
2019-09-15 15:51:23 +08:00 |
|
Don Masakayan
|
fd02d99b28
|
Fixed issue where custom GraphQL Mutation resolvers never triggered policies
|
2019-09-15 15:51:23 +08:00 |
|
Don Masakayan
|
17c4244f14
|
Pass easier-to-understand options instead of arguments to Mutation.composeMutationResolver() and Query.composeQueryResolver()
|
2019-09-15 15:51:06 +08:00 |
|
Don Masakayan
|
8d3d79fd18
|
Simplified ctx.state.user fix
|
2019-09-15 15:51:05 +08:00 |
|
Don Masakayan
|
0bead70c2c
|
Fixed issue where all policies triggered by GraphQL Mutations and Queries had ctx.state.user as undefined
|
2019-09-15 15:51:04 +08:00 |
|
Don Masakayan
|
e0dd6dc602
|
Fixed issue where custom GraphQL Mutation resolvers never triggered policies
|
2019-09-15 15:51:03 +08:00 |
|
Jelmer Visser
|
f0e8df63c5
|
Fix custom mutation returning null and not executing policies (#3735)
Fix custom mutation returning null and not executing policies
|
2019-08-13 10:55:12 +02:00 |
|
Alexandre Bodin
|
864a6ecaea
|
Refactor middleware loading
|
2019-06-11 18:22:07 +02:00 |
|
grom194
|
c814c5dc46
|
fix: remove graphql special condition for delete request
|
2019-06-04 15:22:31 +03:00 |
|
Alexandre Bodin
|
59dc3eea36
|
Fix tests
|
2019-04-16 18:05:12 +02:00 |
|
Alexandre Bodin
|
0c5b255e75
|
Fix graphql loaders and add some e2e graphql tests
|
2019-03-25 16:37:46 +01:00 |
|
Jim LAURIE
|
2f31050a68
|
Add primary key ref
|
2019-03-15 17:49:46 +01:00 |
|
Jim LAURIE
|
983a12b874
|
Hot fix primary key detection mutation/query GraphQL
|
2019-03-15 17:35:33 +01:00 |
|
cyril lopez
|
377da271e4
|
Fix lint from master
|
2018-11-05 11:31:36 +01:00 |
|
Jason Lei
|
3378403954
|
GraphQL Mutations, Aggregations, Decimals
Merging Mutations and Aggregations. Fixed Mongoose Hook to use Decimals (2 decimal places) and Floats (20 decimal places).
|
2018-09-10 16:05:00 +08:00 |
|