Ariadne.Flow.Query (Ariadne Flow v0.10.1)

Copy Markdown View Source

Summary

Types

t()

A normalised query: every event, or the filters an event has to match one of.

Types

t()

@type t() :: %Ariadne.Flow.Query{filters: :all | [Ariadne.Flow.Filter.t()]}

A normalised query: every event, or the filters an event has to match one of.

Functions

new(query)