Discere
12/04/2017, 9:58 AM{
RecentArticles: allArticles(first: 3, orderBy: updatedAt_DESC) {
id
fields {
title
}
}
RecentEvents: allEvents(first: 3, orderBy: updatedAt_DESC) {
id
fields {
title
}
}
RecentMicrosites: allMicrosites(first: 3, orderBy: updatedAt_DESC) {
id
fields {
title
}
}
}
Is there any way I can wrap this so I get one object back?dohomi
12/04/2017, 10:02 AMDiscere
12/04/2017, 10:12 AM