Skip to content

Commit

Permalink
refactor: rename graph_key field to graph_id
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersiddhu committed Sep 26, 2018
1 parent ebf40c4 commit e9fae58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/arangodb/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type dbGraphProps struct {
}

type dbTerm struct {
GraphId string `json:"graph_key"`
GraphId string `json:"graph_id"`
Id string `json:"id"`
Iri string `json:"iri"`
Label string `json:"label"`
Expand Down

0 comments on commit e9fae58

Please sign in to comment.