Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save franzwilding/3adc1c24e1ec16b65ec88d0723064108 to your computer and use it in GitHub Desktop.
Save franzwilding/3adc1c24e1ec16b65ec88d0723064108 to your computer and use it in GitHub Desktop.
query {
findArticles(sort: { field: "created", order: "DESC"}) {
total,
result {
id,
created
headline,
content
}
},
WebsiteSetting {
title,
footer_text,
about_text
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment