GraphQL v0.3.2 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)