GraphQL v0.3.0 GraphQL.Util.Stack

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

Summary

Functions

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