NAME
GraphQL::Role::Input - GraphQL object role
SYNOPSIS
with qw(GraphQL::Role::Input);
# or runtime
Role::Tiny->apply_roles_to_object($foo, qw(GraphQL::Role::Input));
DESCRIPTION
Allows type constraints for input objects.
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.