Webql.Schema.Operation.Dsl (webql v0.1.0-alpha.1)

Copy Markdown

DSL for defining WebQL operations.

Examples

operation do
  input :field, :type
  resolve &resolver/1
  output :field, :type
end

Summary

Functions

operation(body)

(macro)