factual-api-0.3.2: A driver for the Factual API

Safe HaskellSafe-Infered

Data.Factual.Query.ResolveQuery

Contents

Description

This module exports the type used to create resolve queries.

Synopsis

ResolveQuery type

data ResolveQuery Source

A resolve query is formed as an array of resolve values. These values will be compared with Factual records to return a cleaner, more canonical row of data.

Constructors

ResolveQuery [ResolveValue] 

ResolveValue type

data ResolveValue Source

A resolve value can either be a String or a Number (Double). The first argument is the name of the field and the second argument is the input value.