|
NAMEGraphQL::Role::FieldsInput - GraphQL object role implementing input fieldsSYNOPSISwith qw(GraphQL::Role::FieldsInput); # or runtime Role::Tiny->apply_roles_to_object($foo, qw(GraphQL::Role::FieldsInput)); DESCRIPTIONImplements input fields.ATTRIBUTESfieldsThunk of hash-ref mapping fields to their types. See "FieldMapInput" in GraphQL::Type::Library.
Visit the GSP FreeBSD Man Page Interface. |