Skip to content
Snippets Groups Projects
Commit 8e0b2530 authored by thijsheijden's avatar thijsheijden
Browse files

Uncommented QueryModierStruct

parent a8f26a35
No related branches found
No related tags found
1 merge request!2Groupby overhaul
......@@ -9,8 +9,8 @@ type IncomingQueryJSON struct {
GroupBys []QueryGroupByStruct `json:"groupBys"`
MachineLearning []QueryMLStruct `json:"machineLearning"`
// Limit is for limiting the amount of paths AQL will return in a relation let statement
Limit int `json:"limit"`
//Modifiers []QueryModifierStruct
Limit int `json:"limit"`
Modifiers []QueryModifierStruct
}
// QueryReturnStruct holds the indices of the entities and relations that need to be returned
......@@ -62,7 +62,7 @@ type QueryGroupByStruct struct {
type QueryConstraintStruct struct {
Attribute string `json:"attribute"`
Value string `json:"value"`
DataType string `json:"dataTYpe"`
DataType string `json:"dataType"`
MatchType string `json:"matchType"`
InID int `json:"inID"`
InType string `json:"inType"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment