1+ export const gqlResponseForAssetUpdate = {
2+ "data" : {
3+ "page_json_rte" : {
4+ "title" : "My First JSON-Rte Entry" ,
5+ "system" : {
6+ "content_type_uid" : "page_json_rte" ,
7+ "uid" : "uid_page_json_rte"
8+ } ,
9+ "rte_2" : {
10+ "embedded_itemsConnection" : {
11+ "edges" : [
12+ {
13+ "node" : {
14+ "title" : "FA23_TJ_FUEL_TJM_DEL_1_STITCHED.jpg" ,
15+ "url" : "https://images.contentstack.io/v3/assets/api_key/asset_uid_1341/66427e3816e6bfae8f58d971/pexels-pixabay-33109.jpg" ,
16+ "content_type" : "image/jpeg" ,
17+ "filename" : "pexels-pixabay-33109.jpg" ,
18+ "system" : {
19+ "uid" : "asset_uid_1341"
20+ }
21+ }
22+ }
23+ ]
24+ } ,
25+ "json" : {
26+ "type" : "doc" ,
27+ "uid" : "rte_uid" ,
28+ "attrs" : { } ,
29+ "children" : [
30+ {
31+ "uid" : "rte_node_uid" ,
32+ "type" : "reference" ,
33+ "attrs" : {
34+ "display-type" : "display" ,
35+ "asset-uid" : "asset_uid_1341" ,
36+ "content-type-uid" : "sys_assets" ,
37+ "asset-link" : "https://images.contentstack.io/v3/assets/api_key/asset_uid_1341/6502bb17bb60f72316481aaa/FA23_TJ_FUEL_TJM_DEL_1_STITCHED.jpg" ,
38+ "asset-name" : "FA23_TJ_FUEL_TJM_DEL_1_STITCHED.jpg" ,
39+ "asset-type" : "image/jpeg" ,
40+ "type" : "asset" ,
41+ "class-name" : "embedded-asset" ,
42+ "alt" : "FA23_TJ_FUEL_TJM_DEL_1_STITCHED.jpg" ,
43+ "asset-alt" : "FA23_TJ_FUEL_TJM_DEL_1_STITCHED.jpg" ,
44+ "inline" : false
45+ } ,
46+ "children" : [
47+ {
48+ "text" : ""
49+ }
50+ ]
51+ } ,
52+ {
53+ "type" : "p" ,
54+ "attrs" : { } ,
55+ "uid" : "rte_node_2_uid" ,
56+ "children" : [
57+ {
58+ "text" : ""
59+ }
60+ ]
61+ }
62+ ] ,
63+ "_version" : 10
64+ }
65+ }
66+ }
67+ }
68+ }
69+
70+ export const gqlResponseForAssetUpdateWithoutSystemUid = {
71+ "data" : {
72+ "page_json_rte" : {
73+ "title" : "My First JSON-Rte Entry" ,
74+ "system" : {
75+ "content_type_uid" : "page_json_rte" ,
76+ "uid" : "uid_page_json_rte"
77+ } ,
78+ "rte_2" : {
79+ "embedded_itemsConnection" : {
80+ "edges" : [
81+ {
82+ "node" : {
83+ "title" : "FA23_TJ_FUEL_TJM_DEL_1_STITCHED.jpg" ,
84+ "url" : "https://images.contentstack.io/v3/assets/api_key/asset_uid_1341/66427e3816e6bfae8f58d971/pexels-pixabay-33109.jpg" ,
85+ "content_type" : "image/jpeg" ,
86+ "filename" : "pexels-pixabay-33109.jpg" ,
87+ }
88+ }
89+ ]
90+ } ,
91+ "json" : {
92+ "type" : "doc" ,
93+ "uid" : "rte_uid" ,
94+ "attrs" : { } ,
95+ "children" : [
96+ {
97+ "uid" : "rte_node_uid" ,
98+ "type" : "reference" ,
99+ "attrs" : {
100+ "display-type" : "display" ,
101+ "asset-uid" : "asset_uid_1341" ,
102+ "content-type-uid" : "sys_assets" ,
103+ "asset-link" : "https://images.contentstack.io/v3/assets/api_key/asset_uid_1341/6502bb17bb60f72316481aaa/FA23_TJ_FUEL_TJM_DEL_1_STITCHED.jpg" ,
104+ "asset-name" : "FA23_TJ_FUEL_TJM_DEL_1_STITCHED.jpg" ,
105+ "asset-type" : "image/jpeg" ,
106+ "type" : "asset" ,
107+ "class-name" : "embedded-asset" ,
108+ "alt" : "FA23_TJ_FUEL_TJM_DEL_1_STITCHED.jpg" ,
109+ "asset-alt" : "FA23_TJ_FUEL_TJM_DEL_1_STITCHED.jpg" ,
110+ "inline" : false
111+ } ,
112+ "children" : [
113+ {
114+ "text" : ""
115+ }
116+ ]
117+ } ,
118+ {
119+ "type" : "p" ,
120+ "attrs" : { } ,
121+ "uid" : "rte_node_2_uid" ,
122+ "children" : [
123+ {
124+ "text" : ""
125+ }
126+ ]
127+ }
128+ ] ,
129+ "_version" : 10
130+ }
131+ }
132+ }
133+ }
134+ }
0 commit comments