out package:graphql

Output types and values, monad transformer stack used by the GraphQL resolvers. This module is intended to be imported qualified, to avoid name clashes with In.
Intermediate type used to serialize a GraphQL value. The serialization is done during the execution, and Output contains already serialized data (in List and Object) as well as the new layer that has to be serialized in the current step. So Output is parameterized by the serialization format.