The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

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

SYNOPSIS

# 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.