table of contents
GraphQL::Role::Abstract(3pm) | User Contributed Perl Documentation | GraphQL::Role::Abstract(3pm) |
NAME¶
GraphQL::Role::Abstract - GraphQL object role
SYNOPSIS¶
with qw(GraphQL::Role::Abstract); # or runtime Role::Tiny->apply_roles_to_object($foo, qw(GraphQL::Role::Abstract));
DESCRIPTION¶
Allows type constraints for abstract objects.
2022-03-27 | perl v5.34.0 |