Module

GraphQL.Client.ArrayOf

Package
purescript-graphql-client
Repository
OxfordAbstracts/purescript-graphql-client

#ArrayOf Source

newtype ArrayOf a

An array type for more control over type inference.

Constructors

Instances

#arrayOf Source

arrayOf :: forall q. q -> ArrayOf q