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