View Source AbsintheQueryAll.Query.Operation (absinthe_query_all v0.1.1)
Summary
Types
@type t() :: :query | :mutation | :subscription
Functions
@spec fields(t(), [AbsintheQueryAll.Query.Type.t()]) :: [ AbsintheQueryAll.Query.Field.t() ]
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()