GraphQL::Role::FieldsOutput(3pm) | User Contributed Perl Documentation | GraphQL::Role::FieldsOutput(3pm) |
GraphQL::Role::FieldsOutput - GraphQL object role implementing output fields
with qw(GraphQL::Role::FieldsOutput); # or runtime Role::Tiny->apply_roles_to_object($foo, qw(GraphQL::Role::FieldsOutput));
Implements output fields.
Thunk of hash-ref mapping fields to their types. See "FieldMapOutput" in GraphQL::Type::Library.
2022-03-27 | perl v5.34.0 |