pub fn graphql<E>(executor: E) -> GraphQLEndpoint<E>
Expand description

Create a new GraphQL endpoint with the executor.

Default multipart options are used and batch operations are supported.