DOKK / manpages / debian 12 / libgraphql-perl / GraphQL::Role::Input.3pm.en
GraphQL::Role::Input(3pm) User Contributed Perl Documentation GraphQL::Role::Input(3pm)

GraphQL::Role::Input - GraphQL object role

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

Allows type constraints for input objects.

2022-03-27 perl v5.34.0