View Source AbsintheQueryAll.Query.Argument (absinthe_query_all v0.1.1)
Summary
Types
@type arg_data() :: %{ name: atom(), data_type: atom(), data_structure: AbsintheQueryAll.Query.Type.data_structure() }
Functions
@spec build_strings(AbsintheQueryAll.Query.Operation.t(), atom(), [ {:available_types, [AbsintheQueryAll.Query.Type.t()]} ]) :: %{declaration: binary(), passage: binary()}
@spec list_for_operation_field(AbsintheQueryAll.Query.Operation.t(), atom(), [ {:available_types, [AbsintheQueryAll.Query.Type.t()]} ]) :: [arg_data()]