Skip to content

Instantly share code, notes, and snippets.

@mvaneijgen
Created August 14, 2019 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvaneijgen/6b8d7e991329b1d8582f4481a0695d91 to your computer and use it in GitHub Desktop.
Save mvaneijgen/6b8d7e991329b1d8582f4481a0695d91 to your computer and use it in GitHub Desktop.
query GET_PAGE_BY_URI($uri: String) {
pageBy(uri: $uri) {
pageId
title
content
uri
acfFlex {
flex {
__typename
... on Page_Acfflex_Flex_CallToAction {
content
button {
target
title
url
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment