Skip to content

Instantly share code, notes, and snippets.

@balmas
Created October 14, 2020 18:42
Show Gist options
  • Save balmas/f402883b85041e5227737509be6adce3 to your computer and use it in GitHub Desktop.
Save balmas/f402883b85041e5227737509be6adce3 to your computer and use it in GitHub Desktop.
query {
spellingVariants(
word:{
representation: "μεμνήμεθα"
lang:"grc"
}
){
assertions {
subject {
... on Word {
representation
}
}
predicate
object {
... on Word {
representation
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment