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::FieldsOutput - GraphQL object role implementing output fields

Attributes

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

perl v5.34.0                                       2022-03-27                   GraphQL::Role::FieldsOutput(3pm)

Description

       Implements output fields.

Name

       GraphQL::Role::FieldsOutput - GraphQL object role implementing output fields

Synopsis

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

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

See Also