fixes due to changes in blog fields
This commit is contained in:
@@ -5,6 +5,7 @@ image: ./wild.jpg
|
|||||||
image_caption: internet
|
image_caption: internet
|
||||||
tags: tech, internet, edge-cloud
|
tags: tech, internet, edge-cloud
|
||||||
author: andreas_hartl
|
author: andreas_hartl
|
||||||
|
created: 2020-04-20
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ tags: autonomy, equality, human
|
|||||||
image: ./unique.jpg
|
image: ./unique.jpg
|
||||||
image_caption: you
|
image_caption: you
|
||||||
author: sabrina_sadik
|
author: sabrina_sadik
|
||||||
|
created: 2020-04-20
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ tags: covid, regeneration, economy
|
|||||||
image: ./corona.jpg
|
image: ./corona.jpg
|
||||||
image_caption: coronavirus
|
image_caption: coronavirus
|
||||||
author: nila_phi
|
author: nila_phi
|
||||||
|
created: 2020-04-20
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -33,14 +33,9 @@ query{
|
|||||||
}
|
}
|
||||||
edges {
|
edges {
|
||||||
node {
|
node {
|
||||||
name
|
|
||||||
title
|
title
|
||||||
team
|
|
||||||
rank
|
|
||||||
excerpt
|
|
||||||
image(width:800)
|
image(width:800)
|
||||||
path
|
path
|
||||||
timeToRead
|
|
||||||
humanTime : created(format:"DD MMM YYYY")
|
humanTime : created(format:"DD MMM YYYY")
|
||||||
datetime : created
|
datetime : created
|
||||||
author {
|
author {
|
||||||
|
|||||||
@@ -82,14 +82,9 @@ query {
|
|||||||
edges {
|
edges {
|
||||||
node {
|
node {
|
||||||
id
|
id
|
||||||
name
|
|
||||||
title
|
title
|
||||||
team
|
|
||||||
rank
|
|
||||||
excerpt
|
|
||||||
image(width:800)
|
image(width:800)
|
||||||
path
|
path
|
||||||
timeToRead
|
|
||||||
humanTime : created(format:"DD MMM YYYY")
|
humanTime : created(format:"DD MMM YYYY")
|
||||||
datetime : created
|
datetime : created
|
||||||
author {
|
author {
|
||||||
|
|||||||
@@ -115,13 +115,9 @@
|
|||||||
query($id: ID!, $previousElement: ID!, $nextElement: ID!) {
|
query($id: ID!, $previousElement: ID!, $nextElement: ID!) {
|
||||||
blog(id: $id) {
|
blog(id: $id) {
|
||||||
title
|
title
|
||||||
name
|
|
||||||
rank
|
|
||||||
path
|
path
|
||||||
startDate : startdate(format:"MM YYYY")
|
|
||||||
image(width:1600, height:800)
|
image(width:1600, height:800)
|
||||||
image_caption
|
image_caption
|
||||||
excerpt
|
|
||||||
content
|
content
|
||||||
humanTime : created(format:"DD MMMM YYYY")
|
humanTime : created(format:"DD MMMM YYYY")
|
||||||
datetime : created(format:"ddd MMM DD YYYY hh:mm:ss zZ")
|
datetime : created(format:"ddd MMM DD YYYY hh:mm:ss zZ")
|
||||||
@@ -137,11 +133,6 @@
|
|||||||
image
|
image
|
||||||
path
|
path
|
||||||
}
|
}
|
||||||
tags {
|
|
||||||
id
|
|
||||||
title
|
|
||||||
path
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
previous: blog(id: $previousElement) {
|
previous: blog(id: $previousElement) {
|
||||||
|
|||||||
Reference in New Issue
Block a user