AbsintheGenerator.Schema.Field (absinthe_generator v0.1.1) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %AbsintheGenerator.Schema.Field{
  arguments: [AbsintheGenerator.Schema.Field.Argument.t()],
  description: String.t(),
  name: String.t(),
  post_middleware: [String.t()],
  pre_middleware: [String.t()],
  resolver_module_function: String.t(),
  return_type: String.t()
}

Link to this section Functions

Link to this function

maybe_add_non_null_argument(argument_struct)

View Source