Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow providing descriptions for enum values #117

Merged
merged 2 commits into from
Mar 26, 2024

Commits on Mar 25, 2024

  1. chore: update ash to use Ash.Type.Enum descriptions

    Contextually, remove an unreachable clause that caused dyalizer to fail,
    see ash-project/ash#873 for the commit that made
    it unreachable
    rbino committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    468b92b View commit details
    Browse the repository at this point in the history
  2. feat: allow providing descriptions for enum values

    If the module exports `graphql_describe_enum_value/1`, use that. Otherwise,
    fallback to the Ash.Type.Enum value descriptions introduced in
    ash-project/ash#940.
    
    Close ash-project#116
    rbino committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a5fdaf1 View commit details
    Browse the repository at this point in the history