Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created October 6, 2021 18:31
query Hero($episode: Episode, $skipFriends: Boolean!) {
hero(episode: $episode) {
name
friends @skip(if: $skipFriends) {
name
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment