Skip to content

withAlias adds field name to alias name #61

@jens-josh

Description

@jens-josh

q.withAlias("alias").field();

produces the graphql:

field_alias: field

I'd expect it to produce

alias: field

See startField()
https://github.com/Shopify/graphql_java_gen/blob/master/support/src/main/java/com/shopify/graphql/support/Query.java#L66

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