Dan Ribbens
|
d78c76e0b4
|
feat: disable graphQL flag that will bypass gql on payload init
|
2021-01-06 15:43:42 -05:00 |
|
James
|
4d871c27f6
|
fix: graphQL access
|
2021-01-02 14:21:21 -05:00 |
|
James
|
f6c0251a6c
|
types operations, GraphQL
|
2020-12-26 20:24:28 -05:00 |
|
James
|
cf32ee460c
|
lays operation type pattern
|
2020-12-26 16:25:58 -05:00 |
|
Elliot DeNolf
|
a95aada35a
|
misc gql types
|
2020-12-12 22:50:43 -05:00 |
|
Elliot DeNolf
|
8fd430819b
|
add more graphql schema typing
|
2020-12-09 11:02:37 -05:00 |
|
Elliot DeNolf
|
396760d523
|
More graphql typing
|
2020-12-09 09:35:08 -05:00 |
|
Elliot DeNolf
|
c97732cef3
|
add some collection/graphql types
|
2020-11-30 15:11:38 -05:00 |
|
Dan Ribbens
|
70a84d90ad
|
cleanup in payload init
|
2020-11-25 17:36:51 -05:00 |
|
Elliot DeNolf
|
e36be704a5
|
add types for most of graphql
|
2020-11-24 20:03:41 -05:00 |
|
James
|
d2572ba4e4
|
everything works?
|
2020-11-20 17:12:39 -05:00 |
|
James
|
51307f29c5
|
fixes bugs with gql
|
2020-11-20 15:38:01 -05:00 |
|
Dan Ribbens
|
e7822f7a51
|
refactor ts graphql index
|
2020-11-20 15:36:04 -05:00 |
|
Dan Ribbens
|
18698a9f18
|
refactor graphql and utilities
|
2020-11-20 15:23:32 -05:00 |
|
Elliot DeNolf
|
551c249e39
|
refactor: migrate to typescript
|
2020-11-20 13:39:18 -05:00 |
|
Dan Ribbens
|
5431b8ebcc
|
Merge pull request #428 from trouble/rest-gql-errors
Rest gql errors
|
2020-10-23 13:12:40 -04:00 |
|
Dan Ribbens
|
e233551d0b
|
cleanup graphql init
|
2020-10-23 13:11:16 -04:00 |
|
Dan Ribbens
|
5c3b20643a
|
Merge pull request #426 from trouble/rest-gql-errors
validation error respone and handling change
|
2020-10-22 17:07:22 -04:00 |
|
James
|
646b46528d
|
removes breaking optional chaining in graphql error handler
|
2020-10-21 18:02:36 -04:00 |
|
Dan Ribbens
|
67ff273a9e
|
use logger in graphql error handler
|
2020-10-20 09:45:57 -04:00 |
|
Dan Ribbens
|
397d36291d
|
Merge pull request #425 from trouble/graphql-errors
gql errors include formatted field validation data
|
2020-10-20 09:36:27 -04:00 |
|
Dan Ribbens
|
a4066e4802
|
gql errors include formatted field validation data
|
2020-10-20 01:14:19 -04:00 |
|
Elliot DeNolf
|
88e24ba452
|
add ability to disable graphql playground in production
|
2020-10-19 20:18:24 -04:00 |
|
Elliot DeNolf
|
90a686ea0b
|
Merge pull request #422 from trouble/query-exists
|
2020-10-16 21:45:41 -04:00 |
|
Elliot DeNolf
|
215df7ff9e
|
handle graphql exists type
|
2020-10-16 21:42:55 -04:00 |
|
Elliot DeNolf
|
0758f01120
|
wip: exists query
|
2020-10-16 17:13:52 -04:00 |
|
James
|
20a9dcf6fe
|
ensures hidden fields do not get added to graphql schemas
|
2020-10-15 16:48:02 -04:00 |
|
James
|
5400500360
|
implements custom date and email gql scalars
|
2020-10-12 18:23:55 -04:00 |
|
James
|
7f47cdacbb
|
enables lean mongoose queries for all find operations
|
2020-10-05 10:25:35 -04:00 |
|
James
|
3359cd4e9b
|
ensures reset password sends back a new user
|
2020-10-01 14:57:59 -04:00 |
|
Elliot DeNolf
|
79fc3f72a6
|
implement graphql query complexity limits
|
2020-09-27 15:01:35 -04:00 |
|
James
|
fbc4429648
|
fixes bug with combining AND clauses, extends graphql id operations
|
2020-09-24 09:36:21 -04:00 |
|
James
|
8dd3298f9a
|
performance improvements
|
2020-09-23 20:14:27 -04:00 |
|
James
|
09a3c859c1
|
finishes RichText PoC
|
2020-09-23 10:02:48 -04:00 |
|
James
|
dde3a35b16
|
converts radio graphql types to enum
|
2020-09-19 08:33:03 -04:00 |
|
James
|
e35b212781
|
builds relationship whereInput graphQL type
|
2020-09-16 13:56:02 -04:00 |
|
James
|
6f6289a069
|
allows for proper extension of graphql queries / mutations
|
2020-09-16 09:04:50 -04:00 |
|
James
|
209d812239
|
fixes bug with relationship population in graphql resolver
|
2020-09-14 21:04:17 -04:00 |
|
James
|
4e3cc2bc05
|
comments out breaking graphql errors
|
2020-09-14 21:04:02 -04:00 |
|
James
|
bb5f747052
|
flattens create / register, update / authUpdate
|
2020-09-13 12:06:02 -04:00 |
|
James
|
14d702ff8d
|
improves graphql name formatting
|
2020-09-11 14:11:33 -04:00 |
|
James
|
dd5acae76f
|
only sets nullable gql type if no admin condition
|
2020-09-11 14:11:23 -04:00 |
|
James
|
9de51bbf02
|
fixes gql in relationships with many relations
|
2020-09-11 14:11:10 -04:00 |
|
James
|
c760863f8c
|
enables Upload GraphQL field resolver
|
2020-09-05 12:19:32 -04:00 |
|
James
|
9e82f9d02e
|
fixes bugs with GraphQL when no locale is present
|
2020-08-29 12:07:06 -04:00 |
|
James
|
5771b3e561
|
updates resolvers to new architecture
|
2020-07-20 17:14:31 -04:00 |
|
James
|
85bcbfd918
|
removes autopopulate, adds manual population
|
2020-07-20 16:11:22 -04:00 |
|
James
|
44a4c413a7
|
adds createdAt and updatedAt to GraphQL
|
2020-07-12 14:37:46 -04:00 |
|
James
|
b4d054e1b2
|
optimizes the way GraphQL is bootstrapped
|
2020-07-12 14:23:45 -04:00 |
|
James
|
26f4e7303e
|
passes res to graphql context in order to login via gql
|
2020-07-09 21:58:11 -04:00 |
|