- Issue created by @TheodorosPloumis
- 🇦🇺Australia almunnings Melbourne, 🇦🇺
Will take a look at this in the next day or so.
Had second baby, now this baby suffers!🥲
- 🇦🇺Australia almunnings Melbourne, 🇦🇺
Add a
MessageTemplatetype to bridge the `template` inMessagedeclare(strict_types=1); namespace Drupal\graphql_compose_messages\Plugin\GraphQLCompose\EntityType; use Drupal\graphql_compose\Plugin\GraphQLCompose\GraphQLComposeEntityTypeBase; /** * {@inheritdoc} * * @GraphQLComposeEntityType( * id = "message_template", * base_fields = { * "label" = {}, * "langcode" = {}, * }, * ) */ class MessageTemplate extends GraphQLComposeEntityTypeBase { }Remove the prefix from
PrivateMessageandPrivateMessageThread(These entities don't have bundles)That should get your entity references to resolve.
As for the overall functionality of your modules, No idea, choose your own adventure! :D
Have fun!