Absinthe.GraphqlWS.Transport.handle_in
You're seeing just the function
handle_in
, go back to Absinthe.GraphqlWS.Transport module for more information.
Specs
handle_in({binary(), [{:opcode, :text}]}, socket()) :: reply_inbound()
Receive messages from clients. We expect all incoming messages to be JSON encoded text, so if something else comes in we blow up.