The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

GraphQL::Role::FieldsInput - GraphQL object role implementing input fields

SYNOPSIS

  with qw(GraphQL::Role::FieldsInput);

  # or runtime
  Role::Tiny->apply_roles_to_object($foo, qw(GraphQL::Role::FieldsInput));

DESCRIPTION

Implements input fields.

ATTRIBUTES

fields

Thunk of hash-ref mapping fields to their types. See "FieldMapInput" in GraphQL::Type::Library.