graphql_ppx.base
Graphql_ppx_base.Graphql_printer
graphql_ppx
graphql_ppx.graphql-ppx-bucklescript
graphql_ppx_bucklescript
type t =
| String of string
| FragmentNameRef of string
| FragmentQueryRef of string
val type_ref_name : Schema.type_ref -> string
val print_type : Graphql_ast.type_ref -> string
val print_document : Schema.t -> Graphql_ast.document -> t array