Created
July 24, 2018 14:17
-
-
Save franzwilding/3adc1c24e1ec16b65ec88d0723064108 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
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