ExDgraph v0.2.0-beta.3 ExDgraph.Transform View Source
Transform a raw response from Dgraph. For example decode the json part.
Link to this section Summary
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.