logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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));

See Also