GraphQL v0.3.0 GraphQL.Type.Union

Summary

Types

t :: %GraphQL.Type.Union{description: binary | nil, name: binary, resolver: (any -> GraphQL.Type.ObjectType.t), types: [GraphQL.Type.ObjectType.t]}

Functions

new(map)