Here is response:-
query alleventsQuery {
allPrismicEvent(
filter: { data: { isFuture: { eq: true } } }
sort: { order: ASC, fields: data___end_date }
) {
edges {
node {
id
data {
title {
raw
}
blurb {
raw
}
end_date
isFuture
readable_end_date: end_date(formatString: "D MMMM YYYY")
readable_start_date: start_date(formatString: "D MMMM YYYY")
readable_end_day: end_date(formatString: "Do")
readable_end_month: end_date(formatString: "MMM")
readable_start_day: start_date(formatString: "Do")
readable_start_month: start_date(formatString: "MMM")
start_date
}
tags
uid
url
}
}
}
}
Here is the result
{
"data": {
"allPrismicEvent": {
"edges": [
{
"node": {
"id": "cba31020-f763-5d37-97b6-1556343a7f62",
"data": {
"title": {
"raw": [
{
"type": "heading1",
"text": "Valhalla High School Choir",
"spans": []
}
]
},
"blurb": {
"raw": [
{
"type": "paragraph",
"text": "The Actor's Church welcomes Valhalla High School on their global tour for a free lunchtime concert.",
"spans": []
}
]
},
"end_date": "2022-03-22",
"isFuture": true,
"readable_end_date": "22 March 2022",
"readable_start_date": "22 March 2022",
"readable_end_day": "22nd",
"readable_end_month": "Mar",
"readable_start_day": "22nd",
"readable_start_month": "Mar",
"start_date": "2022-03-22"
},
"tags": [],
"uid": "valhalla-choir",
"url": "/"
}
},
{
"node": {
"id": "1cfafbd9-ecbe-5b50-a22b-d6adde9eddc1",
"data": {
"title": {
"raw": [
{
"type": "heading1",
"text": "Baby Gospel - Family Concert",
"spans": []
}
]
},
"blurb": {
"raw": [
{
"type": "paragraph",
"text": "The Actors' Church is delighted to welcome back Baby Gospel. A concert for the whole family, with hits by Marvin Gaye, Bob Marley, Adele, Jackie Wilson, Pharrell and more.",
"spans": []
}
]
},
"end_date": "2022-03-23",
"isFuture": true,
"readable_end_date": "23 March 2022",
"readable_start_date": "23 March 2022",
"readable_end_day": "23rd",
"readable_end_month": "Mar",
"readable_start_day": "23rd",
"readable_start_month": "Mar",
"start_date": "2022-03-23"
},
"tags": [
"concert"
],
"uid": "1100am",
"url": "/"
}
},
{
"node": {
"id": "16cb0f44-fb01-515a-a2f2-af4695b6b403",
"data": {
"title": {
"raw": [
{
"type": "heading1",
"text": "Artaban the Musical",
"spans": []
}
]
},
"blurb": {
"raw": [
{
"type": "paragraph",
"text": "The New Rock Musical filled with Heart and Soul, an uplifting story follows the adventures of Artaban the 4th Wise Man on his lifelong quest to deliver his gift of gemstones to Jesus. Will he succeed?",
"spans": []
}
]
},
"end_date": "2022-03-31",
"isFuture": true,
"readable_end_date": "31 March 2022",
"readable_start_date": "31 March 2022",
"readable_end_day": "31st",
"readable_end_month": "Mar",
"readable_start_day": "31st",
"readable_start_month": "Mar",
"start_date": "2022-03-31"
},
"tags": [
"performance",
"iris"
],
"uid": "artaban-the-musical",
"url": "/"
}
},
{
"node": {
"id": "a33abba7-9393-5ffd-805d-5a30db74960e",
"data": {
"title": {
"raw": [
{
"type": "heading1",
"text": "Platform - Jack Miles & Friends",
"spans": []
}
]
},
"blurb": {
"raw": [
{
"type": "paragraph",
"text": "PLATFORM artist Jack Miles will take to the stage, alongside an multi-award winning cast, for a one-night-only concert celebrating his work as one of the country's most exciting contemporary musical theatre composers.",
"spans": []
}
]
},
"end_date": "2022-04-08",
"isFuture": true,
"readable_end_date": "8 April 2022",
"readable_start_date": "8 April 2022",
"readable_end_day": "8th",
"readable_end_month": "Apr",
"readable_start_day": "8th",
"readable_start_month": "Apr",
"start_date": "2022-04-08"
},
"tags": [
"concert"
],
"uid": "platform---jack-miles--friends",
"url": "/"
}
}
]
}
},
"extensions": {}
}