GraphQL v0.2.0 GraphQL.Util.Stack

A Stack implementation. push and pop return a new Stack. peek returns the top element.

Summary

Functions

peek(stack)
pop(stack)
push(stack, node)