Skip to content

Instantly share code, notes, and snippets.

@debpu06
Created August 31, 2020 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save debpu06/2119d818c515a67048a94cee023a386f to your computer and use it in GitHub Desktop.
Save debpu06/2119d818c515a67048a94cee023a386f to your computer and use it in GitHub Desktop.
TextBlock Gatsby-Contentful Fragment
import { graphql } from "gatsby"
export const TextQuery = graphql`
fragment TextBlock on ContentfulTextBlock {
id
bodyContent {
json
}
sys {
contentType {
sys {
id
}
}
}
}
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment