Skip to content

Subscription field alias is ignored #856

@LarsKrogJensen

Description

@LarsKrogJensen

In the recent #844 the alias field is ignored:

subscription NewMessages { 
    newsFeed: newMessage(roomId: 123) { 
         sender 
         text 
    }
}

Expected result would be:

{ 
    "newsFeed": { 
         "sender": ".....", 
         "text": "...." 
    } 
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions