We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider the query
{ me(_xid_: m.06pj8) { type.object.name.en film.director.film(first:2) { _uid_ film.film.genre { type.object.name.en } type.object.name.en film.film.initial_release_date } } }
Here is a snippet of the reply:
{ "_uid_": "0xc6f4b3d7f8cbbad", "film.film.genre": [ { "_uid_": "0x7ab7e3d640ac359", "type.object.name.en": "Suspense" }, { "_uid_": "0x68d72c1a031195f8", "type.object.name.en": "Drama" }, { "_uid_": "0x7b2b371b5f0ebd84", "type.object.name.en": "Adventure" }, { "_uid_": "0xa7eb7890d6db0f1f", "type.object.name.en": "Comedy" },```
The text was updated successfully, but these errors were encountered:
crypto, runtime: add ed25519 generate, sign, verify (#365)
666a4eb
* create crypto package, add generate, sign, verify functions for ed25519 * update ext_ed25519_verify to use this package
jchiu0
No branches or pull requests
Consider the query
Here is a snippet of the reply:
The text was updated successfully, but these errors were encountered: