GraphQL::Role::FieldsInput - GraphQL object role implementing input fields
Contents
Attributes
fields
Thunk of hash-ref mapping fields to their types. See "FieldMapInput" in GraphQL::Type::Library.
perl v5.34.0 2022-03-27 GraphQL::Role::FieldsInput(3pm)
Description
Implements input fields.
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));
