Bolty.Queries (Bolty v0.0.10)

Copy Markdown

This module defines a structure to represent Bolty queries.

It consists of a statement and additional data (extra). The extra configuration applies to all queries.

Summary

Types

t()

@type t() :: %Bolty.Queries{extra: Bolty.Query.extra(), statement: String.t()}