View Source AbsintheQueryAll.Query.Operation (absinthe_query_all v0.1.1)

Summary

Types

@type t() :: :query | :mutation | :subscription

Functions

Link to this function

fields(operation_type, available_types)

View Source
Link to this function

operation_field_type_name(operation_type, operation_name, available_types)

View Source
@spec operation_field_type_name(
  t(),
  atom(),
  [AbsintheQueryAll.Query.Type.t()]
) :: atom()