Skip to content

Instantly share code, notes, and snippets.

@maiatoday
Last active March 31, 2018 12:39
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 maiatoday/578aebcee3bd9decb6e3c6833c73a4ba to your computer and use it in GitHub Desktop.
Save maiatoday/578aebcee3bd9decb6e3c6833c73a4ba to your computer and use it in GitHub Desktop.
query PageSummary($search: String!) {
page(project:"en", title: $search) {
summary {
displaytitle
extract
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment