Skip to content

Commit 547e65e

Browse files
authored
Update README.md
1 parent 439829b commit 547e65e

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 is agnostic to serialization format and network transport.
59+
5860
Juniper supports both asynchronous and synchronous execution using `execute()` and `execute_sync()` respectively. Asynchronous execution is runtime agnostic.
5961

6062
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.

0 commit comments

Comments
 (0)