ExDgraph v0.2.0-beta.2 ExDgraph.Transform View Source

Transform a raw response from Dgraph. For example decode the json part.

Link to this section Summary

Functions

Takes a response from Dgraph and returns a map

Takes a response from Dgraph, parses the json with Poison and transforms all string keys into atom keys

Link to this section Functions

Link to this function transform_mutation(assigned) View Source

Takes a response from Dgraph and returns a map.

Link to this function transform_query(response) View Source

Takes a response from Dgraph, parses the json with Poison and transforms all string keys into atom keys.