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
|
288ee960ec
|
refactors update / destroy handlers and queries to async await in preparation for graphql implementation
|
2020-04-12 10:14:45 -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
|
a8c90d829c
|
misery of life incarnate
|
2020-04-11 18:22:00 -04:00 |
|
James
|
c51a87a852
|
introduces react GraphQLPlayground
|
2020-04-11 17:25:19 -04:00 |
|
James
|
bb496cfd26
|
WIP - replaces graphql-playground-express-middleware with react counterpart
|
2020-04-11 17:23:45 -04:00 |
|
James
|
461ba97538
|
fixes bug with missing search string ?
|
2020-04-11 11:38:10 -04:00 |
|
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 |
|