Commit Graph

93 Commits

Author SHA1 Message Date
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
James
1882a6ac5d renames Flexible to Blocks, Repeater to Array 2020-07-08 11:15:49 -04:00
James
e818537fe9 renames policy to access 2020-07-08 11:00:50 -04:00
James
8fc612dc35 improves naming conventions of Policies GraphQL types 2020-07-07 19:23:43 -04:00
James
9391b51eb5 WIP - adds field-level policies to GraphQL 2020-07-07 16:04:13 -04:00
Jarrod Flesch
b7b4af86bd merges master 2020-06-15 13:41:35 -04:00
James
578f61ebb5 renames radioGroup to radio 2020-06-12 09:32:58 -04:00
Jarrod Flesch
81c7bde0ed adds radio group field type - #224 2020-06-11 09:28:32 -04:00
Jarrod Flesch
4c7be4d8f7 Merge branch 'master' of github.com:trouble/payload into slate-js 2020-06-09 16:33:56 -04:00
James
3d56373247 adds secondary auth collection Customers, modifies GraphQL policies to suit multiple auth collections 2020-06-09 13:32:23 -04:00
Jarrod Flesch
7bf171e877 scaffolds out the richText backend schema 2020-06-03 10:15:51 -04:00
James
0583612219 adds Row to buildMutationInputType 2020-06-02 20:54:21 -04:00
James
c1338160fe adds row field type to buildWhereInputType 2020-06-02 20:42:27 -04:00
James
b4e2e2e1b6 enables properly building object type for Row field type 2020-06-02 20:31:05 -04:00
James
f8369ffb10 introduces Row, modifies buildSchema to support fields that need to modify top-level schemas 2020-06-02 13:57:55 -04:00
James
7d2b54e4a0 fixes miscellaneous bugs while initializing with no localization, globals, custom css 2020-06-01 14:16:12 -04:00
Dan Ribbens
8e2b0d2828 merge master 2020-05-19 21:44:52 -04:00
Dan Ribbens
1739241cb3 cleanup error handler for graphql 2020-05-19 21:43:33 -04:00
James
de6aee192e GraphQL bugfixes and simplifications 2020-05-19 08:47:50 -04:00
James
a2a795024c enables extension of graphql schema 2020-05-18 21:19:50 -04:00
James
4de1b3ab51 formats graphql names to allow dashes 2020-05-18 21:01:01 -04:00
James
098b5be274 flattens user into collections 2020-05-18 16:39:40 -04:00
Dan Ribbens
49d58662a1 wip on graphql after error hook 2020-05-16 08:26:07 -04:00
James
6fe811402c adds User and Global policies to /policies endpoint 2020-05-10 19:16:09 -04:00
James
d5331a87b2 enables policy route and policy graphql query 2020-05-09 12:54:41 -04:00
James
d57629208a implements /policies route for use on the admin panel 2020-05-08 16:58:35 -04:00
James
8208adab71 removes upload graphql 2020-05-06 11:11:35 -04:00
Dan Ribbens
9ee2679211 fix graphql forgot password 2020-04-23 13:11:01 -04:00
James
25aec0ede3 fixes email provider, adds better pattern for firing off emails via payload 2020-04-21 12:30:37 -04:00
James
a938671ef4 ensures backend validation works recursively and formats pathnames according to nested fields 2020-04-19 14:33:44 -04:00
James
009b5171ed renames auth to users to follow convention 2020-04-15 13:31:03 -04:00
James
dc82ee9c24 finalizes implementation of globals in graphql 2020-04-14 17:44:08 -04:00
James
6fb24a083d revises formatErrorResponse, extracts findOne operation from global findOne 2020-04-14 16:41:27 -04:00
James
d253679051 renames queries to operations, removes unnecessary globals middleware 2020-04-14 15:45:46 -04:00
James
eea3991912 applies collection hook pattern 2020-04-13 18:08:03 -04:00
James
ffb5f97756 removes withDefaultLocale as it was not necessary 2020-04-13 11:38:19 -04:00
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