Module Graphql_intf

letslearngraphql

Module Graphql_intf

module type IO = sig … end. module type Field_error = sig … end. module type Schema = sig … end. GraphQL schema signature.

 

Read More