We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b4f3f commit 863b774Copy full SHA for 863b774
src/remotes/clear.js
@@ -43,6 +43,7 @@ function getConnectionResolvers(prefix, schemas) {
43
where: {
44
webname: parent.contentfulWebname,
45
},
46
+ limit: 1,
47
48
transforms: [
49
new AddFieldToRequestTransform(schemas.cms, "Region", "webname"),
@@ -76,6 +77,7 @@ function getConnectionResolvers(prefix, schemas) {
76
77
78
id_in: parent.contentfulEventRestrictions,
79
80
81
82
83
new TransformQuery({
@@ -115,6 +117,7 @@ function getConnectionResolvers(prefix, schemas) {
115
117
116
118
id: parent.contentfulId,
119
120
121
122
123
0 commit comments