Skip to content

Commit d8fb1da

Browse files
authored
Update README.md
1 parent 1aa68ee commit d8fb1da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ non-null types by default. A field of type `Vec<Episode>` will be converted into
5555
`[Episode!]!`. The corresponding Rust type for e.g. `[Episode]` would be
5656
`Option<Vec<Option<Episode>>>`.
5757

58+
Juniper supports both asynchronous and synchronous execution using `execute()` and `execute_sync()` respectively. Asynchronous execution is runtime agnostic.
59+
5860
Juniper follows a [code-first approach][schema_approach] to defining GraphQL schemas. If you would like to use a [schema-first approach][schema_approach] instead, consider [juniper-from-schema][] for generating code from a schema file.
5961

6062
## Integrations

0 commit comments

Comments
 (0)