You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Name []string`json:"name,omitempty"`// Object (table) or relationship name with namespace (object graph path)
133
130
AliasNamestring`json:"aliasName,omitempty"`// Alias name
134
131
HasConditionsbool`json:"hasConditions,omitempty"`// Query has conditions originally. If false and this object is on the right side, prevent performing an inner join.
135
132
InnerJoinbool`json:"innerJoin,omitempty"`// When this object is on the left side, an inner join is performed.
PerObjectQuery*SoqlQuery`json:"perObjectQuery"`// A query that extracts only the filter and sort conditions and fields related to this object. A simple query, not including function calls, etc.
138
135
ViewIdint`json:"viewId,omitempty"`// View (table/object) unique id; 1-based; If 0, it is not set.
IsCorelatedbool`json:"isCorelated,omitempty"`// Co-related query if true
266
263
PostProcessWhere []SoqlCondition`json:"postProcessWhere,omitempty"`// Post-processing conditions (Conditions to apply after being filtered in the query for each object)
0 commit comments