James
|
94fd642e5c
|
enables User and Upload graphql CRUD
|
2020-04-12 15:54:21 -04:00 |
|
James
|
cfffe52e88
|
enables conditional ID addition to buildObjectType
|
2020-04-12 15:18:31 -04:00 |
|
James
|
a53bbb83a1
|
enables update and delete mutations on collections
|
2020-04-12 15:04:20 -04:00 |
|
James
|
f163ecaac4
|
adds missing relationTo value
|
2020-04-12 09:27:08 -04:00 |
|
James
|
787c38c712
|
builds relationship mutation input type
|
2020-04-12 09:25:54 -04:00 |
|
James
|
d7aecddb38
|
removes references to missing dependency
|
2020-04-11 20:49:11 -04:00 |
|
James
|
5c4b760f48
|
removes unused buildBlockInputType in favor of graphql-type-json
|
2020-04-11 20:39:54 -04:00 |
|
James
|
814a56a212
|
adds authentication middleware to graphql playground, enables flexible content mutations
|
2020-04-11 20:38:22 -04:00 |
|
James
|
bb496cfd26
|
WIP - replaces graphql-playground-express-middleware with react counterpart
|
2020-04-11 17:23:45 -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
|
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 |
|
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
|
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
|
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
|
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 |
|
James
|
c835269ef2
|
WIP graphql schema definitions
|
2020-04-03 15:11:09 -04:00 |
|
James
|
36d7d87067
|
WIP builds graphql fieldToSchema
|
2020-04-03 14:45:09 -04:00 |
|
James
|
9ce32fed08
|
revises folder structure in advance of refining request handlers / queries
|
2020-04-03 12:12:55 -04:00 |
|
James
|
d4f9793777
|
implements pattern for graphql
|
2020-04-02 21:48:38 -04:00 |
|