When configuring Absinthe.Relay (e.g. setting custom ID translator):
config Absinthe.Relay, MyApp.Schema,
global_id_translator: MyApp.Schema.CustomIDTranslator
Mix yells with following warning:
You have configured application Absinthe.Relay in your configuration file,
but the application is not available.
This usually means one of:
1. You have not added the application as a dependency in a mix.exs file.
2. You are configuring an application that does not really exist.
Please ensure Absinthe.Relay exists or remove the configuration.
Would it be possible to remove it? Thanks! 😄
When configuring Absinthe.Relay (e.g. setting custom ID translator):
Mix yells with following warning:
Would it be possible to remove it? Thanks! 😄