Module

GraphQL.Client.GqlError

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

#GqlError Source

type GqlError = { extensions :: Maybe (Object Json), locations :: ErrorLocations, message :: String, path :: Maybe (Array (Either Int String)) }

#ErrorLocations Source

type ErrorLocations = Maybe (Array { column :: Int, line :: Int })