Skip to content

config Absinthe.Relay causes warnings #187

@mkaput

Description

@mkaput

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! 😄

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions