March 2018
Intermediate to advanced
304 pages
6h 59m
English
Defines a set of input fields; the input fields are either scalars, enums, or other input objects. This allows arguments to accept arbitrarily complex values.
input_object
In an Absinthe schema:
| | @desc "Profile information to modify" |
| | input_object :profile_input do |
| | field :name, non_null(:string) |
| | # Other fields |
| | end |
Read now
Unlock full access