Skip to content

Instantly share code, notes, and snippets.

@patrickbjohnson
Created December 2, 2019 17:35
Show Gist options
  • Select an option

  • Save patrickbjohnson/1698827483f1905a27cfaffde3511539 to your computer and use it in GitHub Desktop.

Select an option

Save patrickbjohnson/1698827483f1905a27cfaffde3511539 to your computer and use it in GitHub Desktop.
... on ContentfulContentBlockGrid {
id
identifier
sectionTitle
displayCategory
contentBlocks {
id
body {
body
}
categories {
category
categoryColor
}
title
projectTitle
client
type
image {
title
fluid {
...GatsbyContentfulFluid
}
}
hoverImage {
title
fluid {
...GatsbyContentfulFluid
}
}
videos {
__typename
... on ContentfulImageBlock {
media {
description
fluid {
...GatsbyContentfulFluid
}
}
}
... on ContentfulVideoBlock {
id
title
videoUrl
caption {
id
caption
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment