@paris-ias/trees 2.0.30 → 2.0.31
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.
|
@@ -14,6 +14,7 @@ query search($appId: ID = "", $search: String = "", $lang: String = "en") {
|
|
|
14
14
|
}
|
|
15
15
|
lastname
|
|
16
16
|
slug
|
|
17
|
+
score
|
|
17
18
|
}
|
|
18
19
|
total
|
|
19
20
|
}
|
|
@@ -36,6 +37,7 @@ query search($appId: ID = "", $search: String = "", $lang: String = "en") {
|
|
|
36
37
|
name
|
|
37
38
|
}
|
|
38
39
|
slug
|
|
40
|
+
score
|
|
39
41
|
}
|
|
40
42
|
total
|
|
41
43
|
}
|
|
@@ -54,6 +56,7 @@ query search($appId: ID = "", $search: String = "", $lang: String = "en") {
|
|
|
54
56
|
}
|
|
55
57
|
date
|
|
56
58
|
slug
|
|
59
|
+
score
|
|
57
60
|
}
|
|
58
61
|
total
|
|
59
62
|
}
|
|
@@ -77,6 +80,7 @@ query search($appId: ID = "", $search: String = "", $lang: String = "en") {
|
|
|
77
80
|
license
|
|
78
81
|
url
|
|
79
82
|
}
|
|
83
|
+
score
|
|
80
84
|
}
|
|
81
85
|
total
|
|
82
86
|
}
|
|
@@ -103,10 +107,10 @@ query search($appId: ID = "", $search: String = "", $lang: String = "en") {
|
|
|
103
107
|
name
|
|
104
108
|
summary
|
|
105
109
|
slug
|
|
110
|
+
score
|
|
106
111
|
}
|
|
107
112
|
}
|
|
108
113
|
news {
|
|
109
|
-
total
|
|
110
114
|
items {
|
|
111
115
|
category
|
|
112
116
|
date
|
|
@@ -122,7 +126,9 @@ query search($appId: ID = "", $search: String = "", $lang: String = "en") {
|
|
|
122
126
|
}
|
|
123
127
|
name
|
|
124
128
|
slug
|
|
129
|
+
score
|
|
125
130
|
}
|
|
131
|
+
total
|
|
126
132
|
}
|
|
127
133
|
}
|
|
128
134
|
}
|
|
@@ -83,15 +83,6 @@ query getPeople($appId: ID = "iea", $itemId: ID = "", $lang: String = "en") {
|
|
|
83
83
|
}
|
|
84
84
|
slug
|
|
85
85
|
appId
|
|
86
|
-
consent {
|
|
87
|
-
data
|
|
88
|
-
diffusion
|
|
89
|
-
email
|
|
90
|
-
fellowshipnewsletter
|
|
91
|
-
newsletter
|
|
92
|
-
publication
|
|
93
|
-
record
|
|
94
|
-
}
|
|
95
86
|
disciplines {
|
|
96
87
|
createdAt
|
|
97
88
|
description
|