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

GraphQL::Role::FieldsInput - GraphQL object role implementing input fields

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

Implements input fields.

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

2022-03-27 perl v5.34.0