James
f4a2dff892
fix : #499 , graphql row / ui field bug
2022-04-04 15:09:56 -04:00
Dan Ribbens
647db5122e
feat: add pagination argument to optimize graphql relationships and use in local api ( #482 )
2022-03-16 14:58:41 -04:00
Dan Ribbens
ad98b29398
feat: adds path to GraphQL errors ( #457 )
...
* feat: adds path to GraphQL errors
* feat: afterError hook complete and error handling types
* Revert "feat: afterError hook complete and error handling types"
This reverts commit 5517d16c58f516fd4663b1bff791dd7c78b1e721.
* fix: moves extra graphql error response to extensions
2022-03-16 13:11:30 -04:00
Dan Ribbens
f14e187545
feat: allow empty string radio and select option values ( #479 )
2022-03-16 13:09:37 -04:00
James
fd0629e932
fix : #464 , graphql upload access control
2022-03-01 19:44:03 -05:00
James
c9fda13e61
chore: passing global graphql tests
2022-02-13 19:05:21 -05:00
Dan Ribbens
76077c539d
WIP: globals graphql versions
2022-02-13 17:34:22 -05:00
Dan Ribbens
a5c8ea4e2e
fix: version where input type
2022-02-11 15:50:42 -05:00
James
fa8a6b769b
chore: simplifies buildVersionWhereInput
2022-02-11 15:00:16 -05:00
Dan Ribbens
407bc35a31
chore: rename buildInputObject to withWhereAndOr
2022-02-11 13:45:27 -05:00
Dan Ribbens
26b13a81c3
feat: improve code coverage for graphql versions
2022-02-11 13:39:17 -05:00
Dan Ribbens
b159e148db
chore: rename publishVersion to restoreVersion ( #438 )
2022-02-10 16:35:03 -05:00
Dan Ribbens
7cfb2f7f02
feat: GraphQL version collection resolvers
2022-02-10 15:23:39 -05:00
Dan Ribbens
ee58471aed
WIP: graphql revisions operations
2022-02-10 15:09:08 -05:00
James
6dffeeb06f
feat: initial drafts and versions merge
2022-02-06 12:13:52 -05:00
Jarrod Flesch
0e4eb906f2
feat: enhances rich text upload with custom field API
...
* feat: adds admin.upload.collections[collection-name].fields to the RTE to save specific data on upload elements
* chore: renames flatten to unflatten in reduceFieldsToValues, disables automatic arrow function return in eslint
* docs: adds documentation for upload.collections[collection-name].fields feature
* feat: adds recursion to richText field to populate relationship and upload nested fields
* chore: removes unused css
* fix: import path for createRichTextRelationshipPromise
* docs: updates docs to include images for the RTE upload docs
2022-01-21 10:15:51 -05:00
James
d70d33fb27
chore: merge master
2021-12-29 16:45:52 -05:00
James
5c3cfa4c93
fix : #408
2021-12-29 16:08:08 -05:00
James
3a71afbd37
feat: renames revisions to versions
2021-12-28 19:41:36 -05:00
James
da5684df27
feat: abstracts revisions components for reuse in globals
2021-12-01 12:21:56 -05:00
James
763f32e22f
chore: separates revisions from drafts
2021-11-23 17:14:06 -05:00
James
edb723a4fb
feat: builds UI field
2021-10-20 16:56:07 -04:00
James
84f6a9d659
fix: more strict field typing
2021-10-12 21:18:12 -04:00
Dan Ribbens
c7558d8652
fix: sanitize custom id number types
2021-09-09 15:46:04 -04:00
Dan Ribbens
fe1dc0b191
feat: add config validation for collections with custom id
2021-09-09 11:55:40 -04:00
Jean-Baptiste
4b70a1225f
feat: replace the collection idType option with an explicit id field
2021-09-09 11:24:47 -04:00
Jean-Baptiste
29529b2c56
fix: improve id type semantic and restrict possible types to text and number
2021-09-09 11:21:55 -04:00
Dan Ribbens
bc2a6e1575
feat: graphql support for custom id types
2021-09-09 11:20:06 -04:00
Dan Ribbens
30f17509ea
feat: point field localization and graphql
2021-08-24 17:28:08 -04:00
Dan Ribbens
7504155e17
feat: add point field type
2021-08-23 23:12:50 -04:00
James
5a7e5b921d
feat: revises naming conventions of config types
2021-07-27 20:13:25 -04:00
Dan Ribbens
fb60bc79a1
feat: user preferences ( #195 )
...
* feat: adds preferences to rest api and graphql
* feat: admin panel saves user preferences on locales
* feat: admin panel saves user column preferences for collection lists
* feat: adds new id field to blocks and array items
* feat: exposes new DocumentInfo context and usePreferences hooks to admin panel
* docs: preferences api documentation and useage details
Co-authored-by: James <james@trbl.design >
2021-06-21 12:49:10 -04:00
Dan Ribbens
6f188b1fa6
fix: graphql returns compatible error format
2021-04-27 09:51:52 -04:00
James Mikrut
f17c6e4010
feat: builds plugin infrastructure ( #149 )
2021-04-22 08:36:54 -04:00
James
280f809421
fix: graphql localized relationship bugs
2021-04-19 18:48:52 -04:00
James Mikrut
353042467f
feat: dynamically populates richtext relationships
...
* feat: adds relationship field to test searchable input
* fix: searching on relationship fields properly fetches results
* chore: more dry relationship field
* feat: sets default access control to requiring a user to be logged in
* feat: dynamically populates richtext relationships
* feat: allows depth param in graphql richText field
* feat: ensures relationship input is initialized with up to 3 related collections
2021-04-18 15:29:54 -04:00
Elliot DeNolf
b383eb65c6
feat: autolabel fields when label is omitted ( #42 )
...
* feat: autolabel fields when omitted
* feat: handle autolabel in graphql mutation build
* feat: autolabel blocks
* test: add required slug field to blocks
* feat: handle graphql names when label is false
* feat: adds relationship field to test searchable input
* feat: handle block cell type labeling pluralization
* docs: remove all explicit labeling, no longer needed
* fix: falsey column labels, allows false array labels
* fix: client tests
* fix: auto-labels globals
* docs: globals auto-labeling and hooks clarification
* fix; proper object type naming
Co-authored-by: James <james@trbl.design >
2021-04-16 22:37:08 -04:00
James
27df7a4afc
chore: bump config provider
2021-04-13 20:02:29 -04:00
James
20f1e6cb04
fix: revises graphql import syntax
2021-04-13 14:55:06 -04:00
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