Created
December 2, 2019 17:35
-
-
Save patrickbjohnson/1698827483f1905a27cfaffde3511539 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ... 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