absinthe v1.5.3 Absinthe.Type.Argument View Source
Used to define an argument.
Usually these are defined using Absinthe.Schema.Notation.arg/2
Link to this section Summary
Link to this section Types
Argument configuration
:name
- The name of the argument, usually assigned automatically usingAbsinthe.Schema.Notation.arg/2
.:type
- The type values the argument accepts/will coerce to.:deprecation
- Deprecation information for an argument, usually set-up usingAbsinthe.Schema.Notation.deprecate/1
.:description
- Description of an argument, useful for introspection.