Commit Graph

7445 Commits

Author SHA1 Message Date
James
b678eba94b enables automatic graphql-playground auth middleware, enables create mutation 2020-04-11 11:35:50 -04:00
James
d6f8565636 enables create mutation 2020-04-11 11:17:45 -04:00
James
0fd89e1b3d removes leftover references to graphQLType 2020-04-11 10:03:39 -04:00
James
9b94d1df35 WIP - mutation types 2020-04-10 21:19:57 -04:00
James
4fb61dc34c scaffolds mutation input types 2020-04-10 20:21:47 -04:00
James
0af551209b enables filtering by nested path within field groups 2020-04-10 16:33:41 -04:00
James
a62e40066b enables querying on repeaters 2020-04-10 15:55:47 -04:00
James
5eda424959 enables querying on nested fields within repeaters, flex content and groups 2020-04-10 14:38:02 -04:00
James
a682b1c02a builds select input argument 2020-04-10 13:58:58 -04:00
James
77f212a5b5 extracts registerCollections from graphql init, builds pattern for whereInput to be able to access graphql class 2020-04-10 12:24:00 -04:00
James
56ad633e41 passes context locales by default to gql resolvers 2020-04-10 11:52:02 -04:00
James
7b6d24669b enables pagination on nested relationship gql queries 2020-04-10 11:25:39 -04:00
James
2b39c449d8 enables pagination in graphql queries 2020-04-10 11:10:11 -04:00
James
76c0da0d6c sets default graphql context locales through resolver 'middleware' 2020-04-09 15:22:44 -04:00
James
df9a3aecbd enables searching on relationship fields 2020-04-09 14:04:03 -04:00
James
cf7ddacebf uses find instead of findByID in GraphQL relationships to enable further filtering 2020-04-09 12:47:16 -04:00
Dan Ribbens
0dc84070c7 escape the slashes for webpack import 2020-04-08 20:08:24 -04:00
James
f7e72d28f7 fixes bug with first-register route 2020-04-08 08:59:38 -04:00
James
2eae02ed03 catches local payload demo up to speed 2020-04-08 08:41:14 -04:00
James
8f9b8eb813 fixes bug when querying with no arguments 2020-04-07 19:50:08 -04:00
James
39a77db9bd recycles findByID mongoose query within GraphQL relationship queries 2020-04-07 19:42:52 -04:00
James
f20f16d7d3 removes support of locale wildcard in graphql 2020-04-07 15:41:46 -04:00
James
b5bf45ce9c working flexible field with all locales 2020-04-07 14:40:01 -04:00
James
057bb631c8 progress to Relationship 2020-04-06 22:46:02 -04:00
James
39a0f9c659 re-enables all locales 2020-04-06 16:07:47 -04:00
James
641d90ae1c reduces complexity of localization plugin 2020-04-06 16:01:51 -04:00
James
282cf38dd5 sanitizes fallback locale and ensures localization works within graphql 2020-04-06 12:30:36 -04:00
James
5bd2fc1fd7 enables locale within graphql resolvers, removes unused files 2020-04-06 10:32:33 -04:00
James
2297fd23fd converts graphql to class 2020-04-06 09:35:50 -04:00
James
7fc9a8ff13 adds addBlockType function to graphql 2020-04-06 09:02:29 -04:00
James
c6d649310f ensures flexible content block types are global 2020-04-05 22:59:04 -04:00
James
855ae9dea7 extracts resolvers to be able to reuse them 2020-04-05 21:04:47 -04:00
James
f19809bd04 revises misc bugs with mongoose query handlers 2020-04-05 17:43:43 -04:00
James
39537da71b properly handles not found by id 2020-04-05 17:30:46 -04:00
James
2d02691a79 modularizes find request handler / query / resolver, enables find in graphql 2020-04-05 17:24:05 -04:00
James
85bfc677bf enables graphql retrieval of collection by ID 2020-04-05 16:45:28 -04:00
James
40770a4d13 builds and / or relations 2020-04-05 15:59:09 -04:00
James
67e2b16660 utilizes paginate async/await and ensures related collections are still able to be queried 2020-04-05 15:13:37 -04:00
James
77b14eb1b9 refines buildQuery structure 2020-04-05 14:47:59 -04:00
James
a597ff9ca9 fixes bugs caused by accidentally adding unsafe query params to mongoose query 2020-04-05 14:00:58 -04:00
James
2c2e594fc3 WIP revises buildQuery to support required graphql where input 2020-04-05 13:23:58 -04:00
James
84b8618287 revises where graphql query arg 2020-04-04 21:00:31 -04:00
James
1bbb98a267 builds locale-friendly graphql schema types 2020-04-04 20:44:06 -04:00
James
dc26fb1d20 builds where input query type 2020-04-04 16:09:12 -04:00
James
c47cef4ac3 WIP query input types 2020-04-03 20:11:52 -04:00
James
7342861fcb lints buildQuery and removes unused functionality, moves loadPolicy to express middleware 2020-04-03 18:50:46 -04:00
James
871b05c5e6 moves passport authenticate middleware and ensures user is accessible in GraphQL queries 2020-04-03 18:28:23 -04:00
James
4a04fc3655 adds graphql-playground instead of graphiql 2020-04-03 18:13:41 -04:00
James
4bdd7e16eb replaces all forward slashes that may be used in graphql type names 2020-04-03 16:35:34 -04:00
James
bd945bf9a4 builds collection query schema 2020-04-03 16:34:03 -04:00