fixes due to changes in blog fields
This commit is contained in:
@@ -33,14 +33,9 @@ query{
|
||||
}
|
||||
edges {
|
||||
node {
|
||||
name
|
||||
title
|
||||
team
|
||||
rank
|
||||
excerpt
|
||||
image(width:800)
|
||||
path
|
||||
timeToRead
|
||||
humanTime : created(format:"DD MMM YYYY")
|
||||
datetime : created
|
||||
author {
|
||||
|
||||
@@ -82,14 +82,9 @@ query {
|
||||
edges {
|
||||
node {
|
||||
id
|
||||
name
|
||||
title
|
||||
team
|
||||
rank
|
||||
excerpt
|
||||
image(width:800)
|
||||
path
|
||||
timeToRead
|
||||
humanTime : created(format:"DD MMM YYYY")
|
||||
datetime : created
|
||||
author {
|
||||
|
||||
@@ -115,13 +115,9 @@
|
||||
query($id: ID!, $previousElement: ID!, $nextElement: ID!) {
|
||||
blog(id: $id) {
|
||||
title
|
||||
name
|
||||
rank
|
||||
path
|
||||
startDate : startdate(format:"MM YYYY")
|
||||
image(width:1600, height:800)
|
||||
image_caption
|
||||
excerpt
|
||||
content
|
||||
humanTime : created(format:"DD MMMM YYYY")
|
||||
datetime : created(format:"ddd MMM DD YYYY hh:mm:ss zZ")
|
||||
@@ -137,11 +133,6 @@
|
||||
image
|
||||
path
|
||||
}
|
||||
tags {
|
||||
id
|
||||
title
|
||||
path
|
||||
}
|
||||
}
|
||||
|
||||
previous: blog(id: $previousElement) {
|
||||
|
||||
Reference in New Issue
Block a user