Module

Dev.Schema

Package
purescript-prospero
Repository
rowtype-yoga/purescript-prospero

#Queries Source

type Queries = { character :: Query { name :: String } (Maybe Character), characters :: Query Unit (Array Character), hello :: Query Unit String }

#Character Source

newtype Character

Constructors

Instances