Swift Navigation Blog
  • Home
Subscribe
Tony DiPasquale

Tony DiPasquale

2 posts published

📍 San Francisco
http://tonyd.io

Type Safe, Functional GraphQL with Purescript - Part 2

Last time we left off with a very minimal GraphQL API with its resolver function written in Purescript. Now, let's look at more complex resolver functions that have asynchronous return values. Input and Context First, let's take a closer look at the GraphQL resolver function. Open up your index.js

  • Tony DiPasquale
Tony DiPasquale Aug 27, 2018 • 5 min read

Type Safe, Functional GraphQL with Purescript - Part 1

GraphQL is a great way to model the underlying data structure of an API. It allows clients to request only the data they want and structures the API as a graph or relational data. However, at this time there is no convenient or complete GraphQL library for Haskell. Why Haskell?

  • Tony DiPasquale
Tony DiPasquale Aug 13, 2018 • 4 min read
Swift Navigation Blog © 2022
Powered by Ghost