jlouis / graphql-erlang

GraphQL implementation in Erlang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle empty string operationName properly(?)

klarstrup opened this issue · comments

commented

Currently if a request is sent where operationName is an empty string ("") it won't match an unnamed operation:
image
image

It probably(?) should.

Should be fixed, and will be merged into the systems ASAP