@paris-ias/trees 2.0.9 → 2.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -20,7 +20,6 @@ query getEvent($appId: ID = "iea", $itemId: ID = "", $lang: String = "en") {
|
|
|
20
20
|
name
|
|
21
21
|
place {
|
|
22
22
|
address
|
|
23
|
-
id
|
|
24
23
|
name
|
|
25
24
|
url
|
|
26
25
|
}
|
|
@@ -60,7 +59,6 @@ query getEvent($appId: ID = "iea", $itemId: ID = "", $lang: String = "en") {
|
|
|
60
59
|
}
|
|
61
60
|
news {
|
|
62
61
|
description
|
|
63
|
-
id
|
|
64
62
|
slug
|
|
65
63
|
image {
|
|
66
64
|
alt
|
|
@@ -76,7 +74,6 @@ query getEvent($appId: ID = "iea", $itemId: ID = "", $lang: String = "en") {
|
|
|
76
74
|
}
|
|
77
75
|
people {
|
|
78
76
|
firstname
|
|
79
|
-
id
|
|
80
77
|
slug
|
|
81
78
|
image {
|
|
82
79
|
alt
|
|
@@ -91,7 +88,6 @@ query getEvent($appId: ID = "iea", $itemId: ID = "", $lang: String = "en") {
|
|
|
91
88
|
}
|
|
92
89
|
projects {
|
|
93
90
|
description
|
|
94
|
-
id
|
|
95
91
|
slug
|
|
96
92
|
image {
|
|
97
93
|
alt
|
|
@@ -106,7 +102,6 @@ query getEvent($appId: ID = "iea", $itemId: ID = "", $lang: String = "en") {
|
|
|
106
102
|
url
|
|
107
103
|
}
|
|
108
104
|
publications {
|
|
109
|
-
id
|
|
110
105
|
slug
|
|
111
106
|
name
|
|
112
107
|
url
|
|
@@ -73,7 +73,6 @@ query getNews($appId: ID = "iea", $itemId: ID = "", $lang: String = "en") {
|
|
|
73
73
|
}
|
|
74
74
|
news {
|
|
75
75
|
description
|
|
76
|
-
id
|
|
77
76
|
image {
|
|
78
77
|
alt
|
|
79
78
|
backgroundColor
|
|
@@ -88,7 +87,6 @@ query getNews($appId: ID = "iea", $itemId: ID = "", $lang: String = "en") {
|
|
|
88
87
|
}
|
|
89
88
|
people {
|
|
90
89
|
firstname
|
|
91
|
-
id
|
|
92
90
|
image {
|
|
93
91
|
alt
|
|
94
92
|
backgroundColor
|
|
@@ -102,7 +100,6 @@ query getNews($appId: ID = "iea", $itemId: ID = "", $lang: String = "en") {
|
|
|
102
100
|
}
|
|
103
101
|
projects {
|
|
104
102
|
description
|
|
105
|
-
id
|
|
106
103
|
name
|
|
107
104
|
image {
|
|
108
105
|
alt
|
|
@@ -116,7 +113,6 @@ query getNews($appId: ID = "iea", $itemId: ID = "", $lang: String = "en") {
|
|
|
116
113
|
url
|
|
117
114
|
}
|
|
118
115
|
publications {
|
|
119
|
-
id
|
|
120
116
|
name
|
|
121
117
|
url
|
|
122
118
|
}
|
|
@@ -118,7 +118,6 @@ query getPeople($appId: ID = "iea", $itemId: ID = "", $lang: String = "en") {
|
|
|
118
118
|
news {
|
|
119
119
|
description
|
|
120
120
|
slug
|
|
121
|
-
id
|
|
122
121
|
image {
|
|
123
122
|
alt
|
|
124
123
|
backgroundColor
|
|
@@ -134,7 +133,6 @@ query getPeople($appId: ID = "iea", $itemId: ID = "", $lang: String = "en") {
|
|
|
134
133
|
people {
|
|
135
134
|
firstname
|
|
136
135
|
slug
|
|
137
|
-
id
|
|
138
136
|
image {
|
|
139
137
|
alt
|
|
140
138
|
backgroundColor
|
|
@@ -149,7 +147,6 @@ query getPeople($appId: ID = "iea", $itemId: ID = "", $lang: String = "en") {
|
|
|
149
147
|
projects {
|
|
150
148
|
description
|
|
151
149
|
slug
|
|
152
|
-
id
|
|
153
150
|
image {
|
|
154
151
|
alt
|
|
155
152
|
backgroundColor
|
|
@@ -163,7 +160,6 @@ query getPeople($appId: ID = "iea", $itemId: ID = "", $lang: String = "en") {
|
|
|
163
160
|
url
|
|
164
161
|
}
|
|
165
162
|
publications {
|
|
166
|
-
id
|
|
167
163
|
slug
|
|
168
164
|
name
|
|
169
165
|
url
|