Skip to content

Directive definition in SDL is snake cased #1346

Open
@jschniper

Description

@jschniper

Environment

Elixir 1.1.7.3
Absinthe 1.7.8
Apollo 3.9.11

Expected behavior

The directive definition and fields using the directive would both be camel cased

Actual behavior

When generating the SDL, the directive definition is snake cased directive @one_of on INPUT_OBJECT while the fields implementing the directive are properly camel cased input ValueInput @oneOf {

Relevant Schema/Middleware Code

There shouldn't be any middleware involved.

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