{"data": {"__schema": {"queryType": {"name": "Query", "kind": "OBJECT"}, "mutationType": {"name": "Mutation", "kind": "OBJECT"}, "subscriptionType": null, "types": [{"kind": "OBJECT", "name": "InsightClientItem", "description": null, "fields": [{"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "picture", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kpiData", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightItemKPIData", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientFirstName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientLastName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientMiddleName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientPosition", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientEmail", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InsightItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "InsightItemInterface", "description": null, "fields": [{"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "picture", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kpiData", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightItemKPIData", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "InsightClientItem", "ofType": null}, {"kind": "OBJECT", "name": "InsightSalesUnitItem", "ofType": null}]}, {"kind": "SCALAR", "name": "Boolean", "description": "The `Boolean` scalar type represents `true` or `false`.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "SCALAR", "name": "String", "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "InsightItemKPIData", "description": null, "fields": [{"name": "CreatingLeads", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "CreatingOppties", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "QualifyingLeads", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "WinningOppties", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "LosingLeads", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "LosingOppties", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "LostAmount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "WonAmount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptyWinRate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptyAverageTimeSpent", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptySalesVelocity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptyAverageSize", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadAverageTimeSpent", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "CreatingActivities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "CompletingActivities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "SendingEmails", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "CreatingLeadsTrend", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPITrend", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "CreatingOpptiesTrend", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPITrend", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "QualifyingLeadsTrend", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPITrend", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "WinningOpptiesTrend", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPITrend", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "LosingLeadsTrend", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPITrend", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "LosingOpptiesTrend", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPITrend", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "LostAmountTrend", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPITrend", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "WonAmountTrend", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPITrend", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptyWinRateTrend", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPITrend", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptyAverageTimeSpentTrend", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPITrend", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptySalesVelocityTrend", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPITrend", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptyAverageSizeTrend", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPITrend", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadAverageTimeSpentTrend", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPITrend", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "CreatingActivitiesTrend", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPITrend", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "CompletingActivitiesTrend", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPITrend", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "SendingEmailsTrend", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPITrend", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "SCALAR", "name": "Int", "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "SCALAR", "name": "Float", "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "InsightsKPITrend", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Rising", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Falling", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Stalling", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "SCALAR", "name": "ID", "description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "InsightSalesUnitItem", "description": null, "fields": [{"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "picture", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kpiData", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightItemKPIData", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesUnitId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesUnitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InsightItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "IndicatorClientItem", "description": null, "fields": [{"name": "kpiValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "picture", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientFirstName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientLastName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientMiddleName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientPosition", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientEmail", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "IndicatorItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "IndicatorItemInterface", "description": null, "fields": [{"name": "kpiValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "picture", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "IndicatorClientItem", "ofType": null}, {"kind": "OBJECT", "name": "IndicatorSalesUnitItem", "ofType": null}]}, {"kind": "OBJECT", "name": "IndicatorSalesUnitItem", "description": null, "fields": [{"name": "kpiValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "picture", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesUnitId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesUnitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "IndicatorItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FilterBox", "description": null, "fields": [{"name": "id", "description": "Identifier of this filter box within the filter tab.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": "Name of the record type whose fields the conditions in this box are evaluated against.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lookupFieldId", "description": "Identifier of the lookup field that connects this box to the main record type when the box filters a related record reached through a lookup.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "relation", "description": "Predefined relationship linking this sibling box to the main record type. Null when the box is connected through a lookup field instead.", "args": [], "type": {"kind": "OBJECT", "name": "HardCodedRelation", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterFields", "description": "Conditions evaluated on this box, each comparing one field against a set of values.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldFilterRule", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FilterBoxInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "FilterBoxInterface", "description": null, "fields": [{"name": "id", "description": "Identifier of this filter box within the filter tab.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": "Name of the record type whose fields the conditions in this box are evaluated against.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lookupFieldId", "description": "Identifier of the lookup field that connects this box to the main record type when the box filters a related record reached through a lookup.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "FilterBox", "ofType": null}, {"kind": "OBJECT", "name": "MainFilterBox", "ofType": null}, {"kind": "OBJECT", "name": "EntityHealthMainFilterBox", "ofType": null}, {"kind": "OBJECT", "name": "EntityHealthFilterBox", "ofType": null}]}, {"kind": "SCALAR", "name": "UUID", "description": "Leverages the internal Python implementation of UUID (uuid.UUID) to provide native UUID objects\nin fields, resolvers and input.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "HardCodedRelation", "description": null, "fields": [{"name": "kind", "description": "Predefined relationship that links this filter box to the main record type (for example Primary, Aggregation, NextScheduledActivity, LastWonOpportunity).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SiblingRelationType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "SiblingRelationType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NoRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Custom", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Aggregation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LastFinishedActivity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "NextScheduledActivity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Primary", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "NextOpenOpportunity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LastWonOpportunity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LastLostOpportunity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LastOnlineFormResponse", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LastNote", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LastMessage", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LastActivityComment", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "All", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Sender", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "FieldFilterRule", "description": null, "fields": [{"name": "id", "description": "Identifier of this condition within the filter box. Used to reference the condition from the box formula.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "field", "description": "Identifier of the field this condition is evaluated against.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "Comparison applied between the field and the supplied values (for example Is, IsNot, Contains, Between, IsEmpty).", "args": [], "type": {"kind": "ENUM", "name": "FieldOperator", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "values", "description": "Values the field is compared against. The outer list holds alternatives combined with OR; the inner list holds the parts of a single value (such as the two bounds of a Between comparison).", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FilterFieldRuleInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "FilterFieldRuleInterface", "description": null, "fields": [{"name": "id", "description": "Identifier of this condition within the filter box. Used to reference the condition from the box formula.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "field", "description": "Identifier of the field this condition is evaluated against.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "Comparison applied between the field and the supplied values (for example Is, IsNot, Contains, Between, IsEmpty).", "args": [], "type": {"kind": "ENUM", "name": "FieldOperator", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "values", "description": "Values the field is compared against. The outer list holds alternatives combined with OR; the inner list holds the parts of a single value (such as the two bounds of a Between comparison).", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "FieldFilterRule", "ofType": null}, {"kind": "OBJECT", "name": "EntityHealthFieldFilterRule", "ofType": null}]}, {"kind": "ENUM", "name": "FieldOperator", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Nop", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Is", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "IsNot", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "IsEmpty", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "IsNotEmpty", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Less", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LessOrEqual", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "More", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MoreOrEqual", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Between", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "BetweenNot", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Contains", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ContainsNot", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Has", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "HasNot", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RelativePeriod", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RelativePeriodNot", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "In", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "InNot", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "StartsWith", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EndsWith", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "IsActive", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "IsNotActive", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "MainFilterBox", "description": null, "fields": [{"name": "id", "description": "Identifier of this filter box within the filter tab.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": "Name of the record type whose fields the conditions in this box are evaluated against.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lookupFieldId", "description": "Identifier of the lookup field that connects this box to the main record type when the box filters a related record reached through a lookup.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterFields", "description": "Conditions evaluated on the main record type, each comparing one field against a set of values.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldFilterRule", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FilterBoxInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AgendaAppointment", "description": null, "fields": [{"name": "linkedId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "date", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDatetime", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDatetime", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "reminder", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTypeIconEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isRecurrent", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "NavigatorAgendaItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ActivityAgendaItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "NavigatorAgendaItemInterface", "description": null, "fields": [{"name": "linkedId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "date", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AgendaAppointment", "ofType": null}, {"kind": "OBJECT", "name": "AgendaDueDateTask", "ofType": null}, {"kind": "OBJECT", "name": "AgendaOpportunityClosingDate", "ofType": null}, {"kind": "OBJECT", "name": "AgendaOpportunityVelocity", "ofType": null}, {"kind": "OBJECT", "name": "AgendaRecurrentAppointmentVirtualOccurence", "ofType": null}]}, {"kind": "SCALAR", "name": "Date", "description": "The `Date` scalar type represents a Date\nvalue as specified by\n[iso8601](https://en.wikipedia.org/wiki/ISO_8601).", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ActivityAgendaItemInterface", "description": null, "fields": [{"name": "linkedId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "date", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AgendaAppointment", "ofType": null}, {"kind": "OBJECT", "name": "AgendaDueDateTask", "ofType": null}, {"kind": "OBJECT", "name": "AgendaRecurrentAppointmentVirtualOccurence", "ofType": null}]}, {"kind": "SCALAR", "name": "DateTime", "description": "The `DateTime` scalar type represents a DateTime\nvalue as specified by\n[iso8601](https://en.wikipedia.org/wiki/ISO_8601).", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ActivityTypeIconEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "GeneralIcon", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Task", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Appointment", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Call", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Mail", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Message", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TicketingIntegration", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "DocumentManagement", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EventManagement", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AccountingSystem", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MarketingCommunicationSystems", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OrderProcessing", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WebServices", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ReturnMerchandiseAuthorizationSystems", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SalesAutomatization", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SmsMessaging", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ErpSystems", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "DataAnalytics", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Warehouses", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ContactManagement", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ContentManagementSystems", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "InventorySystems", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Workflow", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AssetManagementSystem", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "AgendaDueDateTask", "description": null, "fields": [{"name": "linkedId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "date", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTypeIconEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "priority", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PriorityEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reminder", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "NavigatorAgendaItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ActivityAgendaItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "PriorityEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Low", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Medium", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "High", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "AgendaOpportunityClosingDate", "description": null, "fields": [{"name": "linkedId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "date", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fitness", "description": null, "args": [], "type": {"kind": "ENUM", "name": "WarningLevelEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunityRanking", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunityLabel", "description": "# Options:\n    # Priority = 1 (0b001)\n    # Hot = 2 (0b010)\n    # Stalled = 4 (0b100))", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "NavigatorAgendaItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "WarningLevelEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Ok", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Notice", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Warning", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Error", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "AgendaOpportunityVelocity", "description": null, "fields": [{"name": "linkedId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "date", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fitness", "description": null, "args": [], "type": {"kind": "ENUM", "name": "WarningLevelEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunityRanking", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunityLabel", "description": "# Options:\n    # Priority = 1 (0b001)\n    # Hot = 2 (0b010)\n    # Stalled = 4 (0b100))", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "NavigatorAgendaItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AgendaRecurrentAppointmentVirtualOccurence", "description": null, "fields": [{"name": "linkedId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "date", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDatetime", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDatetime", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "occurenceDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTypeIconEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "NavigatorAgendaItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ActivityAgendaItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "PivotTable", "description": null, "fields": [{"name": "id", "description": "Unique identifier of this item within the report structure.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": "ID of a parent report structure, if ID is NULL this identifies root item, no more than one root item is allowed ", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Order of the item on the within same parent", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": "Entity type whose records the pivot reports on, such as Account, Lead or Opportunity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "API name of the entity for this pivot; set for custom entities to identify which one is used.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySubtypes", "description": "List of possible entity subtypes of entity_type, if entity type is abstract you can supply with entity_types of all children of abstract entity", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntitySubtypeItem", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "calculationFieldId", "description": "A field used for calculation, this field is applied only if main box , or pivot entity is Opportunity, or LeadOppty", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": "Filter and view settings for the pivot report.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PivotReportTabsInterface", "kind": "INTERFACE", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportStructureItem", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ReportStructureItem", "description": null, "fields": [{"name": "id", "description": "Unique identifier of this item within the report structure.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": "ID of a parent report structure, if ID is NULL this identifies root item, no more than one root item is allowed ", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Order of the item on the within same parent", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "PivotTable", "ofType": null}, {"kind": "OBJECT", "name": "ReportTable", "ofType": null}]}, {"kind": "ENUM", "name": "EntityNameEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "AiAgent", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AiBalance", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AiEvent", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AiEventJournal", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AuditLog", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Account", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AccountKPI", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AccountRole", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AccountSharingClientRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AccountSharingSalesUnitRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AccountSocialRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AccountProductPricing", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AccountType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Activity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ActivityComment", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ActivityKPI", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ActivityRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ActivityType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AllowedLeadType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AllowedPipeline", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ApiAccess", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Application", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Appointment", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AppointmentClientInviteesRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AppointmentContactInviteesRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AppointmentInviteeNotifyQueue", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AppointmentReminder", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AppointmentSchedule", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AppointmentType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AllowedAccountType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AllowedAppointmentType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AllowedContactType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AllowedCompanyPhone", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AllowedTaskType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Approval", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ApprovalApprover", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ApprovalProcess", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ApprovalProcessActivityLogLine", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ChatConversation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Client", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ClientExcludedOppty", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ClientFavorite", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ClientSetting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ClientStoryRead", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CloudObject", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CloudObjectFolder", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CloudObjectRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CloudObjectStepRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CloudObjectTemplate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CompanyEmail", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Contact", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ContactAccountRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ContactAccountAccountRoleRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ContactRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ContactRelationType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ContactKPI", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ContactSharingClientRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ContactSharingSalesUnitRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ContactSocialRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ContactType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CountryCrm", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Currency", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CurrencyExchangeRate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CurrencyExchangeRatesList", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomEntityRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomEntityRelationData", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomEntity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomEntityDataExRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomEntityKPI", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomEntitySharingClientRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomEntitySharingSalesUnitRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomEntityType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Data", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Ebook", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Email", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EmailMailboxRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EmailSequence", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EmailSequenceActivityLog", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EmailSequenceActivityLogLine", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EmailSequenceEnrolled", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EmailSequenceEnrolledStatus", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EmailSequenceSettings", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EmailTemplate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EmailTemplateFolder", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EmailTemplateSharingClientRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EmailTemplateSharingSalesUnitRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EmailContentSharingClientRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EmailContentSharingSalesUnitRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EmailThreadMailboxClientReadState", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Entity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EntityHealth", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EntityScoring", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EntityHealthSettingsHistory", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EntityFitness", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EntityFitnessIndicator", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EntityType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EntitySettings", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Field", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "FieldMapping", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "FieldSequence", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "FieldPermission", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Forecast", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ForecastSharingClientRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ForecastSharingSalesUnitRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "GhostContact", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "GhostLeadOpptyContactRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "GhostContactAccountRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "GhostLeadOpptyContactSalesRoleRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "GhostContactAccountAccountRoleRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ImportMappingMask", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Lead", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadOppty", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadOpptyAccountRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadOpptyContactGroupRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadOpptyContactRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadOpptyContactSalesRoleRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadOpptyKPI", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadOpptyProjectRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadOpptySharingClientRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadOpptySharingSalesUnitRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadOpptyStepCheckListRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadOpptyType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadProcess", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MasterRight", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Media", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Memo", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MemoComment", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Message", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MessageRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MessageSharingClientRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MessageSharingSalesUnitRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Note", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OnlineForm", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OnlineFormActivityLogLine", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OnlineFormDataExRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OnlineFormTypeEmailRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OnlineFormRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OnlineFormType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OnlineFormStyle", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Opportunity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpportunityType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptyProductRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptyProductRelationDataExRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptyProductRelationType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptyRecurrence", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptyRevenueSchedule", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptyRevenueSchedulePeriod", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptyProductRelationRevenueSchedule", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptyProductRelationRevenueSchedulePeriod", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Order", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OrderItem", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OrderTempDataItem", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OrderHistory", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OrderRelatedDocument", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OrderTempData", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Payment", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PaymentTerm", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PaymentAdditionalData", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ParentAccountRelationType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Phone", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AllowedQuoteType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Quote", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "QuoteAccountRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "QuoteContactRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "QuoteDataExRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "QuoteKPI", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "QuoteProcess", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "QuoteSharingClientRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "QuoteSharingSalesUnitRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "QuoteType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadOpptyDataExRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AccountDataExRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ContactDataExRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ActivityDataExRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProductDataExRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProjectDataExRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Pipeline", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Process", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProcessActivityLog", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProcessActivityLogLine", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProcessScheduledAction", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProcessTemplate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Solution", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SolutionTemplate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProcessChangeOwnerLog", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Product", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProductType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProductCategory", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProductPipelineRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProductPriceList", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProductPriceListPrice", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Profile", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProfileRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProfileDraft", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProfileSharingClientRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProfileSharingSalesUnitRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Project", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProjectKPI", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProjectContactRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProjectObjective", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProjectType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProjectSharingClientRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProjectSharingSalesUnitRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Report", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ReportFolder", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ReportSharingClientRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ReportSharingSalesUnitRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ReportSchedule", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RevenueRecognition", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SalesRole", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SalesUnit", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SalesUnitClientRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Step", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "StepChecklist", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "StepChecklistSalesRoleRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Tag", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TagRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Target", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TargetRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Task", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TaskRecurrence", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TaskReminder", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TaskSharingClientRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TaskSharingSalesUnitRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TaskType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TextMessage", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TextMessageConversation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TextMessageConversationRelations", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Translation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Type", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Timeframe", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UnsubscribedPhone", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UseCase", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Webresource", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Webhook", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WebhookEvent", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Country", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TeamSpaceClient", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CpTeamSpaceClient", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CpCallLog", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UserProfile", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UserRole", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TeamSpace", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TeamSpaceRegion", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TeamSpaceProperty", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TeamSpaceClientSetting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SapiUser", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CpCalling", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Subscription", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SubscriptionRepresentative", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SubscriptionSDR", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Partner", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Supplier", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "State", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AutomationHubApp", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AutomationHubCategory", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AutomationHubItem", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SubscriptionHubItem", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TeamPipelineHubItem", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TeamPipelineHubItemBase", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "HowTo", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Storylane", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ReleaseNote", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CpClient", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CpProfile", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CpProduct", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PurchasedProduct", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SubscriptionNotification", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CpActivity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ActivityDetail", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "NotificationSetting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "FormView", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "FormViewSharingClientRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "FormViewSharingSalesUnitRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "InterfacePreview", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SpaceSetting", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "EntitySubtypeItem", "description": null, "fields": [{"name": "kind", "description": "Subtype of the box entity to include, such as Task, Appointment, Email, Lead, Opportunity or Quote.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntitySubtypeKind", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formId", "description": "Identifiers of the activity or form templates that further restrict which records of this subtype are included.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "EntitySubtypeKind", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Task", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Appointment", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Memo", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Email", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Lead", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Opportunity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Timeframe", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Quote", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INTERFACE", "name": "PivotReportTabsInterface", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the pivot report includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileFilterBaseInterface", "kind": "INTERFACE", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the pivot report, including its row and column dimensions, aggregation columns, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewPivotReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AccountPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ActivityPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadOpportunityPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "NotePivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "FeedPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProductPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProjectPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "QuotePivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "TimeframePivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "EmailPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityPivotReportProfile", "ofType": null}]}, {"kind": "INTERFACE", "name": "ProfileFilterBaseInterface", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the filter is applied. When false, the filter conditions are ignored.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AccountFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "ContactFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "ActivityFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "LeadOpportunityFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "NoteFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "FeedFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "ProductFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "ProjectFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "QuoteFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "TimeframeFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "EmailFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "LeadFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "DashboardFilter", "ofType": null}, {"kind": "OBJECT", "name": "FeedPreviewFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "NavigatorProfileFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "FeedEmailPreviewFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityKPIFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "ProfileFilterTab", "ofType": null}]}, {"kind": "OBJECT", "name": "ViewPivotReportTab", "description": null, "fields": [{"name": "frozenPanes", "description": "Which leading rows and columns stay frozen while scrolling: none, the first row, the first column, or the first row and column.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FrozenPaneType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "chart", "description": "Chart configuration for this report tab.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ReportChart", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reportValueFields", "description": "Additional value fields computed for the report, such as calculated formula fields, rollup summary fields and converted-currency fields.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReportValueField", "kind": "UNION", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "history", "description": "History configuration when the report tracks field values over time, either as a comparison against specific dates or as a trend over a period.", "args": [], "type": {"kind": "UNION", "name": "ReportHistory", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyId", "description": "Identifier of the currency that monetary values in the report are displayed in.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Configuration of the totals shown for the pivot table.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PivotReportTotal", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "rowFields", "description": "List of the field IDs that are reported as pivot rows, beware if depth is very big report generates an Out of size error report", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "PivotField", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "rowNumberColumnWidth", "description": "Width of the leading row-number column; if Null the default width is used.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "rowValueColumnWidth", "description": "Width of the row-label value columns; if Null the default width is used.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "columnFields", "description": "List of the field IDs that are reported as pivot columns, beware if depth is very big report generates an Out of size error report", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "PivotField", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "aggregationFields", "description": "Value columns aggregated for each cell of the pivot, each with its aggregation operator and optional comparison.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AggregationField", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDrilldownEnabled", "description": "Whether users can drill down from a pivot cell into the underlying records.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "drilldownFields", "description": "List of fields to display as drilldown table", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayFieldItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewReportTab", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ViewReportTab", "description": null, "fields": [{"name": "frozenPanes", "description": "Which leading rows and columns stay frozen while scrolling: none, the first row, the first column, or the first row and column.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FrozenPaneType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "chart", "description": "Chart configuration for this report tab.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ReportChart", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reportValueFields", "description": "Additional value fields computed for the report, such as calculated formula fields, rollup summary fields and converted-currency fields.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReportValueField", "kind": "UNION", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "history", "description": "History configuration when the report tracks field values over time, either as a comparison against specific dates or as a trend over a period.", "args": [], "type": {"kind": "UNION", "name": "ReportHistory", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyId", "description": "Identifier of the currency that monetary values in the report are displayed in.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ViewPivotReportTab", "ofType": null}, {"kind": "OBJECT", "name": "ViewTableReportTab", "ofType": null}]}, {"kind": "ENUM", "name": "FrozenPaneType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NoRowCol", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "FirstRow", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "FirstCol", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "FirstRowCol", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ReportChart", "description": null, "fields": [{"name": "isEnabled", "description": "Whether a chart is shown for this report tab.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Visual type of the chart, such as Scorecard, Pie, Line, Column, Bar, Bubble, ScatterPlot or Sankey.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ReportChartType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldId", "description": "Identifier of the field whose values are plotted; left empty when the chart counts records.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "boxId", "description": "Identifier of the report box that the plotted field belongs to.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "How the plotted field's values are aggregated, such as Count, Sum, Average, Min or Max.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AggregationOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupFieldId", "description": "Identifier of the field used to group values along the chart's main axis.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupBoxId", "description": "Identifier of the report box that the grouping field belongs to.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupOption", "description": "How the grouping field's values are grouped, for example by month or by interval.", "args": [], "type": {"kind": "ENUM", "name": "GroupOption", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "segmentFieldId", "description": "Identifier of the field used to split each group into separate series or segments.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "segmentBoxId", "description": "Identifier of the report box that the segment field belongs to.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "segmentFieldEnabled", "description": "For bubble chart and scatter plot only", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "segmentOption", "description": "How the segment field's values are grouped, for example by month or by interval.", "args": [], "type": {"kind": "ENUM", "name": "GroupOption", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "showAverage", "description": "Whether an average line is drawn on the chart.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "showNotAvailableValues", "description": "Whether records with no value for the grouping or plotted field are shown as a not-available category.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "comparison", "description": "Comparison series shown alongside the main series, such as a previous period or previous year.", "args": [], "type": {"kind": "OBJECT", "name": "ChartComparison", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortValues", "description": "Sort values in pie chart", "args": [], "type": {"kind": "ENUM", "name": "SortOrder", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "showNegativeValues", "description": "Whether negative values are displayed on the chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "height", "description": "Height of the chart in pixels.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "showPercentageValues", "description": "Whether values are labelled as percentages of the total.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showNumbers", "description": "Whether numeric value labels are shown on the chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "historyComparisonDateIds", "description": "Identifiers of the history comparison dates the chart plots, for history-based reports.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupByHistory", "description": "Whether the chart groups values by history comparison date rather than by a regular field.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sankey", "description": "Flow definition used when the chart type is Sankey, describing the start and end grouping of records.", "args": [], "type": {"kind": "OBJECT", "name": "ReportSankeyChart", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "showAllDataLabels", "description": "Whether a data label is shown for every data point rather than only selected ones.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "seriesColor", "description": "Color of the main series, given as an RGB color code encoded as an integer.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ReportChartType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Scorecard", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Pie", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Line", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MultiLine", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Column", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "StackedColumn", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MultiColumn", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Bar", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "StackedBar", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Bubble", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ScatterPlot", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Sankey", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "AggregationOperator", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Count", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Average", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Sum", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Min", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Max", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RunningCount", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RunningSum", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "GroupOption", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Daily", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Weekly", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Monthly", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Quarterly", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Yearly", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "FirstLetter", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Combinations", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Values", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AutoIntervals", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ManualIntervals", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ChartComparison", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the chart shows a comparison series.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dateFieldId", "description": "Identifier of the date field used to define the comparison period.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "period", "description": "Period the comparison series covers.", "args": [], "type": {"kind": "OBJECT", "name": "PeriodOption", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "yearComparison", "description": "Comparison used for Date/Datetime fields", "args": [], "type": {"kind": "OBJECT", "name": "ChartYearComparison", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "relativeComparison", "description": "When true, the comparison is shown relative to the current series (such as a difference or percentage) rather than as an independent series.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "historyComparisonDateId", "description": "Identifier of the history comparison date the chart compares against, for history-based reports.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "seriesColor", "description": "Color of the comparison series, given as an RGB color code encoded as an integer.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "PeriodOption", "description": null, "fields": [{"name": "periodCustomFrom", "description": "Set only if period set to Custom", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "periodCustomTo", "description": "Set only if period set to Custom", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "period", "description": "Time range the data is reported over (for example ThisMonth, ThisQuarter, Custom). When Custom, periodCustomFrom and periodCustomTo define the bounds.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodKind", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "PeriodKind", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Custom", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "YearPrevious", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "YearCurrent", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "YearNext", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Year3Last", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WeekPrevious", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WeekCurrent", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WeekNext", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Week2Last", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Week4Last", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "FinancialYearPrevious", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "FinancialYearCurrent", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "FinancialYearNext", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "FinancialYearQuarter1", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "FinancialYearQuarter2", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "FinancialYearQuarter3", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "FinancialYearQuarter4", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Quarter1", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Quarter2", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Quarter3", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Quarter4", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "QuarterPrevious", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "QuarterCurrent", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "QuarterNext", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "QuarterCurrentInPreviousYear", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Quarter4Previous", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MonthPrevious", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MonthCurrent", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MonthNext", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MonthCurrentInPreviousYear", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Month3Last", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Today", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Tomorrow", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Yesterday", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UpToToday", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Days30Previous", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Days30Next", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Days7Next", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Days14Next", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Days7Previous", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "All", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ChartYearComparison", "description": null, "fields": [{"name": "period", "description": "Which years the chart compares against: the previous year (YearPrevious) or an explicit list of years (Custom).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "YearComparisonPeriodEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "customYear", "description": "Explicit list of years to compare, used when the period is Custom.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "YearComparisonPeriodEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "YearPrevious", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Custom", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "SortOrder", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Asc", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Desc", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ReportSankeyChart", "description": null, "fields": [{"name": "startDate", "description": "Identifier of the history comparison date that defines the starting point of the flow.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "startGroupBoxId", "description": "Identifier of the report box providing the field that records are grouped by at the start of the flow.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "startGroupFieldId", "description": "Identifier of the field that records are grouped by at the start of the flow.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "startGroupOption", "description": "How the starting field's values are grouped, for example by month or by interval.", "args": [], "type": {"kind": "ENUM", "name": "GroupOption", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDate", "description": "Identifier of the history comparison date that defines the end point of the flow.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "endGroupBoxId", "description": "Identifier of the report box providing the field that records are grouped by at the end of the flow.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "endGroupFieldId", "description": "Identifier of the field that records are grouped by at the end of the flow.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "endGroupOption", "description": "How the ending field's values are grouped, for example by month or by interval.", "args": [], "type": {"kind": "ENUM", "name": "GroupOption", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "UNION", "name": "ReportValueField", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "CalculatedField", "ofType": null}, {"kind": "OBJECT", "name": "SummaryField", "ofType": null}, {"kind": "OBJECT", "name": "ConvertedCurrencyField", "ofType": null}]}, {"kind": "OBJECT", "name": "CalculatedField", "description": null, "fields": [{"name": "id", "description": "Unique identifier of this report value field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the value field as shown in the report.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "advancedFormula", "description": "Formula definition that computes this field's value from other fields, conforming to the AdvancedFormulaProperty type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AdvancedFormulaProperty", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportValueFieldInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ReportValueFieldInterface", "description": null, "fields": [{"name": "id", "description": "Unique identifier of this report value field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the value field as shown in the report.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "CalculatedField", "ofType": null}, {"kind": "OBJECT", "name": "SummaryField", "ofType": null}]}, {"kind": "OBJECT", "name": "AdvancedFormulaProperty", "description": null, "fields": [{"name": "formula", "description": "Expression evaluated to produce the field value, referencing other fields by id.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Result type of the formula \u2014 integer, float, currency, string, date, datetime or bool.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AdvancedFormulaTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "displayOption", "description": "How a numeric result is formatted \u2014 Number, Percentage, Days, Months, Years or Custom (uses display_option_custom_value as a suffix).", "args": [], "type": {"kind": "ENUM", "name": "AdvancedFormulaDisplayOptionEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "displayOptionCustomValue", "description": "Custom suffix appended to the result when display_option is Custom.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "decimalPlaces", "description": "Number of decimal places for floating number to be rounded", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AdvancedFormulaTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "integer", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "float", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "currency", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "string", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "date", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "datetime", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "bool", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "AdvancedFormulaDisplayOptionEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Number", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Percentage", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Days", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Months", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Years", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Custom", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "SummaryField", "description": null, "fields": [{"name": "id", "description": "Unique identifier of this report value field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the value field as shown in the report.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "rollup", "description": "Rollup definition that aggregates values from related records into this field, conforming to the RollupProperty type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "RollupProperty", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportValueFieldInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "RollupProperty", "description": null, "fields": [{"name": "entityRelationId", "description": "Id of entity_relation or field_id of field from custom relation on source entity of lookup field ", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetEntity", "description": "Entity kind whose related records are aggregated by this rollup.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "API name of the target custom entity, set when target_entity is a custom entity.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "aggregationFunction", "description": "How related values are combined \u2014 Count, Average, Sum, First, Last, Min or Max.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "RollupFieldAggregationFunctionEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldId", "description": "Id of field which is aggregated, null on COUNT or FIRST/LAST when selecting entity ", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": "Field-condition filter selecting which related records are aggregated.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortFieldId", "description": "Id of field which is used for sorting in case of functions Last and First", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "RollupFieldAggregationFunctionEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Count", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Average", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Sum", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "First", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Last", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Min", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Max", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "FieldFilter", "description": null, "fields": [{"name": "operator", "description": "How the filter boxes combine \u2014 And or Or.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formula", "description": "Optional boolean formula combining the filter boxes by their number.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMainBox", "description": "Primary group of filter conditions.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterSiblingBoxes", "description": "Additional condition groups, combined per operator/formula.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBox", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": "When false, the filter is ignored and all records match.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "FilterGroupOperator", "description": "\n    Used in custom filter as operator between different fields,\n    for Any/All functionality.\n    ", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "And", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Or", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Custom", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ConvertedCurrencyField", "description": null, "fields": [{"name": "id", "description": "Unique identifier of this converted-currency value field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldId", "description": "Identifier of the foreign-currency field whose value is converted into the report's currency.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "UNION", "name": "ReportHistory", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ReportComparisonDatesHistory", "ofType": null}, {"kind": "OBJECT", "name": "ReportHistoricalTrendHistory", "ofType": null}]}, {"kind": "OBJECT", "name": "ReportComparisonDatesHistory", "description": null, "fields": [{"name": "trackedFieldIds", "description": "Identifiers of the fields whose historical values are tracked and made available to the report.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fields", "description": "History value fields produced by the report, each tied to a tracked field and, for comparison reports, a comparison date.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReportHistoryField", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "comparisonDates", "description": "Dates the tracked field values are compared against in this comparison-type history report.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReportHistoryComparisonDate", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportHistoryCommon", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ReportHistoryCommon", "description": null, "fields": [{"name": "trackedFieldIds", "description": "Identifiers of the fields whose historical values are tracked and made available to the report.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fields", "description": "History value fields produced by the report, each tied to a tracked field and, for comparison reports, a comparison date.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReportHistoryField", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ReportComparisonDatesHistory", "ofType": null}, {"kind": "OBJECT", "name": "ReportHistoricalTrendHistory", "ofType": null}]}, {"kind": "OBJECT", "name": "ReportHistoryField", "description": null, "fields": [{"name": "id", "description": "Unique identifier of this history field within the report.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldId", "description": "Identifier of the tracked field whose historical value is reported; left empty when the history field counts records.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "comparisonDateId", "description": "Identifier of the comparison date this history value is taken at, for comparison-date history reports.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ReportHistoryComparisonDate", "description": null, "fields": [{"name": "id", "description": "Unique identifier of this comparison date.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "date", "description": "Fixed calendar date to compare against; set when neither a dynamic date nor a special value is used.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dynamicDate", "description": "Ordered date operations evaluated against today to produce a relative comparison date, such as the start of the previous quarter.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReportHistoryDynamicDate", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDynamicDateCustom", "description": "Whether the dynamic date was built from custom operations rather than chosen from a predefined relative-date option.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "specialValue", "description": "Special comparison value instead of a date: FirstValue compares against the first recorded value and PreviousValue against the preceding one.", "args": [], "type": {"kind": "ENUM", "name": "ReportHistorySpecialValue", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ReportHistoryDynamicDate", "description": null, "fields": [{"name": "operation", "description": "Operation applied to the reference date: add or subtract an amount, set a specific value, or snap to the start or end of the unit.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ReportHistoryDynamicDateOperation", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Amount the operation uses; required for Subtract and Set, and omitted for StartOf and EndOf.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Calendar unit the operation works on, such as Day, Week, Month, Quarter or Year.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ReportHistoryDynamicDateUnit", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ReportHistoryDynamicDateOperation", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Add", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Subtract", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Set", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "StartOf", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EndOf", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "ReportHistoryDynamicDateUnit", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Day", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Week", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Month", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Quarter", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Year", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "ReportHistorySpecialValue", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "FirstValue", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PreviousValue", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ReportHistoricalTrendHistory", "description": null, "fields": [{"name": "trackedFieldIds", "description": "Identifiers of the fields whose historical values are tracked and made available to the report.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fields", "description": "History value fields produced by the report, each tied to a tracked field and, for comparison reports, a comparison date.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReportHistoryField", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "period", "description": "Time span over which the historical trend is plotted.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "periodGranularity", "description": "Interval at which trend data points are sampled across the period, such as Day, Week, Month, Quarter or Year.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodGranularity", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportHistoryCommon", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "PeriodGranularity", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Day", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Week", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Month", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Quarter", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Year", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "PivotReportTotal", "description": null, "fields": [{"name": "isEnabled", "description": "Whether totals are shown for the pivot table.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "position", "description": "Whether the totals appear above the values they summarise (Top) or below them (Bottom).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ReportTotalPosition", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ReportTotalPosition", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Top", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Bottom", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "PivotField", "description": null, "fields": [{"name": "fieldId", "description": "Identifier of the field used as a pivot row or column dimension.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupOption", "description": "How the field's values are grouped, for example by month or by interval.", "args": [], "type": {"kind": "ENUM", "name": "GroupOption", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortFieldId", "description": "sort by total value", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Sort direction applied to this dimension's values, either ascending (Asc) or descending (Desc).", "args": [], "type": {"kind": "ENUM", "name": "SortOrder", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupIntervals", "description": "Custom numeric intervals used to group records when the group option is set to manual intervals.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "GroupInterval", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "GroupInterval", "description": null, "fields": [{"name": "start", "description": "Lower bound of the numeric interval, inclusive.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "end", "description": "Upper bound of the numeric interval, exclusive.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AggregationField", "description": null, "fields": [{"name": "id", "description": "Unique identifier of this aggregation column in the pivot.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the aggregation column.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldId", "description": "ID of field used for aggregation, leave empty if aggregation is set to Count ", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "One of the possible aggregation options", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AggregationOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "comparison", "description": "Comparison applied to this aggregation column, such as comparing against a row, column or grand total.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AggregationComparison", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "columnWidth", "description": "Width of the column; if Null the default width is used.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "columnFormatting", "description": "Conditional formatting applied to this column's cells based on their value.", "args": [], "type": {"kind": "OBJECT", "name": "ColumnFormatting", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "columnColor", "description": "RGB color code converted to integer, if value is Null uses no color ", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AggregationComparison", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the aggregation value is compared against another value in the pivot.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "What the value is compared against: the row total, the column total, the grand total, or another field's aggregation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AggregationComparisonType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldId", "description": "Identifier of the field whose aggregation is compared against; set when the comparison type is Field.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "How the comparison field's values are aggregated, such as Count, Sum, Average, Min or Max.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AggregationOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AggregationComparisonType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "RowTotal", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ColumnTotal", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "GrandTotal", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Field", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ColumnFormatting", "description": null, "fields": [{"name": "isEnabled", "description": "Whether conditional formatting is applied to this column.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterFields", "description": "Conditional-formatting rules that decide which cells are highlighted and with what color.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ColumnFormattingFieldFilterRule", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ColumnFormattingFieldFilterRule", "description": null, "fields": [{"name": "id", "description": "Unique identifier of this conditional-formatting rule.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "field", "description": "Identifier of the field whose value the rule is evaluated against.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "Comparison applied between the field value and the rule values, such as equals, contains or is between.", "args": [], "type": {"kind": "ENUM", "name": "FieldOperator", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "values", "description": "Values the field is compared against; grouped into lists so a single rule can match any of several values.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "color", "description": "Color applied to matching cells, given as an RGB color code encoded as an integer.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "boxId", "description": "Identifier of the report box that the compared field belongs to.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ColumnFormattingFilterFieldRuleInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ColumnFormattingFilterFieldRuleInterface", "description": null, "fields": [{"name": "id", "description": "Identifier of this condition within the filter box. Used to reference the condition from the box formula.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "field", "description": "Identifier of the field whose value the rule is evaluated against.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "Comparison applied between the field and the supplied values (for example Is, IsNot, Contains, Between, IsEmpty).", "args": [], "type": {"kind": "ENUM", "name": "FieldOperator", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "values", "description": "Values the field is compared against. The outer list holds alternatives combined with OR; the inner list holds the parts of a single value (such as the two bounds of a Between comparison).", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ColumnFormattingFieldFilterRule", "ofType": null}]}, {"kind": "OBJECT", "name": "DisplayFieldItem", "description": null, "fields": [{"name": "fieldId", "description": "An field if of a box source", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "displayOptions", "description": "Defines display mode of the field", "args": [], "type": {"kind": "ENUM", "name": "DisplayOption", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "columnWidth", "description": "Size of the column width, if value is Null uses default", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "columnColor", "description": "RGB color code converted to integer, if value is Null uses no color ", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "columnAlignment", "description": "Alignment of the column.", "args": [], "type": {"kind": "ENUM", "name": "ColumnAlignment", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "columnFormatting", "description": "Conditional formatting applied to this column's cells based on their value.", "args": [], "type": {"kind": "OBJECT", "name": "ColumnFormatting", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "columnPrintOverflow", "description": "How cell content that doesn't fit the column width is handled when the report is printed: Wrap keeps the full content on multiple lines, Clip prints it cut off to a single line. Affects printing only, not the report detail.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ColumnPrintOverflow", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "DisplayOption", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Natural", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AsIs", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AsPicture", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AsNumeric", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Mixed", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AsEntityType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Custom", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CompactView", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RollupRawData", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "ColumnAlignment", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Left", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Center", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Right", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "ColumnPrintOverflow", "description": "How a report column handles content too long for the column width when printed.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Wrap", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Clip", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ReportTable", "description": null, "fields": [{"name": "id", "description": "Unique identifier of this item within the report structure.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": "ID of a parent report structure, if ID is NULL this identifies root item, no more than one root item is allowed ", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Order of the item on the within same parent", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "mainBox", "description": "Primary box of the table, defining the entity each row represents and its displayed columns.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ReportMainBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "siblingBoxes", "description": "Related boxes joined to the main box to pull in or aggregate data from related records.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SiblingBoxInterface", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": "Filter and view settings for the table report.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TableReportTabsInterface", "kind": "INTERFACE", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportStructureItem", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ReportMainBox", "description": null, "fields": [{"name": "id", "description": "Unique identifier of the box within the report structure.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "calculationFieldId", "description": "A field used for calculation, this field is applied only if box entity is Opportunty or LeadOppty", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": "Entity type whose records this box reports on, such as Account, Lead or Opportunity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "API name of the entity for this box; set for custom entities to identify which one is used.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySubtypes", "description": "List of possible entity subtypes of entity_type, if entity type is abstract you can supply with entity_types of all children of abstract entity", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntitySubtypeItem", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the box", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "displayFields", "description": "An ordered list of field ID to display with width and color information from box source", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayFieldItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportBoxInterface", "ofType": null}, {"kind": "INTERFACE", "name": "VisibleBoxInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ReportBoxInterface", "description": null, "fields": [{"name": "id", "description": "Unique identifier of the box within the report structure.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "calculationFieldId", "description": "A field used for calculation, this field is applied only if box entity is Opportunty or LeadOppty", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": "Entity type whose records this box reports on, such as Account, Lead or Opportunity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "API name of the entity for this box; set for custom entities to identify which one is used.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySubtypes", "description": "List of possible entity subtypes of entity_type, if entity type is abstract you can supply with entity_types of all children of abstract entity", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntitySubtypeItem", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ReportMainBox", "ofType": null}, {"kind": "OBJECT", "name": "ReportSiblingBox", "ofType": null}, {"kind": "OBJECT", "name": "FilterSiblingBox", "ofType": null}]}, {"kind": "INTERFACE", "name": "VisibleBoxInterface", "description": null, "fields": [{"name": "name", "description": "Name of the box", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "displayFields", "description": "An ordered list of field ID to display with width and color information from box source", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayFieldItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ReportMainBox", "ofType": null}, {"kind": "OBJECT", "name": "ReportSiblingBox", "ofType": null}]}, {"kind": "INTERFACE", "name": "SiblingBoxInterface", "description": null, "fields": [{"name": "id", "description": "Unique identifier of the box within the report structure.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "calculationFieldId", "description": "A field used for calculation, this field is applied only if box entity is Opportunty or LeadOppty", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": "Entity type whose records this box reports on, such as Account, Lead or Opportunity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "API name of the entity for this box; set for custom entities to identify which one is used.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySubtypes", "description": "List of possible entity subtypes of entity_type, if entity type is abstract you can supply with entity_types of all children of abstract entity", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntitySubtypeItem", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lookupFieldId", "description": "Identifier of the lookup field that links this sibling box to its parent box; set when the relation is defined through a specific lookup field.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "relation", "description": "How records in this sibling box relate to the parent box, either an aggregation over related records or a predefined hardcoded relation.", "args": [], "type": {"kind": "UNION", "name": "SiblingBoxRelationType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ReportSiblingBox", "ofType": null}, {"kind": "OBJECT", "name": "FilterSiblingBox", "ofType": null}]}, {"kind": "UNION", "name": "SiblingBoxRelationType", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AggregationRelation", "ofType": null}, {"kind": "OBJECT", "name": "HardcodedRelation", "ofType": null}]}, {"kind": "OBJECT", "name": "AggregationRelation", "description": null, "fields": [{"name": "aggregationFieldId", "description": "Id of the field used to aggregate on each identified groups, set to NULL if aggregation operation is count", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "operationFieldId", "description": "Id of the field used to define groups to aggregate, if whole set is used for aggregation", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "aggregationOperator", "description": "Operation which defines function used at aggregation", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AggregationOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "HardcodedRelation", "description": null, "fields": [{"name": "relationType", "description": "Predefined relationship that selects which related record this sibling box pulls in, such as the next scheduled activity, the last won opportunity or the last note.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SiblingRelationType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "onlyRowsWithRelatedRecords", "description": "When true, the report keeps only main rows that have a matching related record for this relation; when false, rows without a match are still shown.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "aggregationType", "description": "How values from multiple related records are combined into a single value (Sum, Average or Max).", "args": [], "type": {"kind": "ENUM", "name": "HardcodedAggregationType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "HardcodedAggregationType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Sum", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Average", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Max", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INTERFACE", "name": "TableReportTabsInterface", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the table report includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileFilterBaseInterface", "kind": "INTERFACE", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the table report, including its columns, sorting, grouping, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewTableReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AccountTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ActivityTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadOpportunityTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "NoteTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "FeedTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProductTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProjectTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "QuoteTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "TimeframeTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "EmailTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityTableReportProfile", "ofType": null}]}, {"kind": "OBJECT", "name": "ViewTableReportTab", "description": null, "fields": [{"name": "frozenPanes", "description": "Which leading rows and columns stay frozen while scrolling: none, the first row, the first column, or the first row and column.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FrozenPaneType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "chart", "description": "Chart configuration for this report tab.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ReportChart", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reportValueFields", "description": "Additional value fields computed for the report, such as calculated formula fields, rollup summary fields and converted-currency fields.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReportValueField", "kind": "UNION", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "history", "description": "History configuration when the report tracks field values over time, either as a comparison against specific dates or as a trend over a period.", "args": [], "type": {"kind": "UNION", "name": "ReportHistory", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyId", "description": "Identifier of the currency that monetary values in the report are displayed in.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortFields", "description": "Fields the table rows are sorted by, in priority order, each with its sort direction.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SortField", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupFields", "description": "Fields the table rows are grouped by, in nesting order.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "GroupField", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Configuration of the totals rows shown for groups and the whole table.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TableReportTotal", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "keepLineBreaks", "description": "Whether line breaks within text values are preserved when the table is rendered.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewReportTab", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SortField", "description": null, "fields": [{"name": "boxId", "description": "Identifier of the report box that the field belongs to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldId", "description": "Identifier of the field being referenced.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "direction", "description": "Sort direction for this field, either ascending (Asc) or descending (Desc).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportField", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ReportField", "description": null, "fields": [{"name": "boxId", "description": "Identifier of the report box that the field belongs to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldId", "description": "Identifier of the field being referenced.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "SortField", "ofType": null}, {"kind": "OBJECT", "name": "GroupField", "ofType": null}]}, {"kind": "OBJECT", "name": "GroupField", "description": null, "fields": [{"name": "boxId", "description": "Identifier of the report box that the field belongs to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldId", "description": "Identifier of the field being referenced.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupOption", "description": "How records are grouped on this field, for example by day, week, month, quarter or year for dates, by first letter for text, or by manual or automatic intervals for numbers.", "args": [], "type": {"kind": "ENUM", "name": "GroupOption", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupIntervals", "description": "Custom numeric intervals used to group records when the group option is set to manual intervals.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "GroupInterval", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportField", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TableReportTotal", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the totals row is shown for each group in a table report. Has no effect unless at least one of the individual total values below is enabled.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showGrandTotal", "description": "Whether a grand total covering all rows is shown in addition to the per-group totals.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "position", "description": "Whether the totals appear above the rows they summarise (Top) or below them (Bottom).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ReportTotalPosition", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showSum", "description": "Whether the sum of each numeric column is shown in the totals.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showAverage", "description": "Whether the average of each numeric column is shown in the totals.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showMin", "description": "Whether the minimum value of each numeric column is shown in the totals.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showMax", "description": "Whether the maximum value of each numeric column is shown in the totals.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showStatus", "description": "Whether a status breakdown (such as won, lost and open counts for opportunities or leads) is shown in the totals.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountTableReportProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the report includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown, such as own, shared or managing-unit items.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the table report, including its columns, sorting, grouping, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewTableReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "AccountProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "TableReportTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ReportTabInterface", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileFilterBaseInterface", "kind": "INTERFACE", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AccountTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "AccountPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ActivityTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ActivityPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadOpportunityTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadOpportunityPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "NoteTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "NotePivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "FeedTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "FeedPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProductTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProductPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProjectTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProjectPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "QuoteTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "QuotePivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "TimeframeTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "TimeframePivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "EmailTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "EmailPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityPivotReportProfile", "ofType": null}]}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "description": null, "fields": [{"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AccountTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "AccountPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ActivityTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ActivityPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadOpportunityTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadOpportunityPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "NoteTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "NotePivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "FeedTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "FeedPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProductTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProductPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProjectTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProjectPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "QuoteTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "QuotePivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "TimeframeTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "TimeframePivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "EmailTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "EmailPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "AccountPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "ActivityPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProjectPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "QuotePreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "EmailPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "AccountArchiveProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityArchiveProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadArchiveProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactArchiveProfile", "ofType": null}, {"kind": "OBJECT", "name": "QuoteArchiveProfile", "ofType": null}, {"kind": "OBJECT", "name": "InsightsProfile", "ofType": null}, {"kind": "OBJECT", "name": "IndicatorsProfile", "ofType": null}, {"kind": "OBJECT", "name": "LifeCycleProfile", "ofType": null}, {"kind": "OBJECT", "name": "ConversionsProfile", "ofType": null}, {"kind": "OBJECT", "name": "BetterForecastSchema", "ofType": null}]}, {"kind": "OBJECT", "name": "QuickFilterTab", "description": null, "fields": [{"name": "filterMainBox", "description": "Primary group of quick-filter conditions evaluated on the main record type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterSiblingBoxes", "description": "Additional groups of quick-filter conditions evaluated on related record types.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBox", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterFieldOrder", "description": "Identifiers of the filtered fields in the order they are shown in the quick filter.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileFilterBaseInterface", "kind": "INTERFACE", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AccountTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "AccountPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "AccountDashboardProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ActivityTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ActivityPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadOpportunityTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadOpportunityPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "NoteTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "NotePivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "FeedTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "FeedPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProductTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProductPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProjectTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProjectPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "QuoteTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "QuotePivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "TimeframeTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "TimeframePivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "EmailTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "EmailPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactDashboardProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadDashboardProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityDashboardProfile", "ofType": null}, {"kind": "OBJECT", "name": "ActivityDashboardProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityForecastProfile", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "AccountPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "ActivityPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProjectPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "QuotePreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "BetterNavigatorPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "FeedPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "EmailPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "AccountArchiveProfile", "ofType": null}, {"kind": "OBJECT", "name": "ApprovalPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityArchiveProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadArchiveProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactArchiveProfile", "ofType": null}, {"kind": "OBJECT", "name": "QuoteArchiveProfile", "ofType": null}, {"kind": "OBJECT", "name": "NavigatorPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "FeedEmailPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "InsightsProfile", "ofType": null}, {"kind": "OBJECT", "name": "IndicatorsProfile", "ofType": null}, {"kind": "OBJECT", "name": "LifeCycleProfile", "ofType": null}, {"kind": "OBJECT", "name": "ConversionsProfile", "ofType": null}]}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileFilterBoxTabInterface", "kind": "INTERFACE", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AccountTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "AccountPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "AccountDashboardProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ActivityTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ActivityPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadOpportunityTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadOpportunityPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "NoteTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "NotePivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "FeedTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "FeedPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProductTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProductPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProjectTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProjectPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "QuoteTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "QuotePivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "TimeframeTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "TimeframePivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "EmailTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "EmailPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactDashboardProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadDashboardProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityDashboardProfile", "ofType": null}, {"kind": "OBJECT", "name": "ActivityDashboardProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityForecastProfile", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "AccountPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "ActivityPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProjectPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "QuotePreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "EmailPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "AccountArchiveProfile", "ofType": null}, {"kind": "OBJECT", "name": "ApprovalPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityArchiveProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadArchiveProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactArchiveProfile", "ofType": null}, {"kind": "OBJECT", "name": "QuoteArchiveProfile", "ofType": null}, {"kind": "OBJECT", "name": "InsightsProfile", "ofType": null}, {"kind": "OBJECT", "name": "IndicatorsProfile", "ofType": null}, {"kind": "OBJECT", "name": "LifeCycleProfile", "ofType": null}, {"kind": "OBJECT", "name": "ConversionsProfile", "ofType": null}]}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabInterface", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the filter is applied. When false, the filter conditions are ignored.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMainBox", "description": "Primary group of filter conditions evaluated on the main record type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterSiblingBoxes", "description": "Additional groups of filter conditions evaluated on related record types.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBox", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AccountFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "ContactFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "ActivityFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "LeadOpportunityFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "NoteFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "FeedFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "ProductFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "ProjectFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "QuoteFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "TimeframeFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "EmailFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "LeadFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "ProcessFilterNode", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityKPIFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "ProfileFilterTab", "ofType": null}]}, {"kind": "INTERFACE", "name": "AccountProfileInterface", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AccountTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "AccountPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "AccountDashboardProfile", "ofType": null}, {"kind": "OBJECT", "name": "AccountPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "AccountArchiveProfile", "ofType": null}]}, {"kind": "OBJECT", "name": "AccountFilterTab", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the filter is applied. When false, the filter conditions are ignored.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMainBox", "description": "Primary group of filter conditions evaluated on the main record type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterSiblingBoxes", "description": "Additional groups of filter conditions evaluated on related record types.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBox", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isCustom", "description": "True when the conditions are combined with a custom formula rather than a simple And/Or across all conditions.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "How the conditions are combined: And applies all conditions, Or applies any, Custom evaluates the expression in the formula.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formula", "description": "Boolean expression combining the numbered conditions (for example \"1 AND (2 OR 3)\"). Used when the operator is Custom.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileFilterBoxTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBaseInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterTabCustomFilterInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ProfileFilterTabCustomFilterInterface", "description": null, "fields": [{"name": "isCustom", "description": "True when the conditions are combined with a custom formula rather than a simple And/Or across all conditions.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "How the conditions are combined: And applies all conditions, Or applies any, Custom evaluates the expression in the formula.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formula", "description": "Boolean expression combining the numbered conditions (for example \"1 AND (2 OR 3)\"). Used when the operator is Custom.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AccountFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "ContactFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "ActivityFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "LeadOpportunityFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "NoteFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "FeedFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "ProductFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "ProjectFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "QuoteFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "TimeframeFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "EmailFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "LeadFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityKPIFilterTab", "ofType": null}, {"kind": "OBJECT", "name": "ProfileFilterTab", "ofType": null}]}, {"kind": "OBJECT", "name": "AccountRoleTab", "description": null, "fields": [{"name": "showMyItems", "description": "When true, includes records owned by the current user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showMySharedItems", "description": "When true, includes records shared with the current user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showManagingUnitItems", "description": "When true, includes records owned by users in the sales units the current user manages.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "RoleTabInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "RoleTabInterface", "description": null, "fields": [{"name": "showMyItems", "description": "When true, includes records owned by the current user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AccountRoleTab", "ofType": null}, {"kind": "OBJECT", "name": "ContactRoleTab", "ofType": null}, {"kind": "OBJECT", "name": "ActivityRoleTab", "ofType": null}, {"kind": "OBJECT", "name": "LeadOpportunityRoleTab", "ofType": null}, {"kind": "OBJECT", "name": "FeedRoleTab", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityRoleTab", "ofType": null}, {"kind": "OBJECT", "name": "ProjectRoleTab", "ofType": null}, {"kind": "OBJECT", "name": "QuoteRoleTab", "ofType": null}, {"kind": "OBJECT", "name": "EmailRoleTab", "ofType": null}, {"kind": "OBJECT", "name": "LeadRoleTab", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityRoleTab", "ofType": null}, {"kind": "OBJECT", "name": "DashboardRole", "ofType": null}, {"kind": "OBJECT", "name": "ProfileStandardRoleTab", "ofType": null}]}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileFilterBaseInterface", "kind": "INTERFACE", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "RoleTabInterface", "kind": "INTERFACE", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AccountTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "AccountPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "AccountDashboardProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ActivityTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ActivityPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadOpportunityTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadOpportunityPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "FeedTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "FeedPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProjectTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProjectPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "EmailTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "EmailPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactDashboardProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadDashboardProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityDashboardProfile", "ofType": null}, {"kind": "OBJECT", "name": "ActivityDashboardProfile", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "AccountPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "ActivityPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProjectPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "QuotePreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "AccountArchiveProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityArchiveProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadArchiveProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactArchiveProfile", "ofType": null}, {"kind": "OBJECT", "name": "QuoteArchiveProfile", "ofType": null}]}, {"kind": "OBJECT", "name": "AccountPivotReportProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the report includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the pivot report, including its row and column dimensions, aggregation columns, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewPivotReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown, such as own, shared or managing-unit items.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "PivotReportTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "AccountProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountDashboardProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the dashboard includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown, such as own, shared or managing-unit items.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View settings of the dashboard, including which graphs are shown.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountDashboardProfileView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "AccountProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountDashboardProfileView", "description": null, "fields": [{"name": "drilldownFields", "description": "Identifiers of the fields shown as columns when a dashboard graph value is drilled down into.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "graphs", "description": "Graphs shown on the account dashboard, each identified by its graph type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "DashboardGraphAccountNameType", "kind": "ENUM", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "DashboardViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "DashboardViewInterface", "description": null, "fields": [{"name": "drilldownFields", "description": "Identifiers of the fields shown as columns when a dashboard graph value is drilled down into.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AccountDashboardProfileView", "ofType": null}, {"kind": "OBJECT", "name": "ContactDashboardProfileView", "ofType": null}, {"kind": "OBJECT", "name": "LeadDashboardProfileView", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityDashboardProfileView", "ofType": null}, {"kind": "OBJECT", "name": "ActivityDashboardProfileView", "ofType": null}]}, {"kind": "ENUM", "name": "DashboardGraphAccountNameType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "TopOwnersByAccounts", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CountOfAccountsBySalesUnit", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CountOfAccountsByAccountClass", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TopAccountIndustriesByWonValue", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TopAccountIndustries", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TopAccountsByWonOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TopAccountsByLostOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TopAccountsByNumberOfContacts", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TopAccountsByActivities", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactTableReportProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the report includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown, such as own, shared or managing-unit items.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the table report, including its columns, sorting, grouping, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewTableReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ContactProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "TableReportTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ContactProfileInterface", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ContactTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactDashboardProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactArchiveProfile", "ofType": null}]}, {"kind": "OBJECT", "name": "ContactFilterTab", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the filter is applied. When false, the filter conditions are ignored.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMainBox", "description": "Primary group of filter conditions evaluated on the main record type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterSiblingBoxes", "description": "Additional groups of filter conditions evaluated on related record types.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBox", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isCustom", "description": "True when the conditions are combined with a custom formula rather than a simple And/Or across all conditions.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "How the conditions are combined: And applies all conditions, Or applies any, Custom evaluates the expression in the formula.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formula", "description": "Boolean expression combining the numbered conditions (for example \"1 AND (2 OR 3)\"). Used when the operator is Custom.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileFilterBoxTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBaseInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterTabCustomFilterInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactRoleTab", "description": null, "fields": [{"name": "showMyItems", "description": "When true, includes records owned by the current user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showMySharedItems", "description": "When true, includes records shared with the current user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showManagingUnitItems", "description": "When true, includes records owned by users in the sales units the current user manages.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "RoleTabInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactPivotReportProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the report includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown, such as own, shared or managing-unit items.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the pivot report, including its row and column dimensions, aggregation columns, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewPivotReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ContactProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "PivotReportTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityTableReportProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the report includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the table report, including its columns, sorting, grouping, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewTableReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown, such as own, shared, managing-unit or unassigned items.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "TableReportTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ActivityProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ActivityProfileInterface", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ActivityTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ActivityPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ActivityDashboardProfile", "ofType": null}, {"kind": "OBJECT", "name": "ActivityPreviewProfile", "ofType": null}]}, {"kind": "OBJECT", "name": "ActivityFilterTab", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the filter is applied. When false, the filter conditions are ignored.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMainBox", "description": "Primary group of filter conditions evaluated on the main record type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterSiblingBoxes", "description": "Additional groups of filter conditions evaluated on related record types.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBox", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isCustom", "description": "True when the conditions are combined with a custom formula rather than a simple And/Or across all conditions.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "How the conditions are combined: And applies all conditions, Or applies any, Custom evaluates the expression in the formula.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formula", "description": "Boolean expression combining the numbered conditions (for example \"1 AND (2 OR 3)\"). Used when the operator is Custom.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileFilterBoxTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBaseInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterTabCustomFilterInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityRoleTab", "description": null, "fields": [{"name": "showMyItems", "description": "When true, includes records owned by the current user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showMySharedItems", "description": "When true, includes records shared with the current user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showManagingUnitItems", "description": "When true, includes records owned by users in the sales units the current user manages.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showUnassignedItems", "description": "When true, includes records that have no owner assigned.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "RoleTabInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityPivotReportProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the report includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the pivot report, including its row and column dimensions, aggregation columns, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewPivotReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown, such as own, shared, managing-unit or unassigned items.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "PivotReportTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ActivityProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadOpportunityTableReportProfile", "description": null, "fields": [{"name": "filter", "description": "Filter tab restricting which leads and opportunities the report shows.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadOpportunityFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "target", "description": "Target tab defining the goal, measured period and comparison for the report.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityReportTargetTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesPipeline", "description": "Identifiers of the sales pipelines the profile is restricted to. Null includes all pipelines.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadProcess", "description": "Identifiers of the lead processes the profile is restricted to. Null includes all lead processes.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown (own, shared, managing-unit, or unassigned items).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadOpportunityRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the table report, including its columns, sorting, grouping, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewTableReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "TargetProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "PipelineProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "LeadOpportunityReportProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "TableReportTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "TargetProfileInterface", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileFilterBaseInterface", "kind": "INTERFACE", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "target", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TargetTabInterface", "kind": "INTERFACE", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "LeadOpportunityTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadOpportunityPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityDashboardProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityArchiveProfile", "ofType": null}]}, {"kind": "INTERFACE", "name": "TargetTabInterface", "description": null, "fields": [{"name": "targetValueFieldId", "description": "Identifier of the field whose values are summed and compared against the target goal.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetPeriodCurrent", "description": "Period the target is measured over.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "OpportunityReportTargetTab", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityPreviewTargetTab", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityArchiveTargetTab", "ofType": null}, {"kind": "OBJECT", "name": "NavigatorTargetTab", "ofType": null}]}, {"kind": "INTERFACE", "name": "PipelineProfileInterface", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileFilterBaseInterface", "kind": "INTERFACE", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesPipeline", "description": "Identifiers of the sales pipelines the profile is restricted to. Null includes all pipelines.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "LeadOpportunityTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadOpportunityPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityDashboardProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityForecastProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityArchiveProfile", "ofType": null}, {"kind": "OBJECT", "name": "InsightsProfile", "ofType": null}, {"kind": "OBJECT", "name": "IndicatorsProfile", "ofType": null}, {"kind": "OBJECT", "name": "LifeCycleProfile", "ofType": null}, {"kind": "OBJECT", "name": "ConversionsProfile", "ofType": null}]}, {"kind": "INTERFACE", "name": "LeadOpportunityReportProfileInterface", "description": null, "fields": [{"name": "leadProcess", "description": "Identifiers of the lead processes the profile is restricted to. Null includes all lead processes.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": "Filter tab restricting which leads and opportunities the report shows.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadOpportunityFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesPipeline", "description": "Identifiers of the sales pipelines the profile is restricted to. Null includes all pipelines.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown (own, shared, managing-unit, or unassigned items).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadOpportunityRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "LeadOpportunityTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadOpportunityPivotReportProfile", "ofType": null}]}, {"kind": "OBJECT", "name": "LeadOpportunityFilterTab", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the filter is applied. When false, the filter conditions are ignored.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMainBox", "description": "Primary group of filter conditions evaluated on the main record type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterSiblingBoxes", "description": "Additional groups of filter conditions evaluated on related record types.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBox", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isCustom", "description": "True when the conditions are combined with a custom formula rather than a simple And/Or across all conditions.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "How the conditions are combined: And applies all conditions, Or applies any, Custom evaluates the expression in the formula.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formula", "description": "Boolean expression combining the numbered conditions (for example \"1 AND (2 OR 3)\"). Used when the operator is Custom.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileFilterBoxTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBaseInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterTabCustomFilterInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadOpportunityRoleTab", "description": null, "fields": [{"name": "showMyItems", "description": "When true, includes records owned by the current user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showMySharedItems", "description": "When true, includes records shared with the current user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showManagingUnitItems", "description": "When true, includes records owned by users in the sales units the current user manages.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showUnassignedItems", "description": "When true, includes records that have no owner assigned.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "RoleTabInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityReportTargetTab", "description": null, "fields": [{"name": "targetValueFieldId", "description": "Identifier of the field whose values are summed and compared against the target goal.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetPeriodCurrent", "description": "Period the target is measured over.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetSource", "description": "Whose records contribute to the target: My counts only the current user, All counts every matching record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TargetSourceKind", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "goal", "description": "Numeric target value the accumulated field total is measured against.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isVisible", "description": "Defines if target should be displayed in report", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetPeriodCompare", "description": "Reference period the current target period is compared against.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodCompareOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showTargetOnTop", "description": "When true, the target row is pinned above the data instead of below it.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "TargetTabInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "TargetSourceKind", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "My", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "All", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "PeriodCompareOption", "description": null, "fields": [{"name": "periodCustomFrom", "description": "Set only if period set to Custom", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "periodCustomTo", "description": "Set only if period set to Custom", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "period", "description": "Reference period the current period is compared against: DoNotCompare, PreviousPeriod, PreviousYear, or Custom. When Custom, periodCustomFrom and periodCustomTo define the bounds.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodCompareKind", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "PeriodCompareKind", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "DoNotCompare", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PreviousPeriod", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PreviousYear", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Custom", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadOpportunityPivotReportProfile", "description": null, "fields": [{"name": "filter", "description": "Filter tab restricting which leads and opportunities the report shows.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadOpportunityFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "target", "description": "Target tab defining the goal, measured period and comparison for the report.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityReportTargetTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesPipeline", "description": "Identifiers of the sales pipelines the profile is restricted to. Null includes all pipelines.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadProcess", "description": "Identifiers of the lead processes the profile is restricted to. Null includes all lead processes.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown (own, shared, managing-unit, or unassigned items).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadOpportunityRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the pivot report, including its row and column dimensions, aggregation columns, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewPivotReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "TargetProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "PipelineProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "LeadOpportunityReportProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "PivotReportTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NoteTableReportProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the report includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NoteFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the table report, including its columns, sorting, grouping, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewTableReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "NoteProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "TableReportTabsInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "NoteProfileInterface", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NoteFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "NoteTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "NotePivotReportProfile", "ofType": null}]}, {"kind": "OBJECT", "name": "NoteFilterTab", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the filter is applied. When false, the filter conditions are ignored.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMainBox", "description": "Primary group of filter conditions evaluated on the main record type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterSiblingBoxes", "description": "Additional groups of filter conditions evaluated on related record types.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBox", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isCustom", "description": "True when the conditions are combined with a custom formula rather than a simple And/Or across all conditions.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "How the conditions are combined: And applies all conditions, Or applies any, Custom evaluates the expression in the formula.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formula", "description": "Boolean expression combining the numbered conditions (for example \"1 AND (2 OR 3)\"). Used when the operator is Custom.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileFilterBoxTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBaseInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterTabCustomFilterInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NotePivotReportProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the report includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NoteFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the pivot report, including its row and column dimensions, aggregation columns, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewPivotReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "PivotReportTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "NoteProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedTableReportProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the report includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown, such as own, shared or managing-unit items.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the table report, including its columns, sorting, grouping, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewTableReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedReportProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "TableReportTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "FeedReportProfileInterface", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "FeedTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "FeedPivotReportProfile", "ofType": null}]}, {"kind": "OBJECT", "name": "FeedFilterTab", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the filter is applied. When false, the filter conditions are ignored.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMainBox", "description": "Primary group of filter conditions evaluated on the main record type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterSiblingBoxes", "description": "Additional groups of filter conditions evaluated on related record types.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBox", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isCustom", "description": "True when the conditions are combined with a custom formula rather than a simple And/Or across all conditions.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "How the conditions are combined: And applies all conditions, Or applies any, Custom evaluates the expression in the formula.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formula", "description": "Boolean expression combining the numbered conditions (for example \"1 AND (2 OR 3)\"). Used when the operator is Custom.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileFilterBoxTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBaseInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterTabCustomFilterInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedRoleTab", "description": null, "fields": [{"name": "showMyItems", "description": "When true, includes records owned by the current user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showMySharedItems", "description": "When true, feed items shared with the current user are also included.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "RoleTabInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedPivotReportProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the report includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown, such as own, shared or managing-unit items.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the pivot report, including its row and column dimensions, aggregation columns, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewPivotReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedReportProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "PivotReportTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductTableReportProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the report includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the table report, including its columns, sorting, grouping, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewTableReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProductProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "TableReportTabsInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ProductProfileInterface", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ProductTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProductPivotReportProfile", "ofType": null}]}, {"kind": "OBJECT", "name": "ProductFilterTab", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the filter is applied. When false, the filter conditions are ignored.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMainBox", "description": "Primary group of filter conditions evaluated on the main record type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterSiblingBoxes", "description": "Additional groups of filter conditions evaluated on related record types.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBox", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isCustom", "description": "True when the conditions are combined with a custom formula rather than a simple And/Or across all conditions.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "How the conditions are combined: And applies all conditions, Or applies any, Custom evaluates the expression in the formula.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formula", "description": "Boolean expression combining the numbered conditions (for example \"1 AND (2 OR 3)\"). Used when the operator is Custom.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileFilterBoxTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBaseInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterTabCustomFilterInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductPivotReportProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the report includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the pivot report, including its row and column dimensions, aggregation columns, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewPivotReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown, such as own, shared or managing-unit items.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProductProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "PivotReportTabsInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityRoleTab", "description": null, "fields": [{"name": "showMyItems", "description": "When true, includes records owned by the current user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showMySharedItems", "description": "When true, includes records shared with the current user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showManagingUnitItems", "description": "When true, includes records owned by users in the sales units the current user manages.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "RoleTabInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectTableReportProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the report includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown, such as own, shared or managing-unit items.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the table report, including its columns, sorting, grouping, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewTableReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProjectProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "TableReportTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ProjectProfileInterface", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ProjectTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProjectPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProjectPreviewProfile", "ofType": null}]}, {"kind": "OBJECT", "name": "ProjectFilterTab", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the filter is applied. When false, the filter conditions are ignored.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMainBox", "description": "Primary group of filter conditions evaluated on the main record type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterSiblingBoxes", "description": "Additional groups of filter conditions evaluated on related record types.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBox", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isCustom", "description": "True when the conditions are combined with a custom formula rather than a simple And/Or across all conditions.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "How the conditions are combined: And applies all conditions, Or applies any, Custom evaluates the expression in the formula.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formula", "description": "Boolean expression combining the numbered conditions (for example \"1 AND (2 OR 3)\"). Used when the operator is Custom.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileFilterBoxTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBaseInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterTabCustomFilterInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectRoleTab", "description": null, "fields": [{"name": "showMyItems", "description": "When true, includes records owned by the current user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showMySharedItems", "description": "When true, includes records shared with the current user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showManagingUnitItems", "description": "When true, includes records owned by users in the sales units the current user manages.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "RoleTabInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectPivotReportProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the report includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown, such as own, shared or managing-unit items.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the pivot report, including its row and column dimensions, aggregation columns, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewPivotReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProjectProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "PivotReportTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteTableReportProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the report includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteProcess", "description": "Identifiers of the quote processes the profile is restricted to. Null includes all quote processes.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the table report, including its columns, sorting, grouping, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewTableReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown, such as own, shared or managing-unit items.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuoteProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "TableReportTabsInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "QuoteProfileInterface", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteProcess", "description": "Identifiers of the quote processes the profile is restricted to. Null includes all quote processes.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "QuoteTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "QuotePreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "QuoteArchiveProfile", "ofType": null}]}, {"kind": "OBJECT", "name": "QuoteFilterTab", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the filter is applied. When false, the filter conditions are ignored.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMainBox", "description": "Primary group of filter conditions evaluated on the main record type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterSiblingBoxes", "description": "Additional groups of filter conditions evaluated on related record types.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBox", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isCustom", "description": "True when the conditions are combined with a custom formula rather than a simple And/Or across all conditions.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "How the conditions are combined: And applies all conditions, Or applies any, Custom evaluates the expression in the formula.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formula", "description": "Boolean expression combining the numbered conditions (for example \"1 AND (2 OR 3)\"). Used when the operator is Custom.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileFilterBoxTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBaseInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterTabCustomFilterInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteRoleTab", "description": null, "fields": [{"name": "showMyItems", "description": "When true, includes records owned by the current user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showMySharedItems", "description": "When true, includes records shared with the current user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showManagingUnitItems", "description": "When true, includes records owned by users in the sales units the current user manages.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "RoleTabInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuotePivotReportProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the report includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the pivot report, including its row and column dimensions, aggregation columns, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewPivotReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteProcess", "description": "Identifiers of the quote processes the profile is restricted to. Null includes all quote processes.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown, such as own, shared or managing-unit items.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "PivotReportTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuoteReportProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "QuoteReportProfileInterface", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteProcess", "description": "Identifiers of the quote processes the profile is restricted to. Null includes all quote processes.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "QuotePivotReportProfile", "ofType": null}]}, {"kind": "OBJECT", "name": "TimeframeTableReportProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the report includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TimeframeFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the table report, including its columns, sorting, grouping, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewTableReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "TimeframeProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ReportTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "TableReportTabsInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "TimeframeProfileInterface", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TimeframeFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "TimeframeTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "TimeframePivotReportProfile", "ofType": null}]}, {"kind": "OBJECT", "name": "TimeframeFilterTab", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the filter is applied. When false, the filter conditions are ignored.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMainBox", "description": "Primary group of filter conditions evaluated on the main record type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterSiblingBoxes", "description": "Additional groups of filter conditions evaluated on related record types.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBox", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isCustom", "description": "True when the conditions are combined with a custom formula rather than a simple And/Or across all conditions.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "How the conditions are combined: And applies all conditions, Or applies any, Custom evaluates the expression in the formula.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formula", "description": "Boolean expression combining the numbered conditions (for example \"1 AND (2 OR 3)\"). Used when the operator is Custom.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileFilterBoxTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBaseInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterTabCustomFilterInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TimeframePivotReportProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the report includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TimeframeFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the pivot report, including its row and column dimensions, aggregation columns, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewPivotReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "TimeframeProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ReportTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "PivotReportTabsInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailTableReportProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the report includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown, such as own, shared or managing-unit items.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the table report, including its columns, sorting, grouping, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewTableReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "EmailProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "TableReportTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "EmailProfileInterface", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "EmailTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "EmailPivotReportProfile", "ofType": null}]}, {"kind": "OBJECT", "name": "EmailFilterTab", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the filter is applied. When false, the filter conditions are ignored.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMainBox", "description": "Primary group of filter conditions evaluated on the main record type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterSiblingBoxes", "description": "Additional groups of filter conditions evaluated on related record types.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBox", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isCustom", "description": "True when the conditions are combined with a custom formula rather than a simple And/Or across all conditions.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "How the conditions are combined: And applies all conditions, Or applies any, Custom evaluates the expression in the formula.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formula", "description": "Boolean expression combining the numbered conditions (for example \"1 AND (2 OR 3)\"). Used when the operator is Custom.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileFilterBoxTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBaseInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterTabCustomFilterInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailRoleTab", "description": null, "fields": [{"name": "showMyItems", "description": "When true, includes records owned by the current user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showMySharedItems", "description": "When true, includes records shared with the current user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showManagingUnitItems", "description": "When true, emails owned by other members of the current user managing unit are also included.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "RoleTabInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailPivotReportProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the report includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the pivot report, including its row and column dimensions, aggregation columns, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewPivotReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown, such as own, shared or managing-unit items.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "PivotReportTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "EmailProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ReportSiblingBox", "description": null, "fields": [{"name": "id", "description": "Unique identifier of the box within the report structure.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "calculationFieldId", "description": "A field used for calculation, this field is applied only if box entity is Opportunty or LeadOppty", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": "Entity type whose records this box reports on, such as Account, Lead or Opportunity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "API name of the entity for this box; set for custom entities to identify which one is used.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySubtypes", "description": "List of possible entity subtypes of entity_type, if entity type is abstract you can supply with entity_types of all children of abstract entity", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntitySubtypeItem", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lookupFieldId", "description": "Identifier of the lookup field that links this sibling box to its parent box; set when the relation is defined through a specific lookup field.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "relation", "description": "How records in this sibling box relate to the parent box, either an aggregation over related records or a predefined hardcoded relation.", "args": [], "type": {"kind": "UNION", "name": "SiblingBoxRelationType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the box", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "displayFields", "description": "An ordered list of field ID to display with width and color information from box source", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayFieldItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportBoxInterface", "ofType": null}, {"kind": "INTERFACE", "name": "SiblingBoxInterface", "ofType": null}, {"kind": "INTERFACE", "name": "VisibleBoxInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FilterSiblingBox", "description": null, "fields": [{"name": "id", "description": "Unique identifier of the box within the report structure.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "calculationFieldId", "description": "A field used for calculation, this field is applied only if box entity is Opportunty or LeadOppty", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": "Entity type whose records this box reports on, such as Account, Lead or Opportunity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "API name of the entity for this box; set for custom entities to identify which one is used.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySubtypes", "description": "List of possible entity subtypes of entity_type, if entity type is abstract you can supply with entity_types of all children of abstract entity", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntitySubtypeItem", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lookupFieldId", "description": "Identifier of the lookup field that links this sibling box to its parent box; set when the relation is defined through a specific lookup field.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "relation", "description": "How records in this sibling box relate to the parent box, either an aggregation over related records or a predefined hardcoded relation.", "args": [], "type": {"kind": "UNION", "name": "SiblingBoxRelationType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportBoxInterface", "ofType": null}, {"kind": "INTERFACE", "name": "SiblingBoxInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardGraphSeriesItem", "description": null, "fields": [{"name": "sessionId", "description": "A value if interaction with item should open multiple records \"drilldown\" view", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": "A value if interaction with item should open entity detail", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "color", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "valueType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardGraphValueType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tooltip", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "DashboardGraphTooltip", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "legend", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardGraphLegend", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stacked", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "categorySessionId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "DashboardGraphEntityInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "DashboardGraphEntityInterface", "description": null, "fields": [{"name": "sessionId", "description": "A value if interaction with item should open multiple records \"drilldown\" view", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": "A value if interaction with item should open entity detail", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "DashboardGraphSeriesItem", "ofType": null}, {"kind": "OBJECT", "name": "DashboardGraphGauge", "ofType": null}]}, {"kind": "ENUM", "name": "DashboardGraphValueType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "String", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Currency", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Integer", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Percentage", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Date", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Marker", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Float", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardGraphLegend", "description": null, "fields": [{"name": "label", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardGraphTooltip", "description": null, "fields": [{"name": "legend", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardGraphLegend", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "valueType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardGraphValueType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardGraphGauge", "description": null, "fields": [{"name": "sessionId", "description": "A value if interaction with item should open multiple records \"drilldown\" view", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": "A value if interaction with item should open entity detail", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "maxValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "DashboardGraphEntityInterface", "ofType": null}, {"kind": "INTERFACE", "name": "DashboardGraphItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "DashboardGraphItemInterface", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "DashboardGraphGauge", "ofType": null}, {"kind": "OBJECT", "name": "DashboardGraphSeries", "ofType": null}]}, {"kind": "OBJECT", "name": "DashboardGraphSeries", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "series", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "DashboardGraphCategories", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardGraphSeriesType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "DashboardGraphItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardGraphCategories", "description": null, "fields": [{"name": "categories", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "DashboardGraphSeriesItem", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "legend", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "DashboardGraphLegend", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "DashboardGraphSeriesType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Pie", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Bar", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Gauge", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Column", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Funnel", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountDashboardProfileTab", "description": null, "fields": [{"name": "id", "description": "Identifier of the dashboard tab.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountDashboardProfile", "description": "Saved dashboard profile (filter, role and view) shown on this account dashboard tab.", "args": [], "type": {"kind": "OBJECT", "name": "AccountDashboardProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "DashboardTabItem", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "DashboardTabItem", "description": null, "fields": [{"name": "id", "description": "Identifier of the dashboard tab.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AccountDashboardProfileTab", "ofType": null}, {"kind": "OBJECT", "name": "ContactDashboardProfileTab", "ofType": null}, {"kind": "OBJECT", "name": "LeadDashboardProfileTab", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityDashboardProfileTab", "ofType": null}, {"kind": "OBJECT", "name": "ActivityDashboardProfileTab", "ofType": null}]}, {"kind": "OBJECT", "name": "ContactDashboardProfileTab", "description": null, "fields": [{"name": "id", "description": "Identifier of the dashboard tab.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactDashboardProfile", "description": "Saved dashboard profile (filter, role and view) shown on this contact dashboard tab.", "args": [], "type": {"kind": "OBJECT", "name": "ContactDashboardProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "DashboardTabItem", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactDashboardProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the dashboard includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown, such as own, shared or managing-unit items.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View settings of the dashboard, including which graphs are shown.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactDashboardProfileView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ContactProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactDashboardProfileView", "description": null, "fields": [{"name": "drilldownFields", "description": "Identifiers of the fields shown as columns when a dashboard graph value is drilled down into.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "graphs", "description": "Graphs shown on the contact dashboard, each identified by its graph type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "DashboardGraphContactNameType", "kind": "ENUM", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "DashboardViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "DashboardGraphContactNameType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "TopOwnersByContacts", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CountOfContactsBySalesUnit", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TopContactsByWonOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TopContactsByLostOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TopContactsByActivities", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadDashboardProfileTab", "description": null, "fields": [{"name": "id", "description": "Identifier of the dashboard tab.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadDashboardProfile", "description": "Saved dashboard profile (filter, role and view) shown on this lead dashboard tab.", "args": [], "type": {"kind": "OBJECT", "name": "LeadDashboardProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "DashboardTabItem", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadDashboardProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the dashboard includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadProcess", "description": "Identifiers of the lead processes the profile is restricted to. Null includes all lead processes.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown, such as own, shared, managing-unit or unassigned items.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View settings of the dashboard, including which graphs are shown.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadDashboardProfileView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "LeadProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "LeadProfileInterface", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadProcess", "description": "Identifiers of the lead processes the profile is restricted to. Null includes all lead processes.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "LeadDashboardProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadArchiveProfile", "ofType": null}]}, {"kind": "OBJECT", "name": "LeadFilterTab", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the filter is applied. When false, the filter conditions are ignored.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMainBox", "description": "Primary group of filter conditions evaluated on the main record type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterSiblingBoxes", "description": "Additional groups of filter conditions evaluated on related record types.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBox", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isCustom", "description": "True when the conditions are combined with a custom formula rather than a simple And/Or across all conditions.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "How the conditions are combined: And applies all conditions, Or applies any, Custom evaluates the expression in the formula.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formula", "description": "Boolean expression combining the numbered conditions (for example \"1 AND (2 OR 3)\"). Used when the operator is Custom.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileFilterBoxTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBaseInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterTabCustomFilterInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadRoleTab", "description": null, "fields": [{"name": "showMyItems", "description": "When true, includes records owned by the current user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showMySharedItems", "description": "When true, includes records shared with the current user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showManagingUnitItems", "description": "When true, includes records owned by users in the sales units the current user manages.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showUnassignedItems", "description": "When true, includes records that have no owner assigned.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "RoleTabInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadDashboardProfileView", "description": null, "fields": [{"name": "drilldownFields", "description": "Identifiers of the fields shown as columns when a dashboard graph value is drilled down into.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "graphs", "description": "Graphs shown on the lead dashboard, each identified by its graph type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "DashboardGraphLeadNameType", "kind": "ENUM", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "DashboardViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "DashboardGraphLeadNameType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "CountOfLeadsByRanking", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CountOfLeadsByAccountClass", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CountOfOpenLeadsByFitness", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CountOfOpenLeadsByLabel", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadsDaysInQueue", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityDashboardProfileTab", "description": null, "fields": [{"name": "id", "description": "Identifier of the dashboard tab.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunityDashboardProfile", "description": "Saved dashboard profile (filter, role and view) shown on this opportunity dashboard tab.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityDashboardProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "DashboardTabItem", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityDashboardProfile", "description": null, "fields": [{"name": "filter", "description": "Filter tab restricting which leads and opportunities the profile shows.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadOpportunityFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesPipeline", "description": "Identifiers of the sales pipelines the dashboard is restricted to. Null includes all pipelines.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown (own, shared, or managing-unit items).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "target", "description": "Target tab defining the goal, measured period and comparison for the dashboard.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityReportTargetTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadProcess", "description": "Identifiers of the lead processes the profile is restricted to. Null includes all lead processes.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View settings of the dashboard, including which graphs are shown.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityDashboardProfileView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "LeadOpportunityProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "TargetProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "PipelineProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "LeadOpptyPipelineProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "LeadOpportunityProfileInterface", "description": null, "fields": [{"name": "filter", "description": "Filter tab restricting which leads and opportunities the profile shows.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadOpportunityFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesPipeline", "description": "Identifiers of the sales pipelines the profile is restricted to. Null includes all pipelines.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown (own, shared, or managing-unit items).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "OpportunityDashboardProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityPreviewProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityArchiveProfile", "ofType": null}]}, {"kind": "INTERFACE", "name": "LeadOpptyPipelineProfileInterface", "description": null, "fields": [{"name": "leadProcess", "description": "Identifiers of the lead processes the profile is restricted to. Null includes all lead processes.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileFilterBaseInterface", "kind": "INTERFACE", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesPipeline", "description": "Identifiers of the sales pipelines the profile is restricted to. Null includes all pipelines.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "OpportunityDashboardProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityForecastProfile", "ofType": null}, {"kind": "OBJECT", "name": "LifeCycleProfile", "ofType": null}]}, {"kind": "OBJECT", "name": "OpportunityDashboardProfileView", "description": null, "fields": [{"name": "drilldownFields", "description": "Identifiers of the fields shown as columns when a dashboard graph value is drilled down into.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "graphs", "description": "Graphs shown on the opportunity dashboard, each identified by its graph type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "DashboardGraphOpportunityNameType", "kind": "ENUM", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "DashboardViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "DashboardGraphOpportunityNameType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "WonVsGoal", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RankedVsGoal", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WeightedVsGoal", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UnweightedVsGoal", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "BalancedVsGoal", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ComparisonOpportunityStatus", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ComparisonAccountClassTotalValue", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SumOfUpcomingClosingDates", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AccountClassOpportunitiesTotalValue", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AccountClassNumberOfOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RatioOfRankedOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CountOfRankedOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TotalValueOfRankedOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TopWonOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TopLostOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LastWonOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LastLostOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TopAccountsByWonOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TopAccountsByLostOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TopAccountsByOpenOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TopLostReasons", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PipelineOverview", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PipelineVelocity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CountOfOverdueOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PipelineConversionAndDropOffRates", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WinRateByOpportunityValue", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CountOfOpenOpportunitiesByFitness", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityDashboardProfileTab", "description": null, "fields": [{"name": "id", "description": "Identifier of the dashboard tab.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activityDashboardProfile", "description": "Saved dashboard profile (filter, role and view) shown on this activity dashboard tab.", "args": [], "type": {"kind": "OBJECT", "name": "ActivityDashboardProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "DashboardTabItem", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityDashboardProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the dashboard includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown, such as own, shared, managing-unit or unassigned items.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View settings of the dashboard, including which graphs are shown.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityDashboardProfileView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ActivityProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityDashboardProfileView", "description": null, "fields": [{"name": "drilldownFields", "description": "Identifiers of the fields shown as columns when a dashboard graph value is drilled down into.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "graphs", "description": "Graphs shown on the activity dashboard, each identified by its graph type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "DashboardGraphActivityNameType", "kind": "ENUM", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "DashboardViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "DashboardGraphActivityNameType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "ComparisonActivityTypes", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TopOwnersByActivities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TopUnitsByActivities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ComparisonTaskStatus", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ComparisonTaskDue", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityForecastProfileTab", "description": null, "fields": [{"name": "id", "description": "Id of the forecast item within the report tab.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunityForecastProfile", "description": "Saved opportunity forecast view (filter, sales pipeline, grouping, columns and quota) backing this forecast tab.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityForecastProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ForecastTabItem", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ForecastTabItem", "description": null, "fields": [{"name": "id", "description": "Id of the forecast item within the report tab.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "OpportunityForecastProfileTab", "ofType": null}]}, {"kind": "OBJECT", "name": "OpportunityForecastProfile", "description": null, "fields": [{"name": "filter", "description": "Filter tab restricting which opportunities the profile shows.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesPipeline", "description": "Identifiers of the sales pipelines the forecast is restricted to. Null includes all pipelines.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadProcess", "description": "Identifiers of the lead processes the profile is restricted to. Null includes all lead processes.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View settings of the forecast: value field, period, owners, columns, grouping and quota.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityForecastView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "properties", "description": "Forecast properties, including the dimension the forecast is built on.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityForecastProperties", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "PipelineProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "LeadOpptyPipelineProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "OpportunityProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "OpportunityProfileInterface", "description": null, "fields": [{"name": "filter", "description": "Filter tab restricting which opportunities the profile shows.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesPipeline", "description": "Identifiers of the sales pipelines the profile is restricted to. Null includes all pipelines.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "OpportunityForecastProfile", "ofType": null}, {"kind": "OBJECT", "name": "LifeCycleProfile", "ofType": null}]}, {"kind": "OBJECT", "name": "OpportunityFilterTab", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the filter is applied. When false, the filter conditions are ignored.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMainBox", "description": "Primary group of filter conditions evaluated on the main record type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterSiblingBoxes", "description": "Additional groups of filter conditions evaluated on related record types.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBox", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isCustom", "description": "True when the conditions are combined with a custom formula rather than a simple And/Or across all conditions.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "How the conditions are combined: And applies all conditions, Or applies any, Custom evaluates the expression in the formula.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formula", "description": "Boolean expression combining the numbered conditions (for example \"1 AND (2 OR 3)\"). Used when the operator is Custom.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileFilterBoxTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBaseInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterTabCustomFilterInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityForecastView", "description": null, "fields": [{"name": "field", "description": "Identifier of the value field the forecast amounts are calculated from.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "period", "description": "Period range and granularity the forecast is calculated over.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ForecastPeriodOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "Owners (users) included in the forecast, with their performance series.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ForecastOwner", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "column", "description": "Value columns shown in the forecast table (for example WonValueCurrentPeriod, OpenValueWeighted, WonVsForecast).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ForecastColumnsType", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupBy", "description": "Identifier of the field rows are grouped by. Null applies no grouping.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDrilldownEnabled", "description": "When true, rows can be expanded into a drilldown table of contributing records.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "drilldownFields", "description": "List of fields id to display as drilldown table", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quota", "description": "Quota configuration the forecast values are measured against.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityForecastQuota", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showGraph", "description": "When true, displays the forecast graph above the table.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "rollUpPeriod", "description": "Coarser period the forecast rows are rolled up into (Monthly, Quarterly, or Yearly). Null keeps the base period granularity.", "args": [], "type": {"kind": "ENUM", "name": "ForecastPeriodKind", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "hideEmptyRows", "description": "When true, rows with no forecast values are hidden.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "graphHeight", "description": "Height of the forecast graph, in pixels.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ForecastPeriodOption", "description": null, "fields": [{"name": "period", "description": "Granularity the forecast is broken down by: Monthly, Quarterly, or Yearly.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ForecastPeriodKind", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "periodFrom", "description": "First day of the forecast range (inclusive).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "periodTo", "description": "Last day of the forecast range (inclusive).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "financialYear", "description": "Set only if period set to Quarterly or Yearly.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ForecastPeriodKind", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Monthly", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Quarterly", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Yearly", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ForecastOwner", "description": null, "fields": [{"name": "id", "description": "Identifier of the user this forecast row belongs to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isActive", "description": "False when the user is deactivated but still shown for history.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "forecastPerformance", "description": "Time series of the owner's forecast performance across the forecast periods.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ForecastPerformanceItem", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ForecastPerformanceItem", "description": null, "fields": [{"name": "dateTime", "description": "Timestamp the performance value was recorded at.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Forecast performance value for the period.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "period", "description": "Period the performance value applies to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ForecastColumnsType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "WonValueCurrentPeriod", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WonValueSamePeriodInPreviousYear", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WonValueSamePeriodInPreviousYearPercentage", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WonOpenValueUnweighted", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpenValueUnweighted", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpenValueWeighted", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpenValueRanked", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpenValueBalanced", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LostValueUnweighted", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WonVsForecast", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WonOpenVsForecast", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WonValueVsQuota", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WonOpenValueVsQuotaUnweighted", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityForecastQuota", "description": null, "fields": [{"name": "isEnabled", "description": "Whether a quota is set for the forecast.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Total quota amount for the forecast.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "comparisonType", "description": "Baseline the forecast is compared against: PreviousPeriod, AveragePerformance, or WeightedAveragePerformance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ForecastPerformanceComparisonType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Per-owner quota allocations making up the total quota.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityForecastQuotaItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ForecastPerformanceComparisonType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "PreviousPeriod", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AveragePerformance", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WeightedAveragePerformance", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityForecastQuotaItem", "description": null, "fields": [{"name": "id", "description": "Identifier of the owner the quota is allocated to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "values", "description": "Quota amounts split across the forecast periods.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityForecastQuotaItemValue", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "splitType", "description": "How the total quota is distributed across periods: Evenly, HistoricalPerformance, or Custom.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityForecastQuotaSplitType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityForecastQuotaItemValue", "description": null, "fields": [{"name": "date", "description": "Period this quota value applies to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Quota amount allocated to the period.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "OpportunityForecastQuotaSplitType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Evenly", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "HistoricalPerformance", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Custom", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityForecastProperties", "description": null, "fields": [{"name": "type", "description": "Dimension the forecast is built on: Users, SalesUnits, Products, ProductCategories, or Accounts.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ForecastType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ForecastType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Users", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SalesUnits", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Products", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProductCategories", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Accounts", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactSearchResultItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "datetime", "description": "For grouping items by sort date - GlobalSearchSorting", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryPhone", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryEmail", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountPosition", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isArchived", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SearchResultItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "SearchResultItemInterface", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "datetime", "description": "For grouping items by sort date - GlobalSearchSorting", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ContactSearchResultItem", "ofType": null}, {"kind": "OBJECT", "name": "LeadSearchResultItem", "ofType": null}, {"kind": "OBJECT", "name": "OpportunitySearchResultItem", "ofType": null}, {"kind": "OBJECT", "name": "QuoteSearchResultItem", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntitySearchResultItem", "ofType": null}, {"kind": "OBJECT", "name": "AccountSearchResultItem", "ofType": null}, {"kind": "OBJECT", "name": "TaskSearchResultItem", "ofType": null}, {"kind": "OBJECT", "name": "AppointmentSearchResultItem", "ofType": null}, {"kind": "OBJECT", "name": "ProjectSearchResultItem", "ofType": null}, {"kind": "OBJECT", "name": "CloudObjectSearchResultItem", "ofType": null}, {"kind": "OBJECT", "name": "NoteSearchResultItem", "ofType": null}]}, {"kind": "OBJECT", "name": "LeadSearchResultItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "datetime", "description": "For grouping items by sort date - GlobalSearchSorting", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isArchived", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SearchResultItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunitySearchResultItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "datetime", "description": "For grouping items by sort date - GlobalSearchSorting", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelineName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelineColor", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isArchived", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SearchResultItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteSearchResultItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "datetime", "description": "For grouping items by sort date - GlobalSearchSorting", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isArchived", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SearchResultItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntitySearchResultItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "datetime", "description": "For grouping items by sort date - GlobalSearchSorting", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SearchResultItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountSearchResultItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "datetime", "description": "For grouping items by sort date - GlobalSearchSorting", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryPhone", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryEmail", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "location", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isArchived", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SearchResultItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TaskSearchResultItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "datetime", "description": "For grouping items by sort date - GlobalSearchSorting", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "subject", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dueDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkedEntities", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LinkedItemType", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SearchResultItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LinkedItemType", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LinkedEntityType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "LinkedEntityType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Lead", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Opportunity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Account", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Contact", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Email", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Memo", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Task", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Appointment", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Step", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Project", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Quote", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomEntity", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "AppointmentSearchResultItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "datetime", "description": "For grouping items by sort date - GlobalSearchSorting", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "subject", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkedEntities", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LinkedItemType", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SearchResultItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectSearchResultItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "datetime", "description": "For grouping items by sort date - GlobalSearchSorting", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypeId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SearchResultItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CloudObjectSearchResultItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "datetime", "description": "For grouping items by sort date - GlobalSearchSorting", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fileName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "url", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "cloudObjectLinkedEntity", "description": "In case of linked_entity is None, that means linked entity belongs to lead step (which does not physically exists in database).", "args": [], "type": {"kind": "OBJECT", "name": "LinkedItemType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SearchResultItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NoteSearchResultItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "datetime", "description": "For grouping items by sort date - GlobalSearchSorting", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "note", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "noteLinkedEntity", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "LinkedItemType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SearchResultItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadFavoriteResultItem", "description": null, "fields": [{"name": "isArchived", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FavoriteResultItemIsArchivedInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FavoriteResultItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "FavoriteResultItemIsArchivedInterface", "description": null, "fields": [{"name": "isArchived", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "LeadFavoriteResultItem", "ofType": null}, {"kind": "OBJECT", "name": "QuoteFavoriteResultItem", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityFavoriteResultItem", "ofType": null}, {"kind": "OBJECT", "name": "ContactFavoriteResultItem", "ofType": null}, {"kind": "OBJECT", "name": "AccountFavoriteResultItem", "ofType": null}]}, {"kind": "INTERFACE", "name": "FavoriteResultItemInterface", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "LeadFavoriteResultItem", "ofType": null}, {"kind": "OBJECT", "name": "QuoteFavoriteResultItem", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityFavoriteResultItem", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityFavoriteResultItem", "ofType": null}, {"kind": "OBJECT", "name": "ContactFavoriteResultItem", "ofType": null}, {"kind": "OBJECT", "name": "AccountFavoriteResultItem", "ofType": null}, {"kind": "OBJECT", "name": "ReportFavoriteResultItem", "ofType": null}, {"kind": "OBJECT", "name": "ProjectFavoriteResultItem", "ofType": null}]}, {"kind": "OBJECT", "name": "QuoteFavoriteResultItem", "description": null, "fields": [{"name": "isArchived", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FavoriteResultItemIsArchivedInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FavoriteResultItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntityFavoriteResultItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FavoriteResultItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityFavoriteResultItem", "description": null, "fields": [{"name": "isArchived", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelineName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelineColor", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FavoriteResultItemIsArchivedInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FavoriteResultItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactFavoriteResultItem", "description": null, "fields": [{"name": "isArchived", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryPhone", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryEmail", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountPosition", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FavoriteResultItemIsArchivedInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FavoriteResultItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountFavoriteResultItem", "description": null, "fields": [{"name": "isArchived", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryPhone", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryEmail", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "location", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FavoriteResultItemIsArchivedInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FavoriteResultItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ReportFavoriteResultItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reportType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ReportTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPivot", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FavoriteResultItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ReportTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "TableReport", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "DashboardReport", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ForecastReport", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AdvancedReport", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectFavoriteResultItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypeId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FavoriteResultItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadRecentlyOpenedResultItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "openedAt", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isArchived", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "RecentlyOpenedResultItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RecentlyOpenedResultItemIsArchivedInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "RecentlyOpenedResultItemInterface", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "openedAt", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "LeadRecentlyOpenedResultItem", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityRecentlyOpenedResultItem", "ofType": null}, {"kind": "OBJECT", "name": "AccountRecentlyOpenedResultItem", "ofType": null}, {"kind": "OBJECT", "name": "ContactRecentlyOpenedResultItem", "ofType": null}, {"kind": "OBJECT", "name": "AppointmentRecentlyOpenedResultItem", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityRecentlyOpenedResultItem", "ofType": null}, {"kind": "OBJECT", "name": "ProjectRecentlyOpenedResultItem", "ofType": null}, {"kind": "OBJECT", "name": "QuoteRecentlyOpenedResultItem", "ofType": null}, {"kind": "OBJECT", "name": "TaskRecentlyOpenedResultItem", "ofType": null}]}, {"kind": "INTERFACE", "name": "RecentlyOpenedResultItemIsArchivedInterface", "description": null, "fields": [{"name": "isArchived", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "LeadRecentlyOpenedResultItem", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityRecentlyOpenedResultItem", "ofType": null}, {"kind": "OBJECT", "name": "AccountRecentlyOpenedResultItem", "ofType": null}, {"kind": "OBJECT", "name": "ContactRecentlyOpenedResultItem", "ofType": null}, {"kind": "OBJECT", "name": "QuoteRecentlyOpenedResultItem", "ofType": null}]}, {"kind": "OBJECT", "name": "OpportunityRecentlyOpenedResultItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "openedAt", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isArchived", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelineName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelineColor", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "RecentlyOpenedResultItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RecentlyOpenedResultItemIsArchivedInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountRecentlyOpenedResultItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "openedAt", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isArchived", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryPhone", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryEmail", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "location", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "RecentlyOpenedResultItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RecentlyOpenedResultItemIsArchivedInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactRecentlyOpenedResultItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "openedAt", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isArchived", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryPhone", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryEmail", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountPosition", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "RecentlyOpenedResultItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RecentlyOpenedResultItemIsArchivedInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AppointmentRecentlyOpenedResultItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "openedAt", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "subject", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "RecentlyOpenedLinkedItemType", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "RecentlyOpenedResultItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "RecentlyOpenedLinkedItemType", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LinkedEntityType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntityRecentlyOpenedResultItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "openedAt", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "RecentlyOpenedResultItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectRecentlyOpenedResultItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "openedAt", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypeId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "RecentlyOpenedResultItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteRecentlyOpenedResultItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "openedAt", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isArchived", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "RecentlyOpenedResultItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RecentlyOpenedResultItemIsArchivedInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TaskRecentlyOpenedResultItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "openedAt", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "subject", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dueDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "RecentlyOpenedLinkedItemType", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "RecentlyOpenedResultItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ForecastGroupItem", "description": null, "fields": [{"name": "column", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ForecastColumnItem", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quota", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "period", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "countOfOwners", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "forecastPerformance", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ForecastDataItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ForecastColumnItem", "description": null, "fields": [{"name": "type", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ForecastColumnsType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "group", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ForecastDataItem", "description": null, "fields": [{"name": "column", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ForecastColumnItem", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quota", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "period", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ForecastOwner", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ForecastDataItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ForecastSumItem", "description": null, "fields": [{"name": "column", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ForecastColumnItem", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quota", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "forecastPerformance", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ForecastDataItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ForecastDataItemInterface", "description": null, "fields": [{"name": "column", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ForecastColumnItem", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quota", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ForecastGroupItem", "ofType": null}, {"kind": "OBJECT", "name": "ForecastDataItem", "ofType": null}, {"kind": "OBJECT", "name": "ForecastSumItem", "ofType": null}]}, {"kind": "ENUM", "name": "NotificationEventActionTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "OwnershipAndSalesTeamChange", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LinkedItem", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Qualification", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "StatusChange", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Move", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Invitation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Create", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Comment", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "IsActive", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Tracking", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Warnings", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Errors", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ApprovalRequest", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ApprovalResponse", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ApprovalDelegation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ApprovalProcessWarning", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ApprovalProcessError", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Responses", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Bounced", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "NotificationEntityGroupsEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Emails", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AccountsAndContacts", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadsAndOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Feeds", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Activities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProcessBuilder", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Projects", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Quotes", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EmailSequences", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ApprovalProcesses", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OnlineForms", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomEntities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CallingAndMessaging", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WhatsApp", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedChildAccountAdded", "description": null, "fields": [{"name": "unitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "industryName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryPhone", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryEmail", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedAccountInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "FeedAccountInterface", "description": null, "fields": [{"name": "unitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "industryName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryPhone", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryEmail", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "FeedChildAccountAdded", "ofType": null}, {"kind": "OBJECT", "name": "FeedAccountCreated", "ofType": null}]}, {"kind": "INTERFACE", "name": "FeedItemInterface", "description": null, "fields": [{"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "FeedChildAccountAdded", "ofType": null}, {"kind": "OBJECT", "name": "FeedAccountCreated", "ofType": null}, {"kind": "OBJECT", "name": "FeedContactAdded", "ofType": null}, {"kind": "OBJECT", "name": "FeedContactCreated", "ofType": null}, {"kind": "OBJECT", "name": "FeedLeadAdded", "ofType": null}, {"kind": "OBJECT", "name": "FeedLeadCreated", "ofType": null}, {"kind": "OBJECT", "name": "FeedOpportunityAdded", "ofType": null}, {"kind": "OBJECT", "name": "FeedOpportunityCreated", "ofType": null}, {"kind": "OBJECT", "name": "FeedTaskAdded", "ofType": null}, {"kind": "OBJECT", "name": "FeedTaskCreated", "ofType": null}, {"kind": "OBJECT", "name": "FeedAppointmentAdded", "ofType": null}, {"kind": "OBJECT", "name": "FeedAppointmentCreated", "ofType": null}, {"kind": "OBJECT", "name": "FeedMemoAdded", "ofType": null}, {"kind": "OBJECT", "name": "FeedProjectAdded", "ofType": null}, {"kind": "OBJECT", "name": "FeedProjectStatusChange", "ofType": null}, {"kind": "OBJECT", "name": "FeedTextMessageCreated", "ofType": null}, {"kind": "OBJECT", "name": "FeedMemoCreated", "ofType": null}, {"kind": "OBJECT", "name": "FeedEmailAdded", "ofType": null}, {"kind": "OBJECT", "name": "FeedEmailCreated", "ofType": null}, {"kind": "OBJECT", "name": "FeedScheduledMassEmailCreated", "ofType": null}, {"kind": "OBJECT", "name": "FeedScheduledEmailAdded", "ofType": null}, {"kind": "OBJECT", "name": "FeedCloudObjectAdded", "ofType": null}, {"kind": "OBJECT", "name": "FeedNoteAdded", "ofType": null}, {"kind": "OBJECT", "name": "FeedOwnershipChanged", "ofType": null}, {"kind": "OBJECT", "name": "FeedClientAssignedAsEditor", "ofType": null}, {"kind": "OBJECT", "name": "FeedClientAssignedAsWatcher", "ofType": null}, {"kind": "OBJECT", "name": "FeedUnitAssignedAsEditor", "ofType": null}, {"kind": "OBJECT", "name": "FeedUnitAssignedAsWatcher", "ofType": null}, {"kind": "OBJECT", "name": "FeedLeadQualification", "ofType": null}, {"kind": "OBJECT", "name": "FeedLeadOpportunityLost", "ofType": null}, {"kind": "OBJECT", "name": "FeedLeadOpportunityReactivate", "ofType": null}, {"kind": "OBJECT", "name": "FeedOpportunityWon", "ofType": null}, {"kind": "OBJECT", "name": "FeedOpportunityMove", "ofType": null}, {"kind": "OBJECT", "name": "FeedOpportunityBackToLead", "ofType": null}, {"kind": "OBJECT", "name": "FeedTaskStatusChange", "ofType": null}, {"kind": "OBJECT", "name": "FeedInvitationToAppointment", "ofType": null}, {"kind": "OBJECT", "name": "FeedResponseToAppointmentInvitation", "ofType": null}, {"kind": "OBJECT", "name": "FeedAppointmentCanceled", "ofType": null}, {"kind": "OBJECT", "name": "FeedMassEmailCreated", "ofType": null}, {"kind": "OBJECT", "name": "FeedQuoteStatusChange", "ofType": null}, {"kind": "OBJECT", "name": "FeedQuoteAccepted", "ofType": null}, {"kind": "OBJECT", "name": "FeedQuoteMove", "ofType": null}, {"kind": "OBJECT", "name": "FeedQuoteLost", "ofType": null}, {"kind": "OBJECT", "name": "FeedQuoteReactivate", "ofType": null}, {"kind": "OBJECT", "name": "FeedQuoteAdded", "ofType": null}, {"kind": "OBJECT", "name": "FeedCustomEntityAdded", "ofType": null}, {"kind": "OBJECT", "name": "FeedOnlineFormSubmitted", "ofType": null}]}, {"kind": "SCALAR", "name": "EntityApiName", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedLinkedEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAvailable", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isArchived", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityType", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "icon", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTypeIconEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedApplication", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedTag", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "color", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedAccountCreated", "description": null, "fields": [{"name": "unitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "industryName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryPhone", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryEmail", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedAccountInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedContactAdded", "description": null, "fields": [{"name": "unitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountJobName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryPhone", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryEmail", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedContactInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "FeedContactInterface", "description": null, "fields": [{"name": "unitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountJobName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryPhone", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryEmail", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "FeedContactAdded", "ofType": null}, {"kind": "OBJECT", "name": "FeedContactCreated", "ofType": null}]}, {"kind": "OBJECT", "name": "FeedContactCreated", "description": null, "fields": [{"name": "unitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountJobName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryPhone", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryEmail", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedContactInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedLeadAdded", "description": null, "fields": [{"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadStatus", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "warningLevel", "description": null, "args": [], "type": {"kind": "ENUM", "name": "WarningLevelEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "daysInQueue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ranking", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedLeadInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "FeedLeadInterface", "description": null, "fields": [{"name": "unitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadStatus", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "warningLevel", "description": null, "args": [], "type": {"kind": "ENUM", "name": "WarningLevelEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "daysInQueue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ranking", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "FeedLeadAdded", "ofType": null}, {"kind": "OBJECT", "name": "FeedLeadCreated", "ofType": null}]}, {"kind": "ENUM", "name": "LeadStatusEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Open", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Lost", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Qualified", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedLeadCreated", "description": null, "fields": [{"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadStatus", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "warningLevel", "description": null, "args": [], "type": {"kind": "ENUM", "name": "WarningLevelEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "daysInQueue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ranking", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedLeadInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedOpportunityAdded", "description": null, "fields": [{"name": "unitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunityStatus", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OpptyStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "closingDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasRecurrence", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "warningLevel", "description": null, "args": [], "type": {"kind": "ENUM", "name": "WarningLevelEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "daysInStep", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ranking", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "foreignCurrencyValue", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedOpportunityInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "FeedOpportunityInterface", "description": null, "fields": [{"name": "unitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunityStatus", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OpptyStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "closingDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasRecurrence", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "warningLevel", "description": null, "args": [], "type": {"kind": "ENUM", "name": "WarningLevelEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "daysInStep", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ranking", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "foreignCurrencyValue", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "FeedOpportunityAdded", "ofType": null}, {"kind": "OBJECT", "name": "FeedOpportunityCreated", "ofType": null}]}, {"kind": "ENUM", "name": "OpptyStatusEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Open", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Lost", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Won", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "CurrencyForeignData", "description": null, "fields": [{"name": "baseValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "valueForeign", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "convertedValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "convertedValueCurrencyId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedOpportunityCreated", "description": null, "fields": [{"name": "unitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunityStatus", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OpptyStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "closingDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasRecurrence", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "warningLevel", "description": null, "args": [], "type": {"kind": "ENUM", "name": "WarningLevelEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "daysInStep", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ranking", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "foreignCurrencyValue", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedOpportunityInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedTaskAdded", "description": null, "fields": [{"name": "unitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskStatus", "description": null, "args": [], "type": {"kind": "ENUM", "name": "TaskStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "priority", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PriorityEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dueDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasRecurrence", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reminder", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedTaskInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "FeedTaskInterface", "description": null, "fields": [{"name": "unitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskStatus", "description": null, "args": [], "type": {"kind": "ENUM", "name": "TaskStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "priority", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PriorityEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dueDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasRecurrence", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reminder", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "FeedTaskAdded", "ofType": null}, {"kind": "OBJECT", "name": "FeedTaskCreated", "ofType": null}]}, {"kind": "ENUM", "name": "TaskStatusEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NotStarted", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "InProgress", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Waiting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Completed", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Deferred", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedTaskCreated", "description": null, "fields": [{"name": "unitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskStatus", "description": null, "args": [], "type": {"kind": "ENUM", "name": "TaskStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "priority", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PriorityEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dueDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasRecurrence", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reminder", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedTaskInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedAppointmentAdded", "description": null, "fields": [{"name": "unitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentStatus", "description": null, "args": [], "type": {"kind": "ENUM", "name": "ActivityStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reminder", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedAppointmentInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "FeedAppointmentInterface", "description": null, "fields": [{"name": "unitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentStatus", "description": null, "args": [], "type": {"kind": "ENUM", "name": "ActivityStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reminder", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "FeedAppointmentAdded", "ofType": null}, {"kind": "OBJECT", "name": "FeedAppointmentCreated", "ofType": null}]}, {"kind": "ENUM", "name": "ActivityStatusEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NotStarted", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "InProgress", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Waiting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Completed", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Deferred", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Canceled", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedAppointmentCreated", "description": null, "fields": [{"name": "unitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentStatus", "description": null, "args": [], "type": {"kind": "ENUM", "name": "ActivityStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reminder", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedAppointmentInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedMemoAdded", "description": null, "fields": [{"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "attachmentsPictures", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AttachmentsPictureEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemWithAttachedPictures", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "FeedItemWithAttachedPictures", "description": null, "fields": [{"name": "attachmentsPictures", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AttachmentsPictureEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "FeedMemoAdded", "ofType": null}, {"kind": "OBJECT", "name": "FeedMemoCreated", "ofType": null}, {"kind": "OBJECT", "name": "FeedEmailAdded", "ofType": null}, {"kind": "OBJECT", "name": "FeedEmailCreated", "ofType": null}, {"kind": "OBJECT", "name": "FeedScheduledEmailAdded", "ofType": null}]}, {"kind": "OBJECT", "name": "AttachmentsPictureEntity", "description": null, "fields": [{"name": "filename", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "url", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedProjectAdded", "description": null, "fields": [{"name": "unitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectStatus", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedProjectInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "FeedProjectInterface", "description": null, "fields": [{"name": "unitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectStatus", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "FeedProjectAdded", "ofType": null}]}, {"kind": "ENUM", "name": "ProjectStatusEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NotStarted", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "InProgress", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Completed", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedProjectStatusChange", "description": null, "fields": [{"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectStatus", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedTextMessageCreated", "description": null, "fields": [{"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "actor", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "FeedActor", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "direction", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailDirectionEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "textMessageStatus", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TextMessageStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "itemsInConversationCount", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recipientPhoneNumber", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "textConversationId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "phoneType", "description": null, "args": [], "type": {"kind": "ENUM", "name": "PhoneTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedTextMessageInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "FeedTextMessageInterface", "description": null, "fields": [{"name": "actor", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "FeedActor", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "direction", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailDirectionEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "textMessageStatus", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TextMessageStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "itemsInConversationCount", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recipientPhoneNumber", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "textConversationId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "phoneType", "description": null, "args": [], "type": {"kind": "ENUM", "name": "PhoneTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "FeedTextMessageCreated", "ofType": null}]}, {"kind": "OBJECT", "name": "FeedActor", "description": null, "fields": [{"name": "entityType", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAvailable", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "EmailDirectionEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "OutgoingEmail", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "IncomingEmail", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "TextMessageStatusEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Sending", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Sent", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Failed", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Received", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Seen", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "PhoneTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Calling", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CallingSmsUnassigned", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CallingSmsPersonal", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CallingSmsCompany", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WhatsAppPersonal", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WhatsAppCompany", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedMemoCreated", "description": null, "fields": [{"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "attachmentsPictures", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AttachmentsPictureEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemWithAttachedPictures", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedEmailAdded", "description": null, "fields": [{"name": "sender", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recipient", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "cc", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "bodySummary", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "direction", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailDirectionEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isContentAvailable", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "canChangeContentSharing", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "contentShareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContentShareModeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderType", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isTracked", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentEmailId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasTrackingEvent", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "itemsInThreadCount", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "wasBounced", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sentiment", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EmailSentimentEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "attachmentsPictures", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AttachmentsPictureEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedEmailInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemWithAttachedPictures", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "FeedEmailInterface", "description": null, "fields": [{"name": "sender", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recipient", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "cc", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "bodySummary", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "direction", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailDirectionEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isContentAvailable", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "canChangeContentSharing", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "contentShareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContentShareModeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderType", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isTracked", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentEmailId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasTrackingEvent", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "itemsInThreadCount", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "wasBounced", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sentiment", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EmailSentimentEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "FeedEmailAdded", "ofType": null}, {"kind": "OBJECT", "name": "FeedEmailCreated", "ofType": null}, {"kind": "OBJECT", "name": "FeedScheduledEmailAdded", "ofType": null}]}, {"kind": "ENUM", "name": "ContentShareModeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Custom", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Private", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Public", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "EmailSentimentEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Negative", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Neutral", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Positive", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedEmailCreated", "description": null, "fields": [{"name": "sender", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recipient", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "cc", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "bodySummary", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "direction", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailDirectionEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isContentAvailable", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "canChangeContentSharing", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "contentShareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContentShareModeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderType", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isTracked", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentEmailId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasTrackingEvent", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "itemsInThreadCount", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "wasBounced", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sentiment", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EmailSentimentEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "attachmentsPictures", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AttachmentsPictureEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedEmailInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemWithAttachedPictures", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedScheduledMassEmailCreated", "description": null, "fields": [{"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sender", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recipientCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isTracked", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isContentAvailable", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "canChangeContentSharing", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "contentShareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContentShareModeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "wasBounced", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "errorCode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sendAt", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedScheduledEmailAdded", "description": null, "fields": [{"name": "sender", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recipient", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "cc", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "bodySummary", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "direction", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailDirectionEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isContentAvailable", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "canChangeContentSharing", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "contentShareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContentShareModeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderType", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isTracked", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentEmailId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasTrackingEvent", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "itemsInThreadCount", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "wasBounced", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sentiment", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EmailSentimentEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "attachmentsPictures", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AttachmentsPictureEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "errorCode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sendAt", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedEmailInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemWithAttachedPictures", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedCloudObjectAdded", "description": null, "fields": [{"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedNoteAdded", "description": null, "fields": [{"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedOwnershipChanged", "description": null, "fields": [{"name": "industryName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountJobName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Converted value of oppty", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "foreignCurrencyValue", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemWithEntitySpecificData", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemWithTargetClientInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "FeedItemWithEntitySpecificData", "description": null, "fields": [{"name": "industryName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountJobName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Converted value of oppty", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "foreignCurrencyValue", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "FeedOwnershipChanged", "ofType": null}, {"kind": "OBJECT", "name": "FeedClientAssignedAsEditor", "ofType": null}, {"kind": "OBJECT", "name": "FeedClientAssignedAsWatcher", "ofType": null}, {"kind": "OBJECT", "name": "FeedUnitAssignedAsEditor", "ofType": null}, {"kind": "OBJECT", "name": "FeedUnitAssignedAsWatcher", "ofType": null}, {"kind": "OBJECT", "name": "FeedLeadQualification", "ofType": null}, {"kind": "OBJECT", "name": "FeedLeadOpportunityLost", "ofType": null}, {"kind": "OBJECT", "name": "FeedLeadOpportunityReactivate", "ofType": null}, {"kind": "OBJECT", "name": "FeedOpportunityWon", "ofType": null}, {"kind": "OBJECT", "name": "FeedOpportunityMove", "ofType": null}, {"kind": "OBJECT", "name": "FeedOpportunityBackToLead", "ofType": null}, {"kind": "OBJECT", "name": "FeedQuoteAccepted", "ofType": null}, {"kind": "OBJECT", "name": "FeedQuoteMove", "ofType": null}, {"kind": "OBJECT", "name": "FeedQuoteLost", "ofType": null}, {"kind": "OBJECT", "name": "FeedQuoteReactivate", "ofType": null}]}, {"kind": "INTERFACE", "name": "FeedItemWithTargetClientInterface", "description": null, "fields": [{"name": "targetClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "FeedOwnershipChanged", "ofType": null}, {"kind": "OBJECT", "name": "FeedClientAssignedAsEditor", "ofType": null}, {"kind": "OBJECT", "name": "FeedClientAssignedAsWatcher", "ofType": null}]}, {"kind": "OBJECT", "name": "FeedClientAssignedAsEditor", "description": null, "fields": [{"name": "industryName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountJobName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Converted value of oppty", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "foreignCurrencyValue", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemWithEntitySpecificData", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemWithTargetClientInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedClientAssignedAsWatcher", "description": null, "fields": [{"name": "industryName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountJobName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Converted value of oppty", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "foreignCurrencyValue", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemWithEntitySpecificData", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemWithTargetClientInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedUnitAssignedAsEditor", "description": null, "fields": [{"name": "targetUnitId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetUnitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetUnitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetUnitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "industryName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountJobName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Converted value of oppty", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "foreignCurrencyValue", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemWithTargetUnitInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemWithEntitySpecificData", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "FeedItemWithTargetUnitInterface", "description": null, "fields": [{"name": "targetUnitId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetUnitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetUnitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetUnitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "FeedUnitAssignedAsEditor", "ofType": null}, {"kind": "OBJECT", "name": "FeedUnitAssignedAsWatcher", "ofType": null}]}, {"kind": "OBJECT", "name": "FeedUnitAssignedAsWatcher", "description": null, "fields": [{"name": "targetUnitId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetUnitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetUnitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetUnitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "industryName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountJobName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Converted value of oppty", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "foreignCurrencyValue", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemWithTargetUnitInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemWithEntitySpecificData", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedLeadQualification", "description": null, "fields": [{"name": "industryName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountJobName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Converted value of oppty", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "foreignCurrencyValue", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemWithEntitySpecificData", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedLeadOpportunityLost", "description": null, "fields": [{"name": "industryName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountJobName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Converted value of oppty", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "foreignCurrencyValue", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemWithEntitySpecificData", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedLeadOpportunityReactivate", "description": null, "fields": [{"name": "industryName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountJobName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Converted value of oppty", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "foreignCurrencyValue", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemWithEntitySpecificData", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedOpportunityWon", "description": null, "fields": [{"name": "industryName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountJobName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Converted value of oppty", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "foreignCurrencyValue", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemWithEntitySpecificData", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedOpportunityMove", "description": null, "fields": [{"name": "stepOrder", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "industryName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountJobName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Converted value of oppty", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "foreignCurrencyValue", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemWithStep", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemWithEntitySpecificData", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "FeedItemWithStep", "description": null, "fields": [{"name": "stepOrder", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "FeedOpportunityMove", "ofType": null}, {"kind": "OBJECT", "name": "FeedQuoteMove", "ofType": null}]}, {"kind": "OBJECT", "name": "FeedOpportunityBackToLead", "description": null, "fields": [{"name": "industryName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountJobName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Converted value of oppty", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "foreignCurrencyValue", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemWithEntitySpecificData", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedTaskStatusChange", "description": null, "fields": [{"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TaskStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedEmailAppointmentInvitation", "description": null, "fields": [{"name": "email", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "invitedContactId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "invitedContactName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "invitedContactPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedInvitationToAppointment", "description": null, "fields": [{"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "invitedClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "invitedClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "invitedClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "invitedClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "FeedEmailAppointmentInvitation", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedResponseToAppointmentInvitation", "description": null, "fields": [{"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "invitedClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "invitedClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "invitedClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "invitedClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "FeedEmailAppointmentInvitation", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "response", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InviteeResponseEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "InviteeResponseEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NoResponse", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Accepted", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Rejected", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedAppointmentCanceled", "description": null, "fields": [{"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedMassEmailCreated", "description": null, "fields": [{"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sender", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recipientCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isTracked", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isContentAvailable", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "canChangeContentSharing", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "contentShareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContentShareModeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "wasBounced", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedQuoteStatusChange", "description": null, "fields": [{"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteStatus", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "QuoteStatusEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Open", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Lost", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Accepted", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedQuoteAccepted", "description": null, "fields": [{"name": "industryName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountJobName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Converted value of oppty", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "foreignCurrencyValue", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemWithEntitySpecificData", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedQuoteMove", "description": null, "fields": [{"name": "stepOrder", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "industryName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountJobName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Converted value of oppty", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "foreignCurrencyValue", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemWithStep", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemWithEntitySpecificData", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedQuoteLost", "description": null, "fields": [{"name": "industryName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountJobName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Converted value of oppty", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "foreignCurrencyValue", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemWithEntitySpecificData", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedQuoteReactivate", "description": null, "fields": [{"name": "industryName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountJobName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Converted value of oppty", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "foreignCurrencyValue", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedItemWithEntitySpecificData", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedQuoteAdded", "description": null, "fields": [{"name": "unitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteStatus", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "expirationDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalAmount", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "foreignCurrencyValue", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedQuoteInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "FeedQuoteInterface", "description": null, "fields": [{"name": "unitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteStatus", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "expirationDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalAmount", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "foreignCurrencyValue", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "FeedQuoteAdded", "ofType": null}]}, {"kind": "OBJECT", "name": "FeedCustomEntityAdded", "description": null, "fields": [{"name": "unitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedCustomEntityInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "FeedCustomEntityInterface", "description": null, "fields": [{"name": "unitName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "FeedCustomEntityAdded", "ofType": null}]}, {"kind": "OBJECT", "name": "FeedOnlineFormSubmitted", "description": null, "fields": [{"name": "actor", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "FeedActor", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "onlineFormTypeId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "EntityApiName", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCommentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnitsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entitySharedUsersUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityCloudObjectsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityLinkedEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedLinkedEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityActivityType", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorClientIsDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedApplication", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FeedOnlineFormInterface", "ofType": null}, {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "FeedOnlineFormInterface", "description": null, "fields": [{"name": "actor", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "FeedActor", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "onlineFormTypeId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "FeedOnlineFormSubmitted", "ofType": null}]}, {"kind": "OBJECT", "name": "OpportunityMapViewItem", "description": null, "fields": [{"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "geoLocation", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "GeoLocationEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypeId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpptyStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "MapViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "MapViewInterface", "description": null, "fields": [{"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "geoLocation", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "GeoLocationEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypeId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "OpportunityMapViewItem", "ofType": null}, {"kind": "OBJECT", "name": "LeadMapViewItem", "ofType": null}, {"kind": "OBJECT", "name": "MapViewItem", "ofType": null}]}, {"kind": "OBJECT", "name": "GeoLocationEntity", "description": null, "fields": [{"name": "searchKey", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "placeId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lat", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lng", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "address", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "city", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "zipCode", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "state", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "country", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadMapViewItem", "description": null, "fields": [{"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "geoLocation", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "GeoLocationEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypeId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "MapViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "MapViewItem", "description": null, "fields": [{"name": "entityId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "geoLocation", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "GeoLocationEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypeId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "MapViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DocumentNotificationEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kind", "description": "Current entity type. (Qualified lead can be either Lead or Opportunity when qualify notification is viewed.)", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "url", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CloudObjectTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "NotificationTargetEntityInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "NotificationTargetEntityInterface", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kind", "description": "Current entity type. (Qualified lead can be either Lead or Opportunity when qualify notification is viewed.)", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "DocumentNotificationEntity", "ofType": null}, {"kind": "OBJECT", "name": "ApprovalResponseNotificationEntity", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityNotificationEntity", "ofType": null}, {"kind": "OBJECT", "name": "TextMessageConversationNotificationEntity", "ofType": null}, {"kind": "OBJECT", "name": "NotificationEntity", "ofType": null}, {"kind": "OBJECT", "name": "ClientNotificationEntity", "ofType": null}]}, {"kind": "ENUM", "name": "CloudObjectTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "S3FileUpload", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "S3File", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "S3Image", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "GoogleDriveFile", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OneDriveFile", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "BoxFile", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "DropboxFile", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SharepointFile", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ExternalURL", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AlfrescoFile", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UrlFile", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "TaskStatusChangeNotificationEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kind", "description": "Current entity type. (Qualified lead can be either Lead or Opportunity when qualify notification is viewed.)", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TaskStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "NotificationEntityInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "NotificationEntityInterface", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kind", "description": "Current entity type. (Qualified lead can be either Lead or Opportunity when qualify notification is viewed.)", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "TaskStatusChangeNotificationEntity", "ofType": null}, {"kind": "OBJECT", "name": "ApprovalResponseNotificationEntity", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityNotificationEntity", "ofType": null}, {"kind": "OBJECT", "name": "TextMessageConversationNotificationEntity", "ofType": null}, {"kind": "OBJECT", "name": "ProjectStatusChangeNotificationEntity", "ofType": null}, {"kind": "OBJECT", "name": "NotificationEntity", "ofType": null}]}, {"kind": "OBJECT", "name": "ApprovalResponseNotificationEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kind", "description": "Current entity type. (Qualified lead can be either Lead or Opportunity when qualify notification is viewed.)", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ApprovalStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "NotificationEntityInterface", "ofType": null}, {"kind": "INTERFACE", "name": "NotificationTargetEntityInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ApprovalStatusEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Pending", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Approved", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Rejected", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntityNotificationEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "kind", "description": "Current entity type. (Qualified lead can be either Lead or Opportunity when qualify notification is viewed.)", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "NotificationEntityInterface", "ofType": null}, {"kind": "INTERFACE", "name": "NotificationTargetEntityInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TextMessageConversationNotificationEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kind", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "phoneNumber", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "phoneType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PhoneTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "NotificationEntityInterface", "ofType": null}, {"kind": "INTERFACE", "name": "NotificationTargetEntityInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectStatusChangeNotificationEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kind", "description": "Current entity type. (Qualified lead can be either Lead or Opportunity when qualify notification is viewed.)", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "NotificationEntityInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NotificationEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kind", "description": "Current entity type. (Qualified lead can be either Lead or Opportunity when qualify notification is viewed.)", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "NotificationEntityInterface", "ofType": null}, {"kind": "INTERFACE", "name": "NotificationTargetEntityInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessSchema", "description": null, "fields": [{"name": "timezone", "description": "Timezone used to evaluate the process's scheduled steps.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "trigger", "description": "What starts the process \u2014 a record event, schedule, or manual launch.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessTrigger", "kind": "UNION", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "nodes", "description": "Ordered tree of process steps (conditions and actions).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessNodeInterface", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "UNION", "name": "ProcessTrigger", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ProcessRecordTrigger", "ofType": null}, {"kind": "OBJECT", "name": "ProcessScheduleTrigger", "ofType": null}, {"kind": "OBJECT", "name": "ProcessManualTrigger", "ofType": null}, {"kind": "OBJECT", "name": "ProcessOnlineFormTrigger", "ofType": null}]}, {"kind": "OBJECT", "name": "ProcessRecordTrigger", "description": null, "fields": [{"name": "actor", "description": "Which users are allowed to start the process: the process owner, selected users and sales units, any user, or applications only.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessRecordTriggerActorEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorUnits", "description": "Sales units whose members are allowed to start the process. Applies when the actor is restricted to selected units and users.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorUsers", "description": "Individual users allowed to start the process. Applies when the actor is restricted to selected units and users.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": "Type of record whose changes start this process, such as Lead, Opportunity, Account or Contact.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "API name of the custom entity that starts this process. Set only when the trigger entity type is a custom entity.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "event", "description": "Record change that starts the process: record created, updated, created or updated, deleted, or an email sent or received.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessRecordTriggerEventEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "changedFields", "description": "Fields whose change starts the process. When empty, a change to any field qualifies. Applies to the update event.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "applications", "description": "Applications whose actions are allowed to start the process. When empty, no application restriction is applied.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentEntityType", "description": "Parent record type used when the trigger entity is a product line item, identifying whether the parent is an opportunity or a quote.", "args": [], "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProcessActorInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ProcessActorInterface", "description": null, "fields": [{"name": "actor", "description": "Which users are allowed to start the process: the process owner, selected users and sales units, any user, or applications only.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessRecordTriggerActorEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorUnits", "description": "Sales units whose members are allowed to start the process. Applies when the actor is restricted to selected units and users.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorUsers", "description": "Individual users allowed to start the process. Applies when the actor is restricted to selected units and users.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ProcessRecordTrigger", "ofType": null}, {"kind": "OBJECT", "name": "ProcessManualTrigger", "ofType": null}, {"kind": "OBJECT", "name": "ApprovalProcessRecordTrigger", "ofType": null}, {"kind": "OBJECT", "name": "ApprovalProcessManualTrigger", "ofType": null}]}, {"kind": "ENUM", "name": "ProcessRecordTriggerActorEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "ProcessOwner", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SelectedUnitsAndUsers", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AnyUser", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ApplicationsOnly", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "ProcessRecordTriggerEventEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Create", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CreateOrUpdate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Update", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Delete", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EmailSent", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EmailReceived", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessScheduleTrigger", "description": null, "fields": [{"name": "date", "description": "Date and time the schedule runs once. Set for a one-time schedule; left empty for recurring schedules that use the time-of-day and day fields instead.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "timeOfDay", "description": "0 - 1439", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dayOfWeek", "description": "1 = Monday, 7 = Sunday", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dayOfMonth", "description": "1 - 31", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": "Type of record whose changes start this process, such as Lead, Opportunity, Account or Contact.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "API name of the custom entity that starts this process. Set only when the trigger entity type is a custom entity.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ScheduleInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ScheduleInterface", "description": null, "fields": [{"name": "date", "description": "Date and time the schedule runs once. Set for a one-time schedule; left empty for recurring schedules that use the time-of-day and day fields instead.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "timeOfDay", "description": "0 - 1439", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dayOfWeek", "description": "1 = Monday, 7 = Sunday", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dayOfMonth", "description": "1 - 31", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ProcessScheduleTrigger", "ofType": null}, {"kind": "OBJECT", "name": "ReportSchedule", "ofType": null}, {"kind": "OBJECT", "name": "FieldAiValueUpdateSchedule", "ofType": null}]}, {"kind": "OBJECT", "name": "ProcessManualTrigger", "description": null, "fields": [{"name": "actor", "description": "Which users are allowed to start the process: the process owner, selected users and sales units, any user, or applications only.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessRecordTriggerActorEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorUnits", "description": "Sales units whose members are allowed to start the process. Applies when the actor is restricted to selected units and users.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorUsers", "description": "Individual users allowed to start the process. Applies when the actor is restricted to selected units and users.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": "Type of record whose changes start this process, such as Lead, Opportunity, Account or Contact.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "API name of the custom entity that starts this process. Set only when the trigger entity type is a custom entity.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProcessActorInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessOnlineFormTrigger", "description": null, "fields": [{"name": "entityType", "description": "Type of record whose changes start this process, such as Lead, Opportunity, Account or Contact.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "API name of the custom entity that starts this process. Set only when the trigger entity type is a custom entity.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordType", "description": "Type of record the online form submission creates, such as Lead or Contact.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordApiName", "description": "API name of the custom entity the online form submission creates. Set only when the created record type is a custom entity.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "onlineForms", "description": "Online form types whose submissions start this process.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ProcessNodeInterface", "description": null, "fields": [{"name": "id", "description": "Unique identifier of this node within the process node tree.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": "Identifier of the node that precedes this one in the process node tree. Null for nodes attached directly to the trigger.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the node shown in the process builder.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ProcessFilterNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessCreateRecordNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessUpdateRecordNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessSendEmailNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessUpdateRelatedRecordNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessCreateRelatedRecordNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessLinkRecordNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessSendWebhookNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessArchiveRecordNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessUnarchiveRecordNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessQualifyRecordNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessEnrollEmailSequenceNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessUnenrollEmailSequenceNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessChangeOwnershipNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessTriggerProcessNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessCopyRecordNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessUpdateAiFieldsNode", "ofType": null}]}, {"kind": "OBJECT", "name": "ProcessFilterNode", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the filter is applied. When false, the filter conditions are ignored.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMainBox", "description": "Primary group of filter conditions evaluated on the main record type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterSiblingBoxes", "description": "Additional groups of filter conditions evaluated on related record types.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBox", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of this node within the process node tree.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": "Identifier of the node that precedes this one in the process node tree. Null for nodes attached directly to the trigger.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the node shown in the process builder.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "How the filter conditions are combined: all must match, any may match, or a custom expression.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formula", "description": "Custom boolean expression combining the numbered filter conditions. Used when the operator is a custom expression.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileFilterBoxTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProcessNodeInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessCreateRecordNode", "description": "A node which creates unrelated LACOTA entity", "fields": [{"name": "schedule", "description": "Optional schedule that delays this action to a later time. When null, the action runs immediately when reached.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessNodeSchedule", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of this node within the process node tree.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": "Identifier of the node that precedes this one in the process node tree. Null for nodes attached directly to the trigger.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the node shown in the process builder.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": "Field values and operations applied to the record this node creates or updates.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessEntityTemplate", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerProcess", "description": "When true, the records affected by this node also start another process.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerProcessId", "description": "Process that the affected records start when triggering another process is enabled.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": "Type of record this node creates, such as Lead, Opportunity, Account, Contact, Task or Appointment.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "API name of the custom entity this node creates. Set only when the created record type is a custom entity.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProcessScheduleInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProcessNodeInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ProcessScheduleInterface", "description": null, "fields": [{"name": "schedule", "description": "Optional schedule that delays this action to a later time. When null, the action runs immediately when reached.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessNodeSchedule", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ProcessCreateRecordNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessUpdateRecordNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessSendEmailNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessUpdateRelatedRecordNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessCreateRelatedRecordNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessLinkRecordNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessSendWebhookNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessArchiveRecordNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessUnarchiveRecordNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessQualifyRecordNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessEnrollEmailSequenceNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessUnenrollEmailSequenceNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessChangeOwnershipNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessTriggerProcessNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessCopyRecordNode", "ofType": null}, {"kind": "OBJECT", "name": "ProcessUpdateAiFieldsNode", "ofType": null}]}, {"kind": "OBJECT", "name": "ProcessNodeSchedule", "description": null, "fields": [{"name": "offset", "description": "Delay before the action runs, expressed in the chosen unit. Positive values schedule after the reference point, negative values before it.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "offsetUnit", "description": "Unit of the offset: minutes, hours, days, working days, weeks or months.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessNodeScheduleUnitEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "offsetFieldId", "description": "Date field on the triggered record that the offset is measured from. When omitted, the offset is measured from the time the action is reached.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "date", "description": "Fixed date and time at which the action runs, used instead of an offset.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ProcessNodeScheduleUnitEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Minute", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Hour", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WorkingDay", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Week", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Month", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessEntityTemplate", "description": null, "fields": [{"name": "operations", "description": "Per-field operations describing how each field value of the created or updated record is determined.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessEntityOperation", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "input", "description": "Field values to apply to the record, as a JSON object keyed by field API name. The accompanying operations describe how each value is interpreted.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessEntityOperation", "description": null, "fields": [{"name": "fieldId", "description": "Field on the target record that this operation sets.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operation", "description": "How the field value is determined: a custom value, a value copied from the triggered record, the trigger actor, the process owner, or cleared.", "args": [], "type": {"kind": "ENUM", "name": "ProcessEntityOperationEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "extras", "description": "Extra settings for operation.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessEntityOperationExtras", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggeredRecordFieldId", "description": "Field on the triggered record whose value is copied into the target field. Used when the value is taken from the triggered record.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggeredLookupRelationFieldId", "description": "Lookup field that resolves the related record the copied value is read from, when the source value comes through a relation.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mapping", "description": "Translation of source values to target values when copying a field value, mapping each source option to the value to set.", "args": [], "type": {"kind": "OBJECT", "name": "EntityOperationMapping", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ProcessEntityOperationEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Custom", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordValue", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordPrimaryValue", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Unassigned", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggerActor", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProcessOwner", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomAndTriggered", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomReplaceExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomAddToExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomRemoveExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomUpdateValueAndCode", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomUpdateOnlyCode", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordValueReplaceExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordValueAddToExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordValueRemoveExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordPrimaryValueReplaceExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordPrimaryValueAddToExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordPrimaryValueRemoveExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordPrimaryAccountReplaceExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordPrimaryAccountAddToExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordPrimaryAccountRemoveExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordPrimaryContactReplaceExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordPrimaryContactAddToExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordPrimaryContactRemoveExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordParentAccountReplaceExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordParentAccountAddToExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordParentAccountRemoveExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordAccountAddToExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordAccountReplaceExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordAccountRemoveExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordPrimaryAccountValue", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordPrimaryContactValue", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordParentAccountValue", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordAccountValue", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordValueCustomReplaceExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordValueCustomAddToExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordValueCustomRemoveExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordValueUpdateValueAndCode", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordValueUpdateOnlyCode", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordField", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredPrimaryRecordOwner", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecord", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordAddToExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordRemoveExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordOwner", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordOwnerReplaceExisting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggeredRecordOwnerAddToExisting", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessEntityOperationExtras", "description": null, "fields": [{"name": "keepOwnerAsEditor", "description": "When the owner changes, keep the previous owner as an editor of the record.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sendInvitations", "description": "Whether to send invitations to attendees when the operation sets appointment attendees.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EntityOperationMapping", "description": null, "fields": [{"name": "options", "description": "Source-to-target value translations applied when copying the field.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "EntityOperationMappingOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EntityOperationMappingOption", "description": null, "fields": [{"name": "sourceValue", "description": "Value on the source field that this option maps from.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetValue", "description": "Value the source value is translated to on the target field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "SCALAR", "name": "JSONString", "description": "JSON String which can encode date_time field", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessUpdateRecordNode", "description": "A node which updates triggered entity", "fields": [{"name": "schedule", "description": "Optional schedule that delays this action to a later time. When null, the action runs immediately when reached.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessNodeSchedule", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of this node within the process node tree.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": "Identifier of the node that precedes this one in the process node tree. Null for nodes attached directly to the trigger.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the node shown in the process builder.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": "Field values and operations applied to the record this node creates or updates.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessEntityTemplate", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerProcess", "description": "When true, the records affected by this node also start another process.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerProcessId", "description": "Process that the affected records start when triggering another process is enabled.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProcessScheduleInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProcessNodeInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessSendEmailNode", "description": null, "fields": [{"name": "schedule", "description": "Optional schedule that delays this action to a later time. When null, the action runs immediately when reached.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessNodeSchedule", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of this node within the process node tree.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": "Identifier of the node that precedes this one in the process node tree. Null for nodes attached directly to the trigger.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the node shown in the process builder.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isMass", "description": "Whether the email is sent as a single mass mailing to all recipients rather than as individual messages.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": "Email message this node sends.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessNodeEmail", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProcessScheduleInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProcessNodeInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessNodeEmail", "description": null, "fields": [{"name": "recipients", "description": "Primary recipients of the email. Addresses may contain personalization tags resolved from the triggered record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SendEmailRecipient", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "cc", "description": "Carbon-copy recipients of the email. Addresses may contain personalization tags resolved from the triggered record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SendEmailRecipient", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "bcc", "description": "Blind carbon-copy recipients of the email. Addresses may contain personalization tags resolved from the triggered record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SendEmailRecipient", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "subject", "description": "Subject line of the email. May contain personalization tags resolved from the triggered record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "body", "description": "HTML body of the email. May contain personalization tags resolved from the triggered record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailTemplateId", "description": "Email template to use for the message. When set, the template supplies the subject and body.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "attachments", "description": "Stored files attached to the email.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "signature", "description": "Signature appended to the email body.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sender", "description": "Account the email is sent from: the trigger actor, a company email, the record owner, or the approver.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessNodeEmailSender", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderCompanyEmailId", "description": "Company email account to send from. Set when the sender is a company email.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": "Visibility of the sent email to other users in the space.", "args": [], "type": {"kind": "ENUM", "name": "ShareModeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkTriggerEntity", "description": "When true, link the sent email to the triggered record.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkRecipients", "description": "When true, link the sent email to the account and contact records matching the recipient addresses.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isHtmlTemplate", "description": "Whether the email body is treated as HTML rather than plain text.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "EmailDataInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "EmailDataInterface", "description": null, "fields": [{"name": "recipients", "description": "Primary recipients of the email. Addresses may contain personalization tags resolved from the triggered record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SendEmailRecipient", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "cc", "description": "Carbon-copy recipients of the email. Addresses may contain personalization tags resolved from the triggered record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SendEmailRecipient", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "bcc", "description": "Blind carbon-copy recipients of the email. Addresses may contain personalization tags resolved from the triggered record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SendEmailRecipient", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "subject", "description": "Subject line of the email. May contain personalization tags resolved from the triggered record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "body", "description": "HTML body of the email. May contain personalization tags resolved from the triggered record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailTemplateId", "description": "Email template to use for the message. When set, the template supplies the subject and body.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "attachments", "description": "Stored files attached to the email.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "signature", "description": "Signature appended to the email body.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ProcessNodeEmail", "ofType": null}, {"kind": "OBJECT", "name": "ScheduledReportEmail", "ofType": null}, {"kind": "OBJECT", "name": "EmailSequenceNodeEmail", "ofType": null}]}, {"kind": "OBJECT", "name": "SendEmailRecipient", "description": null, "fields": [{"name": "primary", "description": "Which linked record (e.g. Contact or Account) this recipient primarily represents, used when linking the sent email to a record.", "args": [], "type": {"kind": "ENUM", "name": "EntityLacotaType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunityId", "description": "Opportunity this recipient is associated with, when sending in the context of an opportunity.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": "Contact this recipient corresponds to, when known.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": "Account this recipient corresponds to, when known.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadId", "description": "Lead this recipient is associated with, when sending in the context of a lead.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectId", "description": "Project this recipient is associated with, when sending in the context of a project.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteId", "description": "Quote this recipient is associated with, when sending in the context of a quote.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntityIds", "description": "Custom entity records this recipient is associated with, each given as a `CustomEntityID`.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "CustomEntityID", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "address", "description": "Email address the message is sent to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "EntityLacotaType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Account", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Contact", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Task", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Appointment", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Lead", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Opportunity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Project", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Quote", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomEntity", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntityID", "description": null, "fields": [{"name": "entityApiName", "description": "API name of the custom entity type the referenced record belongs to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Identifier of the referenced custom entity record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ProcessNodeEmailSender", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "ActorEmail", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CompanyEmail", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RecordOwnerEmail", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ApproverEmail", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "ShareModeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Standard", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Private", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AllView", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AllEdit", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessUpdateRelatedRecordNode", "description": "A node which updates related entities of triggered entity", "fields": [{"name": "schedule", "description": "Optional schedule that delays this action to a later time. When null, the action runs immediately when reached.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessNodeSchedule", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of this node within the process node tree.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": "Identifier of the node that precedes this one in the process node tree. Null for nodes attached directly to the trigger.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the node shown in the process builder.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relation", "description": "Relationship from the triggered record to the related records this node acts on, such as a standard relation, a primary account or contact, a parent account, or a lookup field relation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessRecordNodeRelationEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relationLookupFieldId", "description": "Lookup field that defines the relation. Required when the relation is a lookup, and must be empty otherwise.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "API name of the related custom entity. Set only when the related record type is a custom entity.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": "Field values and operations applied to the record this node creates or updates.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessEntityTemplate", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerProcess", "description": "When true, the records affected by this node also start another process.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerProcessId", "description": "Process that the affected records start when triggering another process is enabled.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": "Optional condition that narrows which related records are updated. When omitted, all related records are updated.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProcessScheduleInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProcessNodeInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ProcessRecordNodeRelationEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Task", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Appointment", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Account", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Contact", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Lead", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Opportunity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptyProductRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Project", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Quote", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ActiveQuote", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OnlineForm", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomEntity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Email", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ParentAccount", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ParentAccountNoReplace", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PrimaryAccount", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PrimaryContact", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PrimaryInLead", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PrimaryInOpportunity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PrimaryInContact", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PrimaryInQuote", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Lookup", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LookupRelated", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PrimaryLookup", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PrimaryLookupRelated", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessCreateRelatedRecordNode", "description": "A node which creates entity with relation to the triggered entity", "fields": [{"name": "schedule", "description": "Optional schedule that delays this action to a later time. When null, the action runs immediately when reached.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessNodeSchedule", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of this node within the process node tree.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": "Identifier of the node that precedes this one in the process node tree. Null for nodes attached directly to the trigger.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the node shown in the process builder.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relation", "description": "Relationship from the triggered record to the related records this node acts on, such as a standard relation, a primary account or contact, a parent account, or a lookup field relation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessRecordNodeRelationEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relationLookupFieldId", "description": "Lookup field that defines the relation. Required when the relation is a lookup, and must be empty otherwise.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "API name of the related custom entity. Set only when the related record type is a custom entity.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": "Field values and operations applied to the record this node creates or updates.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessEntityTemplate", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerProcess", "description": "When true, the records affected by this node also start another process.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerProcessId", "description": "Process that the affected records start when triggering another process is enabled.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProcessScheduleInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProcessNodeInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessLinkRecordNode", "description": null, "fields": [{"name": "schedule", "description": "Optional schedule that delays this action to a later time. When null, the action runs immediately when reached.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessNodeSchedule", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of this node within the process node tree.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": "Identifier of the node that precedes this one in the process node tree. Null for nodes attached directly to the trigger.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the node shown in the process builder.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerProcess", "description": "When true, the records linked by this node also start another process.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerProcessId", "description": "Process that the linked records start when triggering another process is enabled.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "relation", "description": "Relationship from the triggered record to the related records this node acts on, such as a standard relation, a primary account or contact, a parent account, or a lookup field relation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessRecordNodeRelationEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relationLookupFieldId", "description": "Lookup field that defines the relation. Required when the relation is a lookup, and must be empty otherwise.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "API name of the related custom entity. Set only when the related record type is a custom entity.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordIdentificationType", "description": "How the records to link are found: by a filter condition, or by matching a field value against a field on the triggered record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessRecordIdentificationType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordFilter", "description": "Condition that selects the records to link. Used when records are identified by filter.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggeredRecordFieldId", "description": "Field on the triggered record whose value is matched to find records to link. Used when records are identified by field.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordFieldId", "description": "Field on the candidate records that must match the triggered record value. Used when records are identified by field.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkAll", "description": "When true, link every matching record; when false, link only the best single match.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProcessScheduleInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProcessNodeInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ProcessRecordIdentificationType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Filter", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Field", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessSendWebhookNode", "description": null, "fields": [{"name": "schedule", "description": "Optional schedule that delays this action to a later time. When null, the action runs immediately when reached.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessNodeSchedule", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of this node within the process node tree.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": "Identifier of the node that precedes this one in the process node tree. Null for nodes attached directly to the trigger.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the node shown in the process builder.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "webhook", "description": "Webhook request this node sends.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessWebhook", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProcessScheduleInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProcessNodeInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessWebhook", "description": null, "fields": [{"name": "requestType", "description": "HTTP request method", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessWebhookRequestType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "url", "description": "Target URL the webhook request is sent to. Must be an https address and may contain personalization tags.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "requestFormat", "description": "Format of the request body: plain text, JSON or XML.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessWebhookRequestFormat", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "simpleContent", "description": "Fields to include in the request body, given as field identifiers or personalization markers. Mutually exclusive with advanced content.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "advancedContent", "description": "Free-form request body template with personalization tags. Mutually exclusive with simple content.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "timeFormat", "description": "How date and time values in the request body are formatted: a Unix timestamp or an ISO 8601 string.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessWebhookTimeFormat", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "basicAuth", "description": "Optional HTTP basic authentication credentials sent with the request.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessWebhookBasicAuth", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "headers", "description": "Custom HTTP headers sent with the webhook request.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessWebhookHeader", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ProcessWebhookRequestType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "POST", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "GET", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PUT", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PATCH", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "DELETE", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "ProcessWebhookRequestFormat", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Text", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "JSON", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "XML", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "ProcessWebhookTimeFormat", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Timestamp", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ISO8601", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessWebhookBasicAuth", "description": null, "fields": [{"name": "username", "description": "Username sent with the webhook request using HTTP basic authentication.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "password", "description": "Password sent with the webhook request using HTTP basic authentication. Returned masked.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessWebhookHeader", "description": null, "fields": [{"name": "key", "description": "Name of the HTTP header sent with the webhook request.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Value of the HTTP header. Returned masked when the header is marked as encrypted.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "encrypted", "description": "When true, the header value is stored encrypted and hidden in responses.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessArchiveRecordNode", "description": "archive lead/oppty", "fields": [{"name": "schedule", "description": "Optional schedule that delays this action to a later time. When null, the action runs immediately when reached.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessNodeSchedule", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of this node within the process node tree.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": "Identifier of the node that precedes this one in the process node tree. Null for nodes attached directly to the trigger.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the node shown in the process builder.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": "Field values and operations applied to the record this node creates or updates.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessEntityTemplate", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "completeRelatedActivities", "description": "When true, mark all activities related to the archived record as completed.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProcessScheduleInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProcessNodeInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessUnarchiveRecordNode", "description": "unarchive lead/oppty", "fields": [{"name": "schedule", "description": "Optional schedule that delays this action to a later time. When null, the action runs immediately when reached.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessNodeSchedule", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of this node within the process node tree.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": "Identifier of the node that precedes this one in the process node tree. Null for nodes attached directly to the trigger.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the node shown in the process builder.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "newClosingDate", "description": "Closing date set on the record when it is unarchived. Required when unarchiving an opportunity or quote.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProcessScheduleInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProcessNodeInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessQualifyRecordNode", "description": "qualify lead", "fields": [{"name": "schedule", "description": "Optional schedule that delays this action to a later time. When null, the action runs immediately when reached.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessNodeSchedule", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of this node within the process node tree.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": "Identifier of the node that precedes this one in the process node tree. Null for nodes attached directly to the trigger.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the node shown in the process builder.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": "Field values and operations applied to the record this node creates or updates.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessEntityTemplate", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProcessScheduleInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProcessNodeInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessEnrollEmailSequenceNode", "description": null, "fields": [{"name": "schedule", "description": "Optional schedule that delays this action to a later time. When null, the action runs immediately when reached.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessNodeSchedule", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of this node within the process node tree.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": "Identifier of the node that precedes this one in the process node tree. Null for nodes attached directly to the trigger.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the node shown in the process builder.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailSequenceId", "description": "Email sequence the triggered record is enrolled into.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProcessScheduleInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProcessNodeInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessUnenrollEmailSequenceNode", "description": null, "fields": [{"name": "schedule", "description": "Optional schedule that delays this action to a later time. When null, the action runs immediately when reached.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessNodeSchedule", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of this node within the process node tree.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": "Identifier of the node that precedes this one in the process node tree. Null for nodes attached directly to the trigger.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the node shown in the process builder.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailSequenceId", "description": "Email sequence the triggered record is removed from.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProcessScheduleInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProcessNodeInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessChangeOwnershipNode", "description": null, "fields": [{"name": "schedule", "description": "Optional schedule that delays this action to a later time. When null, the action runs immediately when reached.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessNodeSchedule", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of this node within the process node tree.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": "Identifier of the node that precedes this one in the process node tree. Null for nodes attached directly to the trigger.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the node shown in the process builder.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "assigneeType", "description": "Whether the new owner is picked from a list of specific users or from the members of selected sales units.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessChangeOwnershipAssigneeType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientIds", "description": "Users among whom ownership is rotated in round-robin order. Used when the assignee type is a list of users.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesUnitIds", "description": "Sales units whose members ownership is rotated among in round-robin order. Used when the assignee type is sales unit.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProcessScheduleInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProcessNodeInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ProcessChangeOwnershipAssigneeType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Client", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SalesUnit", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessTriggerProcessNode", "description": null, "fields": [{"name": "schedule", "description": "Optional schedule that delays this action to a later time. When null, the action runs immediately when reached.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessNodeSchedule", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of this node within the process node tree.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": "Identifier of the node that precedes this one in the process node tree. Null for nodes attached directly to the trigger.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the node shown in the process builder.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerRelation", "description": "null = Triggered Record", "args": [], "type": {"kind": "ENUM", "name": "ProcessRecordNodeRelationEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerRelationEntityApiName", "description": "API name of the related custom entity to start the process for. Set only when the relation targets a custom entity.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerRelationSender", "description": "When true, the related records are passed to the started process as the records that triggered it.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "relationLookupFieldId", "description": "Lookup field that defines the relation. Required when the relation is a lookup, and must be empty otherwise.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "processId", "description": "Process that this node starts.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": "Optional condition that narrows which related records the started process runs for.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProcessScheduleInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProcessNodeInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SolutionSchema", "description": "The saved Solution canvas: nodes, edges and groups. Mirrors ``ProcessEntity.settings``.", "fields": [{"name": "nodes", "description": "Nodes placed on the canvas.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SolutionNodeInterface", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Typed edges between nodes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SolutionEdge", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groups", "description": "Visual groups bundling nodes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SolutionGroup", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "removedRecordIds", "description": "Records the user explicitly removed from the canvas. The scan never auto-adds them again \u2014 they only return through an explicit pick (scan addRecordIds), which also drops them from this list.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "SolutionNodeInterface", "description": "Common shape of every node placed on the canvas.", "fields": [{"name": "id", "description": "Unique identifier of this node within the canvas.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "position", "description": "Node position on the canvas.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Position", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "size", "description": "Node size in pixels, set by resizing the node on the canvas (PLW-40154). Null means the default size.", "args": [], "type": {"kind": "OBJECT", "name": "Size", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupId", "description": "Group this node belongs to, if any.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Custom name for the node, if the user has set one.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "origin", "description": "Whether the node was added manually or by the auto-add scan engine.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SolutionNodeOrigin", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "SolutionEntityNode", "ofType": null}, {"kind": "OBJECT", "name": "SolutionRecordNode", "ofType": null}]}, {"kind": "OBJECT", "name": "Position", "description": "A point on a canvas/grid, in integer grid units.", "fields": [{"name": "x", "description": "Horizontal position from the left edge.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "y", "description": "Vertical position from the top edge.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "Size", "description": "A width x height extent, without a position. Units are the consumer's\n(the Solution canvas stores node sizes in pixels).", "fields": [{"name": "width", "description": "Width.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "height", "description": "Height.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "SolutionNodeOrigin", "description": "How a node came to be on the canvas.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Manual", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "System", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "SolutionEdge", "description": "A directed, typed edge between two nodes.", "fields": [{"name": "id", "description": "Unique identifier of this edge within the canvas.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Custom name for the edge, if the user has set one.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "color", "description": "Custom color for the edge, if the user has set one.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceNodeId", "description": "Id of the node the edge starts from.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetNodeId", "description": "Id of the node the edge points to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Type of connection the edge represents.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SolutionEdgeType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "SolutionEdgeType", "description": "Relation type of an edge (see PLW-39193). Only ``Manual`` is user-drawn.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Manual", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggerImplicit", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TriggerExplicit", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UsedIn", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Reference", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "SolutionGroup", "description": "A labelled, coloured container bundling a set of nodes on the canvas.", "fields": [{"name": "id", "description": "Unique identifier of this group within the canvas.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "position", "description": "Group rectangle (position and size) on the canvas.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Rectangle", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display label of the group.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "color", "description": "Group color.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "Rectangle", "description": "A rectangular area on a canvas/grid: origin (x, y) plus size, in integer grid units.", "fields": [{"name": "x", "description": "Horizontal position of the top-left corner from the left edge, in grid columns.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "y", "description": "Vertical position of the top-left corner from the top edge, in grid rows.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "width", "description": "Width, in grid columns.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "height", "description": "Height, in grid rows.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SolutionEntityNode", "description": "The grouped \"Entity Settings\" node: custom fields, custom entity and sales processes of one entity.", "fields": [{"name": "id", "description": "Unique identifier of this node within the canvas.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "position", "description": "Node position on the canvas.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Position", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "size", "description": "Node size in pixels, set by resizing the node on the canvas (PLW-40154). Null means the default size.", "args": [], "type": {"kind": "OBJECT", "name": "Size", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupId", "description": "Group this node belongs to, if any.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Custom name for the node, if the user has set one.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "origin", "description": "Whether the node was added manually or by the auto-add scan engine.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SolutionNodeOrigin", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": "Entity this settings node represents.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "API name of the custom entity, when the entity is a custom entity.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldIds", "description": "Referenced custom fields, each with the canvas nodes using it.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SolutionEntityFieldRef", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadProcessIds", "description": "Referenced lead process ids.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelineIds", "description": "Referenced pipeline ids.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteProcessIds", "description": "Referenced quote process ids.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SolutionNodeInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SolutionEntityFieldRef", "description": "One custom field referenced by the entity-settings node, with the canvas nodes\nwhose configuration uses it (PLW-40153 field-hover highlight).", "fields": [{"name": "id", "description": "Id of the referenced custom field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "nodeIds", "description": "Canvas node ids of the nodes whose configuration uses this field \u2014 refreshed by the scan; hover highlights these connections.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SolutionRecordNode", "description": "A node representing a single referenced CRM record.", "fields": [{"name": "id", "description": "Unique identifier of this node within the canvas.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "position", "description": "Node position on the canvas.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Position", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "size", "description": "Node size in pixels, set by resizing the node on the canvas (PLW-40154). Null means the default size.", "args": [], "type": {"kind": "OBJECT", "name": "Size", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupId", "description": "Group this node belongs to, if any.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Custom name for the node, if the user has set one.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "origin", "description": "Whether the node was added manually or by the auto-add scan engine.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SolutionNodeOrigin", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordId", "description": "Id of the referenced record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordType", "description": "Type of the referenced record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SolutionRecordNodeType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SolutionNodeInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "SolutionRecordNodeType", "description": "The CRM record a ``SolutionRecordNode`` represents.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "EmailTemplate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Navigator", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Dashboard", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Profile", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Report", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OnlineForm", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Process", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EmailSequence", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "SolutionTemplateEntityNode", "description": "The admin-prerequisites node of one entity (custom entity, fields, sales processes).", "fields": [{"name": "id", "description": "Unique identifier of this node within the template.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "position", "description": "Node position on the canvas \u2014 the same position the node will have on the created solution, so the wizard preview matches the install result.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Position", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupId", "description": "Group this node belongs to, if any.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the node in the preview and the wizard.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Template-specific \"What does this node do?\" text shown on the node's wizard step. Null for nodes without a dedicated step.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": "Entity the prerequisites belong to; CustomEntity for a to-be-created one.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SolutionTemplateNodeInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "SolutionTemplateNodeInterface", "description": "Common shape of every node in the template preview canvas.", "fields": [{"name": "id", "description": "Unique identifier of this node within the template.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "position", "description": "Node position on the canvas \u2014 the same position the node will have on the created solution, so the wizard preview matches the install result.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Position", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupId", "description": "Group this node belongs to, if any.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the node in the preview and the wizard.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Template-specific \"What does this node do?\" text shown on the node's wizard step. Null for nodes without a dedicated step.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "SolutionTemplateEntityNode", "ofType": null}, {"kind": "OBJECT", "name": "SolutionTemplateRecordNode", "ofType": null}]}, {"kind": "OBJECT", "name": "SolutionTemplateRecordNode", "description": "A tool record the template will create on install.", "fields": [{"name": "id", "description": "Unique identifier of this node within the template.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "position", "description": "Node position on the canvas \u2014 the same position the node will have on the created solution, so the wizard preview matches the install result.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Position", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupId", "description": "Group this node belongs to, if any.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the node in the preview and the wizard.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Template-specific \"What does this node do?\" text shown on the node's wizard step. Null for nodes without a dedicated step.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordType", "description": "Type of the record to be created.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SolutionRecordNodeType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerEntityName", "description": "Entity the tool is bound to (its trigger/target), when it has one.", "args": [], "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SolutionTemplateNodeInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "UNION", "name": "SolutionTemplateNodeSettings", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "SolutionTemplateProcessNodeSettings", "ofType": null}, {"kind": "OBJECT", "name": "SolutionTemplateEmailSequenceNodeSettings", "ofType": null}, {"kind": "OBJECT", "name": "SolutionTemplateOnlineFormNodeSettings", "ofType": null}, {"kind": "OBJECT", "name": "SolutionTemplateReportNodeSettings", "ofType": null}, {"kind": "OBJECT", "name": "SolutionTemplateDashboardNodeSettings", "ofType": null}]}, {"kind": "OBJECT", "name": "SolutionTemplateProcessNodeSettings", "description": "Wizard values for an Automatizer (Process) template node.", "fields": [{"name": "nodeId", "description": "Template canvas node these wizard values configure.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Owner of the created process.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sender", "description": "Who the process send-email steps send as \u2014 the Automatizer sender model (a concrete personal account is not representable; ApproverEmail is approval-process-only and rejected here). Optional \u2014 the shipped templates author process emails with the record-owner sender and declare no sender input, so a value is applied only when a template consumes it.", "args": [], "type": {"kind": "ENUM", "name": "ProcessNodeEmailSender", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderCompanyEmailId", "description": "Company email account to send from \u2014 required when sender is CompanyEmail, forbidden otherwise.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SolutionTemplateEmailSequenceNodeSettings", "description": "Wizard values for an Email Sequence template node. The recipient fields are\naccepted and shape-validated but NOT applied \u2014 enrollment of install-time\nrecipients is postponed (PLW-39846 contract gap 6).", "fields": [{"name": "nodeId", "description": "Template canvas node these wizard values configure.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Owner of the created sequence.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDate", "description": "Active-from date of the created sequence.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDate", "description": "Active-to date of the created sequence.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sender", "description": "Who the sequence steps send as (a concrete personal account is not representable \u2014 personal sending is the dynamic ActorEmail / RecordOwnerEmail senders).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailSequenceNodeEmailSender", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderCompanyEmailId", "description": "Company email account to send from \u2014 required when sender is CompanyEmail, forbidden otherwise.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recipientEmails", "description": "Accepted but not applied (enrollment postponed).", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recipientRecordIds", "description": "Accepted but not applied (enrollment postponed).", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recipientProfileId", "description": "Accepted but not applied (enrollment postponed).", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "EmailSequenceNodeEmailSender", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "ActorEmail", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CompanyEmail", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RecordOwnerEmail", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "SolutionTemplateOnlineFormNodeSettings", "description": "Wizard values for an Online Form template node.", "fields": [{"name": "nodeId", "description": "Template canvas node these wizard values configure.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Owner of the created form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "campaignEnd", "description": "Response-acceptance end of the created form.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "maxNumberOfResponses", "description": "Response-acceptance threshold of the created form.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "notificationRecipientType", "description": "Who is notified about submissions.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormNotificationRecipientType", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notificationEmails", "description": "Custom notification recipients.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "OnlineFormNotificationRecipientType", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Owner", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PrimaryRecordOwner", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Custom", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "SolutionTemplateReportNodeSettings", "description": "Wizard values for a Report template node. The delivery fields are accepted but\nnot applied \u2014 the scheduled-email ReportSchedule is deferred (see install_report).", "fields": [{"name": "nodeId", "description": "Template canvas node these wizard values configure.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Owner of the created report.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderEmailAccount", "description": "Accepted but not applied (schedule deferred).", "args": [], "type": {"kind": "OBJECT", "name": "SendEmailService", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recipients", "description": "Accepted but not applied (schedule deferred).", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SendEmailRecipient", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SendEmailService", "description": null, "fields": [{"name": "personalAccountId", "description": "Identifier of the sender's own connected email account to send from. Exactly one of the account fields may be set.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "companyAccountId", "description": "Identifier of a shared company email account to send from. Exactly one of the account fields may be set.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientPersonalEmailAccountId", "description": "Identifier of a client personal email account to send from. Valid only for mass email. Exactly one of the account fields may be set.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SolutionTemplateDashboardNodeSettings", "description": "Wizard values for a Dashboard template node (same shape as Report).", "fields": [{"name": "nodeId", "description": "Template canvas node these wizard values configure.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Owner of the created dashboard.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderEmailAccount", "description": "Accepted but not applied (schedule deferred).", "args": [], "type": {"kind": "OBJECT", "name": "SendEmailService", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recipients", "description": "Accepted but not applied (schedule deferred).", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SendEmailRecipient", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ReportScheduleSchema", "description": null, "fields": [{"name": "schedule", "description": "Recurrence defining when the report is generated and emailed.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ReportSchedule", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": "Email delivered on each run: recipients, sending account, content and report attachment options.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ScheduledReportEmail", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "followUp", "description": "Optional follow-up task created each time the report email is sent.", "args": [], "type": {"kind": "OBJECT", "name": "EmailFollowUpTask", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "timezone", "description": "IANA timezone name used to interpret the schedule times (e.g. \"Europe/Bratislava\").", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "skipEmpty", "description": "When true, the scheduled email is not sent on runs where the report contains no data.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "workingDaysOnly", "description": "When true, scheduled runs that fall on a weekend are skipped.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ReportSchedule", "description": null, "fields": [{"name": "date", "description": "Date and time the schedule runs once. Set for a one-time schedule; left empty for recurring schedules that use the time-of-day and day fields instead.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "timeOfDay", "description": "0 - 1439", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dayOfWeek", "description": "1 = Monday, 7 = Sunday", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dayOfMonth", "description": "1 - 31", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ScheduleInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ScheduledReportEmail", "description": null, "fields": [{"name": "recipients", "description": "Primary recipients of the email. Addresses may contain personalization tags resolved from the triggered record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SendEmailRecipient", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "cc", "description": "Carbon-copy recipients of the email. Addresses may contain personalization tags resolved from the triggered record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SendEmailRecipient", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "bcc", "description": "Blind carbon-copy recipients of the email. Addresses may contain personalization tags resolved from the triggered record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SendEmailRecipient", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "subject", "description": "Subject line of the email. May contain personalization tags resolved from the triggered record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "body", "description": "HTML body of the email. May contain personalization tags resolved from the triggered record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailTemplateId", "description": "Email template to use for the message. When set, the template supplies the subject and body.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "attachments", "description": "Stored files attached to the email.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "signature", "description": "Signature appended to the email body.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkRecipients", "description": "When true, the sent report email is linked to its recipient records (accounts/contacts) so it appears in their activity feed.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "service", "description": "Email account used to send the report, described as a `SendEmailService` (personal, company, or client personal account).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SendEmailService", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "personalAccount", "description": "Legacy sending-provider selector (O365, Google, or SendGrid) kept for report settings created before per-account sending was introduced. Prefer `service`.", "args": [], "type": {"kind": "ENUM", "name": "EmailServiceTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "reportAttachment", "description": "Settings for the report file attached to the email (format and compression). When omitted, the email must instead include the report download link in its subject or body.", "args": [], "type": {"kind": "OBJECT", "name": "ScheduledReportEmailAttachment", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "EmailDataInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "EmailServiceTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "O365Email", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "GoogleEmail", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SendGrid", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ScheduledReportEmailAttachment", "description": null, "fields": [{"name": "formatCsv", "description": "Render the attached report as a CSV file with these options. Exactly one of the format fields may be set.", "args": [], "type": {"kind": "OBJECT", "name": "CsvOptions", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formatXlsx", "description": "Render the attached report as an XLSX file with these options. Exactly one of the format fields may be set.", "args": [], "type": {"kind": "OBJECT", "name": "XlsxOptions", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formatHtml", "description": "When true, attach the report as HTML. Exactly one of the format fields may be set.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formatPdf", "description": "Render the attached report as a PDF with these options. Exactly one of the format fields may be set.", "args": [], "type": {"kind": "OBJECT", "name": "PdfOptions", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "compress", "description": "When true, the report attachment is delivered as a compressed ZIP archive.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "password", "description": "Password protecting the compressed attachment. Can only be set when `compress` is enabled.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPasswordEncrypted", "description": "True when the stored `password` value is already encrypted rather than plain text.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CsvOptions", "description": null, "fields": [{"name": "includeForeignCurrency", "description": "When true, monetary values are also rendered in each record's foreign currency alongside the base-currency amounts.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "delimiter", "description": "Character separating fields in the generated CSV: comma, semicolon, tab or colon.", "args": [], "type": {"kind": "ENUM", "name": "CsvDelimiter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quotechar", "description": "Character used to quote field values that contain the delimiter: double quotation mark or apostrophe.", "args": [], "type": {"kind": "ENUM", "name": "CsvQuotechar", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "encoding", "description": "Character encoding of the generated CSV file (e.g. \"UTF-8\").", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ForeignCurrencyOption", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ForeignCurrencyOption", "description": null, "fields": [{"name": "includeForeignCurrency", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "CsvOptions", "ofType": null}, {"kind": "OBJECT", "name": "XlsxOptions", "ofType": null}]}, {"kind": "ENUM", "name": "CsvDelimiter", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "comma", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "semicolon", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "tab", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "colon", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "CsvQuotechar", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "quotation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "apostrophe", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "XlsxOptions", "description": null, "fields": [{"name": "includeForeignCurrency", "description": "When true, monetary values are also rendered in each record's foreign currency alongside the base-currency amounts.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Level of detail of the generated XLSX export: a \"simplified\" layout or the \"full\" report.", "args": [], "type": {"kind": "ENUM", "name": "ReportXlsxType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ForeignCurrencyOption", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ReportXlsxType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "simplified", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "full", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "PdfOptions", "description": null, "fields": [{"name": "pageWidth", "description": "Width of the PDF page, in inches.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pageHeight", "description": "Height of the PDF page, in inches.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "landscape", "description": "When true, the PDF is laid out in landscape orientation; otherwise portrait.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "scale", "description": "Scaling factor applied when rendering the report into the PDF, where 1.0 is full size.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pageNumbers", "description": "When true, page numbers are printed on the generated PDF.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "content", "description": "Which parts of the report to include in the PDF: All content, only Charts, or only the Table.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ReportContent", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ReportContent", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "All", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Charts", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Table", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailFollowUpTask", "description": null, "fields": [{"name": "taskTypeId", "description": "Activity type assigned to the follow-up task created when the report email is sent.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dueDateOffset", "description": "Business days", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dueDate", "description": "Explicit due date for the follow-up task. Either this or `dueDateOffset` must be set, but not both.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductDrilldownFilter", "description": null, "fields": [{"name": "accountId", "description": "ID of account related to products or NULL filter is not applied", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpptyProductRelationDrilldownFilter", "description": null, "fields": [{"name": "productId", "description": "ID of product on oppty_product_relation or NULL filter is not applied", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NoteDrilldownFilter", "description": null, "fields": [{"name": "ownerId", "description": "List of owner ids, that should be filtered, if NULL filter is not applied if emtpy list no record is returned as no record matches no owner To include unassigned owner use NULL as one of the value e.g. ['9087be0a-393a-4b8f-90de-fbdd0891c46b', null] filters by owner and unassigned owner", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectDrilldownFilter", "description": null, "fields": [{"name": "ownerId", "description": "List of owner ids, that should be filtered, if NULL filter is not applied if emtpy list no record is returned as no record matches no owner To include unassigned owner use NULL as one of the value e.g. ['9087be0a-393a-4b8f-90de-fbdd0891c46b', null] filters by owner and unassigned owner", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteDrilldownFilter", "description": null, "fields": [{"name": "ownerId", "description": "List of owner ids, that should be filtered, if NULL filter is not applied if emtpy list no record is returned as no record matches no owner To include unassigned owner use NULL as one of the value e.g. ['9087be0a-393a-4b8f-90de-fbdd0891c46b', null] filters by owner and unassigned owner", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "MessageDrilldownFilter", "description": null, "fields": [{"name": "ownerId", "description": "List of owner ids, that should be filtered, if NULL filter is not applied if emtpy list no record is returned as no record matches no owner To include unassigned owner use NULL as one of the value e.g. ['9087be0a-393a-4b8f-90de-fbdd0891c46b', null] filters by owner and unassigned owner", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailDrilldownFilter", "description": null, "fields": [{"name": "ownerId", "description": "List of owner ids, that should be filtered, if NULL filter is not applied if emtpy list no record is returned as no record matches no owner To include unassigned owner use NULL as one of the value e.g. ['9087be0a-393a-4b8f-90de-fbdd0891c46b', null] filters by owner and unassigned owner", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CloudObjectDrilldownFilter", "description": null, "fields": [{"name": "ownerId", "description": "List of owner ids, that should be filtered, if NULL filter is not applied if emtpy list no record is returned as no record matches no owner To include unassigned owner use NULL as one of the value e.g. ['9087be0a-393a-4b8f-90de-fbdd0891c46b', null] filters by owner and unassigned owner", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "period", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AlfrescoIntegrationStorageService", "description": null, "fields": [{"name": "listFolder", "description": null, "args": [{"name": "folderId", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "entityId", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "filter", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "before", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "last", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "RemoteStorageFileListResultConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "GenericIntegrationStorageService", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "GenericIntegrationStorageService", "description": null, "fields": [{"name": "listFolder", "description": null, "args": [{"name": "folderId", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "entityId", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "filter", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "before", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "last", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "RemoteStorageFileListResultConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AlfrescoIntegrationStorageService", "ofType": null}]}, {"kind": "OBJECT", "name": "RemoteStorageFileListResultConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "RemoteStorageFileListResultEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "rootFolder", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "RemoteStorageFileResult", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "PageInfo", "description": "The Relay compliant `PageInfo` type, containing data necessary to paginate this connection.", "fields": [{"name": "hasNextPage", "description": "When paginating forwards, are there more items?", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasPreviousPage", "description": "When paginating backwards, are there more items?", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "startCursor", "description": "When paginating backwards, the cursor to continue.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "endCursor", "description": "When paginating forwards, the cursor to continue.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "RemoteStorageFileListResultEdge", "description": "A Relay edge containing a `RemoteStorageFileListResult` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "RemoteStorageFileResult", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "RemoteStorageFileResult", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mimeType", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFile", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "url", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailSequenceCreateRecordNode", "description": null, "fields": [{"name": "id", "description": "Unique identifier of this step within the sequence.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "condition", "description": "Condition that decides whether this step runs or the enrollment ends.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailSequenceNodeCondition", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dayOffset", "description": "Number of days to wait before this step runs, counted from the previous step (or from enrollment for the first step).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": "Template describing the record to create when this step runs, including the field values to set.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessEntityTemplate", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": "Type of record created by this step. Currently only Task is supported.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "EmailSequenceNode", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "EmailSequenceNode", "description": null, "fields": [{"name": "id", "description": "Unique identifier of this step within the sequence.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "condition", "description": "Condition that decides whether this step runs or the enrollment ends.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailSequenceNodeCondition", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dayOffset", "description": "Number of days to wait before this step runs, counted from the previous step (or from enrollment for the first step).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "EmailSequenceCreateRecordNode", "ofType": null}, {"kind": "OBJECT", "name": "EmailSequenceSendEmailNode", "ofType": null}]}, {"kind": "OBJECT", "name": "EmailSequenceNodeCondition", "description": null, "fields": [{"name": "action", "description": "Condition that must hold for the step to run. Always runs unconditionally; NotOpen, NoClick, and NoReply check whether the previous email was opened, clicked, or replied to; TaskCompleted, TaskNotCompleted, and TaskNotUpdated check the previous task; Custom evaluates the filter.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailSequenceNodeConditionActionEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": "Field-based filter evaluated against the record when the action is Custom.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailSequenceFilter", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "EmailSequenceNodeConditionActionEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Always", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "NotOpen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "NoClick", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "NoReply", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TaskNotUpdated", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TaskNotCompleted", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TaskCompleted", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Custom", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailSequenceFilter", "description": null, "fields": [{"name": "filterMainBox", "description": "Primary group of field conditions evaluated against the record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterSiblingBoxes", "description": "Additional condition groups combined with the main group to form the complete filter.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBox", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "Logical operator (AND or OR) that joins the condition groups when no explicit formula is given.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formula", "description": "Optional boolean expression referencing the condition groups by number to combine them in a custom way.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailSequenceSendEmailNode", "description": null, "fields": [{"name": "id", "description": "Unique identifier of this step within the sequence.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "condition", "description": "Condition that decides whether this step runs or the enrollment ends.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailSequenceNodeCondition", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dayOffset", "description": "Number of days to wait before this step runs, counted from the previous step (or from enrollment for the first step).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": "Email message this step sends, including recipients, content, and sender.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailSequenceNodeEmail", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "EmailSequenceNode", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailSequenceNodeEmail", "description": null, "fields": [{"name": "recipients", "description": "Primary recipients of the email. Addresses may contain personalization tags resolved from the triggered record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SendEmailRecipient", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "cc", "description": "Carbon-copy recipients of the email. Addresses may contain personalization tags resolved from the triggered record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SendEmailRecipient", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "bcc", "description": "Blind carbon-copy recipients of the email. Addresses may contain personalization tags resolved from the triggered record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SendEmailRecipient", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "subject", "description": "Subject line of the email. May contain personalization tags resolved from the triggered record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "body", "description": "HTML body of the email. May contain personalization tags resolved from the triggered record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailTemplateId", "description": "Email template to use for the message. When set, the template supplies the subject and body.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "attachments", "description": "Stored files attached to the email.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "signature", "description": "Signature appended to the email body.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isHtmlTemplate", "description": "True when the chosen template is an HTML template rather than a plain-text one.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkTriggerEntity", "description": "When true, the sent email is linked to the record that triggered the sequence.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkRecipients", "description": "When true, the sent email is linked to the recipient records it is addressed to.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sender", "description": "Who the email is sent as. ActorEmail uses the user running the sequence, CompanyEmail uses a shared company mailbox, and RecordOwnerEmail uses the owner of the triggered record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailSequenceNodeEmailSender", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderCompanyEmailId", "description": "Company email account used as the sender when the sender is set to CompanyEmail.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": "Sharing visibility applied to the sent email. Standard follows default sharing, Private restricts it to the owner, AllView grants everyone read access, and AllEdit grants everyone edit access.", "args": [], "type": {"kind": "ENUM", "name": "ShareModeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "EmailDataInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductDataGridViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view indexed by number", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ViewItemInterface", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ProductDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "CustomOpportunityDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "QuoteCompactViewItems", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityCompactViewItems", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityAndLeadDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "CloudObjectDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "GenericDrilldownDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "AccountDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "AccountCompactViewItems", "ofType": null}, {"kind": "OBJECT", "name": "AccountDrilldownDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "AccountArchiveDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "ActivityDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "ActivityTaskBoardColumnItems", "ofType": null}, {"kind": "OBJECT", "name": "ApprovalDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityArchiveCompactViewItems", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityArchiveDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityArchivePipelineColumnItems", "ofType": null}, {"kind": "OBJECT", "name": "LeadArchiveDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "LeadArchiveBoardColumnItems", "ofType": null}, {"kind": "OBJECT", "name": "ContactDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "ContactCompactViewItems", "ofType": null}, {"kind": "OBJECT", "name": "ContactArchiveDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "LeadCompactViewItems", "ofType": null}, {"kind": "OBJECT", "name": "LeadDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "LeadBoardColumnItems", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityCompactViewItems", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityPipelineColumnItems", "ofType": null}, {"kind": "OBJECT", "name": "QuoteDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "QuoteBoardColumnItems", "ofType": null}, {"kind": "OBJECT", "name": "QuoteArchiveDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "QuoteArchiveBoardColumnItems", "ofType": null}, {"kind": "OBJECT", "name": "ProjectDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "ProjectCompactViewItems", "ofType": null}, {"kind": "OBJECT", "name": "ProjectDrilldownDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityDrilldownDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "ActivityDrilldownDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "AccountActivityTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ContactActivityTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "LeadActivityTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityActivityTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ProjectActivityTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "QuoteActivityTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityActivityTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ProjectActivityTabObjectiveView", "ofType": null}, {"kind": "OBJECT", "name": "AccountLeadTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ContactLeadTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "AccountOpportunityTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ContactOpportunityTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ProjectOpportunityTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "AccountQuoteTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ContactQuoteTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityQuoteTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "AccountContactTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "AccountChildAccountTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "AccountHierarchyTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "AccountNoteTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ContactNoteTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "LeadNoteTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityNoteTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ProjectNoteTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "QuoteNoteTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityNoteTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "AccountCloudObjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ContactCloudObjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "LeadCloudObjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityCloudObjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ProjectCloudObjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "QuoteCloudObjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityCloudObjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ProductTrendDataView", "ofType": null}, {"kind": "OBJECT", "name": "ProductWhiteSpaceDataView", "ofType": null}, {"kind": "OBJECT", "name": "ProductsOfAccountDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "ProductCategoryTrendDataView", "ofType": null}, {"kind": "OBJECT", "name": "ProductCategoriesOfAccountDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "AccountProductPricingTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "AccountProjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ContactProjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "LookUpTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ForecastDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "CompanyDocumentsDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "RecordDocumentsDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "TargetDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "GroupTargetDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "LookupDataView", "ofType": null}]}, {"kind": "INTERFACE", "name": "ViewItemInterface", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "DataGridViewItem", "ofType": null}, {"kind": "OBJECT", "name": "QuoteCompactViewItem", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityCompactViewItem", "ofType": null}, {"kind": "OBJECT", "name": "AccountCompactViewItem", "ofType": null}, {"kind": "OBJECT", "name": "TaskBoardViewItem", "ofType": null}, {"kind": "OBJECT", "name": "AppointmentCalendarViewItem", "ofType": null}, {"kind": "OBJECT", "name": "TaskCalendarViewItem", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityCompactViewItem", "ofType": null}, {"kind": "OBJECT", "name": "PipelineArchiveViewItem", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityArchiveCompactViewItem", "ofType": null}, {"kind": "OBJECT", "name": "LeadArchiveBoardViewItem", "ofType": null}, {"kind": "OBJECT", "name": "LeadCompactViewItem", "ofType": null}, {"kind": "OBJECT", "name": "LeadBoardViewItem", "ofType": null}, {"kind": "OBJECT", "name": "ContactCompactViewItem", "ofType": null}, {"kind": "OBJECT", "name": "PipelineViewItem", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityBubbleViewItem", "ofType": null}, {"kind": "OBJECT", "name": "QuoteBoardViewItem", "ofType": null}, {"kind": "OBJECT", "name": "QuoteArchiveBoardViewItem", "ofType": null}, {"kind": "OBJECT", "name": "ProjectCompactViewItem", "ofType": null}, {"kind": "OBJECT", "name": "DataGridViewItemWithAvailability", "ofType": null}, {"kind": "OBJECT", "name": "DocumentDataGridViewItem", "ofType": null}, {"kind": "OBJECT", "name": "ProductDataItem", "ofType": null}, {"kind": "OBJECT", "name": "WhiteSpaceDataItem", "ofType": null}]}, {"kind": "INTERFACE", "name": "ListingViewInterface", "description": null, "fields": [{"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ProductDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "CustomOpportunityDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "QuoteCompactViewItems", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityCompactViewItems", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityAndLeadDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "CloudObjectDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "GenericDrilldownDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "AccountDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "AccountCompactViewItems", "ofType": null}, {"kind": "OBJECT", "name": "AccountDrilldownDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "AccountArchiveDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "ActivityDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "ActivityTaskBoardColumnItems", "ofType": null}, {"kind": "OBJECT", "name": "ActivityCalendarViewItems", "ofType": null}, {"kind": "OBJECT", "name": "ApprovalDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityArchiveCompactViewItems", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityArchiveDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityArchivePipelineViewItems", "ofType": null}, {"kind": "OBJECT", "name": "LeadArchiveDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "LeadArchiveBoardViewItems", "ofType": null}, {"kind": "OBJECT", "name": "ContactDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "ContactCompactViewItems", "ofType": null}, {"kind": "OBJECT", "name": "ContactArchiveDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "LeadCompactViewItems", "ofType": null}, {"kind": "OBJECT", "name": "LeadDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "LeadBoardViewItems", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityCompactViewItems", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityPipelineViewItems", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityBubbleViewItems", "ofType": null}, {"kind": "OBJECT", "name": "QuoteDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "QuoteBoardViewItems", "ofType": null}, {"kind": "OBJECT", "name": "QuoteArchiveDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "QuoteArchiveBoardViewItems", "ofType": null}, {"kind": "OBJECT", "name": "ProjectDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "ProjectCompactViewItems", "ofType": null}, {"kind": "OBJECT", "name": "ProjectDrilldownDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityDrilldownDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "ActivityDrilldownDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "AccountActivityTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ContactActivityTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "LeadActivityTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityActivityTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ProjectActivityTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "QuoteActivityTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityActivityTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "AccountActivityTabCalendarView", "ofType": null}, {"kind": "OBJECT", "name": "ContactActivityTabCalendarView", "ofType": null}, {"kind": "OBJECT", "name": "LeadActivityTabCalendarView", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityActivityTabCalendarView", "ofType": null}, {"kind": "OBJECT", "name": "ProjectActivityTabCalendarView", "ofType": null}, {"kind": "OBJECT", "name": "QuoteActivityTabCalendarView", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityActivityTabCalendarView", "ofType": null}, {"kind": "OBJECT", "name": "ProjectActivityTabObjectiveView", "ofType": null}, {"kind": "OBJECT", "name": "AccountLeadTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ContactLeadTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "AccountOpportunityTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ContactOpportunityTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ProjectOpportunityTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "AccountQuoteTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ContactQuoteTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityQuoteTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "AccountContactTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "AccountChildAccountTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "AccountHierarchyTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "AccountNoteTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ContactNoteTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "LeadNoteTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityNoteTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ProjectNoteTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "QuoteNoteTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityNoteTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "AccountCloudObjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ContactCloudObjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "LeadCloudObjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityCloudObjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ProjectCloudObjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "QuoteCloudObjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityCloudObjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ProductTrendDataView", "ofType": null}, {"kind": "OBJECT", "name": "ProductWhiteSpaceDataView", "ofType": null}, {"kind": "OBJECT", "name": "ProductsOfAccountDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "ProductCategoryTrendDataView", "ofType": null}, {"kind": "OBJECT", "name": "ProductCategoriesOfAccountDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "AccountProductPricingTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "AccountProjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ContactProjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "LookUpTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ForecastDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "CompanyDocumentsDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "RecordDocumentsDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "TargetDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "GroupTargetDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "LookupDataView", "ofType": null}, {"kind": "OBJECT", "name": "ActivityDetailCalendarViewItems", "ofType": null}]}, {"kind": "OBJECT", "name": "DataGridViewItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldDataContainer", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FieldDataContainer", "description": null, "fields": [{"name": "value", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "displayOption", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DisplayOption", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "change", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "DataGridChange", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DataGridChange", "description": null, "fields": [{"name": "newValue", "description": null, "args": [], "type": {"kind": "UNION", "name": "ChangeLogValueObject", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "oldValue", "description": null, "args": [], "type": {"kind": "UNION", "name": "ChangeLogValueObject", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "applicationId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "userId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "UNION", "name": "ChangeLogValueObject", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ChangeLogStringValue", "ofType": null}, {"kind": "OBJECT", "name": "ChangeLogIntValue", "ofType": null}, {"kind": "OBJECT", "name": "ChangeLogFloatValue", "ofType": null}, {"kind": "OBJECT", "name": "ChangeLogBooleanValue", "ofType": null}, {"kind": "OBJECT", "name": "ChangeLogDateValue", "ofType": null}, {"kind": "OBJECT", "name": "ChangeLogDatetimeValue", "ofType": null}, {"kind": "OBJECT", "name": "ChangeLogDropdownValue", "ofType": null}, {"kind": "OBJECT", "name": "ChangeLogForeignCurrencyValue", "ofType": null}, {"kind": "OBJECT", "name": "ChangeLogMultiCheckboxValue", "ofType": null}, {"kind": "OBJECT", "name": "ChangeLogEntityListValue", "ofType": null}, {"kind": "OBJECT", "name": "ChangeLogUuidValue", "ofType": null}, {"kind": "OBJECT", "name": "ChangeLogGenderValue", "ofType": null}, {"kind": "OBJECT", "name": "ChangeLogLabelFlagValue", "ofType": null}, {"kind": "OBJECT", "name": "ChangeLogPriorityValue", "ofType": null}, {"kind": "OBJECT", "name": "ChangeLogAccountClassValue", "ofType": null}, {"kind": "OBJECT", "name": "ChangeLogShareModeValue", "ofType": null}, {"kind": "OBJECT", "name": "ChangeLogTaskStatusValue", "ofType": null}, {"kind": "OBJECT", "name": "ChangeLogLeadStatusValue", "ofType": null}, {"kind": "OBJECT", "name": "ChangeLogOpptyStatusValue", "ofType": null}, {"kind": "OBJECT", "name": "ChangeLogMeetingValue", "ofType": null}, {"kind": "OBJECT", "name": "ChangeLogTagsValue", "ofType": null}, {"kind": "OBJECT", "name": "ChangeLogAttendeeEmailsValue", "ofType": null}, {"kind": "OBJECT", "name": "ChangeLogQuoteStatusValue", "ofType": null}, {"kind": "OBJECT", "name": "ChangeLogGeoLocationValue", "ofType": null}]}, {"kind": "OBJECT", "name": "ChangeLogStringValue", "description": null, "fields": [{"name": "stringValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogIntValue", "description": null, "fields": [{"name": "intValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogFloatValue", "description": null, "fields": [{"name": "floatValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogBooleanValue", "description": null, "fields": [{"name": "booleanValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogDateValue", "description": null, "fields": [{"name": "dateValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogDatetimeValue", "description": null, "fields": [{"name": "datetimeValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogDropdownValue", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogForeignCurrencyValue", "description": null, "fields": [{"name": "baseValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "valueForeign", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "symbol", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogMultiCheckboxValue", "description": null, "fields": [{"name": "values", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ChangeLogDropdownValue", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogEntityListValue", "description": null, "fields": [{"name": "values", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ChangeLogEntityListValueItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogEntityListValueItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogUuidValue", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogGenderValue", "description": null, "fields": [{"name": "genderValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "GenderEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "GenderEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Unknown", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Male", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Female", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "NonBinary", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogLabelFlagValue", "description": null, "fields": [{"name": "flagValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogPriorityValue", "description": null, "fields": [{"name": "priorityValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PriorityEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogAccountClassValue", "description": null, "fields": [{"name": "accountClassValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountClassEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AccountClassEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NoClass", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ClassA", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ClassB", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ClassC", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ClassD", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogShareModeValue", "description": null, "fields": [{"name": "shareModeValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ShareModeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogTaskStatusValue", "description": null, "fields": [{"name": "taskStatusValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TaskStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogLeadStatusValue", "description": null, "fields": [{"name": "leadStatusValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogOpptyStatusValue", "description": null, "fields": [{"name": "opptyStatusValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpptyStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogMeetingValue", "description": null, "fields": [{"name": "joinUrl", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AppointmentMeetingTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AppointmentMeetingTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "MsTeams", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Zoom", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogTagsValue", "description": null, "fields": [{"name": "values", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ChangeLogTagsValueItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogTagsValueItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "color", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogAttendeeEmailsValue", "description": null, "fields": [{"name": "emails", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogQuoteStatusValue", "description": null, "fields": [{"name": "quoteStatusValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ChangeLogGeoLocationValue", "description": null, "fields": [{"name": "formatted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lat", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lng", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EntityScoringFieldRule", "description": null, "fields": [{"name": "id", "description": "Unique identifier of the scoring rule.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": "When false, the rule is configured but does not contribute to the score.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the scoring rule.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": "When true, the name is treated as a translation key and localized in the UI; otherwise the literal name text is shown.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "expiration", "description": "How long the points awarded by this rule remain in effect, measured in expirationUnit. Applies only when expirationEnabled is true.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "expirationUnit", "description": "Time unit for the expiration value: hour, day, week, or month.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityScoringRuleExpirationUnitEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "expirationEnabled", "description": "When true, the points awarded by this rule expire after the configured expiration period; when false, they remain indefinitely.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "score", "description": "Points added to (or, when negative, subtracted from) the record score each time the rule matches.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "scoreMultiplier", "description": "When true, the score is multiplied by a per-record factor instead of being added as a fixed amount.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "conditions", "description": "Filter conditions a record must satisfy for the rule to award its score.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityScoringRuleFilter", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "scoreMultiplierFieldId", "description": "Numeric field whose value is used as the multiplier when scoreMultiplier is true.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "EntityScoringRule", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "EntityScoringRule", "description": null, "fields": [{"name": "id", "description": "Unique identifier of the scoring rule.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": "When false, the rule is configured but does not contribute to the score.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the scoring rule.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": "When true, the name is treated as a translation key and localized in the UI; otherwise the literal name text is shown.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "expiration", "description": "How long the points awarded by this rule remain in effect, measured in expirationUnit. Applies only when expirationEnabled is true.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "expirationUnit", "description": "Time unit for the expiration value: hour, day, week, or month.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityScoringRuleExpirationUnitEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "expirationEnabled", "description": "When true, the points awarded by this rule expire after the configured expiration period; when false, they remain indefinitely.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "score", "description": "Points added to (or, when negative, subtracted from) the record score each time the rule matches.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "scoreMultiplier", "description": "When true, the score is multiplied by a per-record factor instead of being added as a fixed amount.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "conditions", "description": "Filter conditions a record must satisfy for the rule to award its score.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityScoringRuleFilter", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "EntityScoringFieldRule", "ofType": null}, {"kind": "OBJECT", "name": "EntityScoringActivityRule", "ofType": null}, {"kind": "OBJECT", "name": "EntityScoringEmailRule", "ofType": null}]}, {"kind": "ENUM", "name": "EntityScoringRuleExpirationUnitEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Hour", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Week", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Month", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "EntityScoringRuleFilter", "description": null, "fields": [{"name": "operator", "description": "How the filter boxes combine \u2014 And or Or.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formula", "description": "Optional boolean formula combining the filter boxes by their number.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMainBox", "description": "Primary group of filter conditions.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterSiblingBoxes", "description": "Additional condition groups, combined per operator/formula.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBox", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EntityScoringActivityRule", "description": null, "fields": [{"name": "id", "description": "Unique identifier of the scoring rule.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": "When false, the rule is configured but does not contribute to the score.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the scoring rule.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": "When true, the name is treated as a translation key and localized in the UI; otherwise the literal name text is shown.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "expiration", "description": "How long the points awarded by this rule remain in effect, measured in expirationUnit. Applies only when expirationEnabled is true.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "expirationUnit", "description": "Time unit for the expiration value: hour, day, week, or month.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityScoringRuleExpirationUnitEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "expirationEnabled", "description": "When true, the points awarded by this rule expire after the configured expiration period; when false, they remain indefinitely.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "score", "description": "Points added to (or, when negative, subtracted from) the record score each time the rule matches.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "scoreMultiplier", "description": "When true, the score is multiplied by a per-record factor instead of being added as a fixed amount.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "conditions", "description": "Filter conditions a record must satisfy for the rule to award its score.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityScoringRuleFilter", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activityStatus", "description": "Activity status that triggers the rule, such as a scheduled or completed activity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "EntityScoringRule", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EntityScoringEmailRule", "description": null, "fields": [{"name": "id", "description": "Unique identifier of the scoring rule.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": "When false, the rule is configured but does not contribute to the score.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the scoring rule.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": "When true, the name is treated as a translation key and localized in the UI; otherwise the literal name text is shown.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "expiration", "description": "How long the points awarded by this rule remain in effect, measured in expirationUnit. Applies only when expirationEnabled is true.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "expirationUnit", "description": "Time unit for the expiration value: hour, day, week, or month.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityScoringRuleExpirationUnitEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "expirationEnabled", "description": "When true, the points awarded by this rule expire after the configured expiration period; when false, they remain indefinitely.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "score", "description": "Points added to (or, when negative, subtracted from) the record score each time the rule matches.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "scoreMultiplier", "description": "When true, the score is multiplied by a per-record factor instead of being added as a fixed amount.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "conditions", "description": "Filter conditions a record must satisfy for the rule to award its score.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityScoringRuleFilter", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailEventType", "description": "Email event that triggers the rule: sent, opened, clicked, replied, bounced, or unsubscribed.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityScoringRuleEmailEventTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "EntityScoringRule", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "EntityScoringRuleEmailEventTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Sent", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Opened", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Clicked", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Replied", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Bounced", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Unsubscribed", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomOpportunityDataGridViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteCompactViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Items of compact view listing", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteCompactViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groups", "description": "List of groups for items in scrollable view, with their size", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ViewItemGroup", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteCompactViewItem", "description": "Item data for compact view card items and detail header.\nAll header fields are pre-loaded to achieve fast frontend response on item switching.\nhttps://pipelinersales.atlassian.net/wiki/spaces/PDOC/pages/533470438/4.+Pipeliner+2+Preview+screens#id-4.Pipeliner2Previewscreens-Compactview", "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fields", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteTypeId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupName", "description": "This value is set if sort by is Owner, SalesUnit, Account, Contact. Otherwise value is NULL", "args": [], "type": {"kind": "OBJECT", "name": "FieldDataContainer", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortFieldValue", "description": "This value is of any type int, float, datetime, list, because it's defined by type of the sort column", "args": [], "type": {"kind": "OBJECT", "name": "FieldDataContainer", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortIcon", "description": "This value is set if sort by is Owner, SalesUnit, Account, Contact. Otherwise value is NULL", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": "Is favorite for current user?", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "Owner name.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Owner id.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPicture", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Unit name.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": "Unit id.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPicture", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "InterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "IntInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "DecimalInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "BooleanInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "StringInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "DateInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "DateTimeInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "EntityListInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "EntityInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "CurrencyForeignInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "OptionsInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "DaysInStepInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "PipelineInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "AttendeesInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "SocialNetworksInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "LabelFlagInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "LinkedItemTypesInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "DateRangeInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "DateTimeRangeInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "FitnessInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "FitnessIndicatorsInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "ScoringCategoryInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "ScoringStatusInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "AccountClassInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "TaskStatusInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "TaskPriorityInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "OpptyStatusInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "LeadStatusInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "ShareActorInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "ShareModeInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "GenderInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "ActivityStatusInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "OrgRelationshipTypeInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "ProjectStatusInterfaceFieldData", "ofType": null}, {"kind": "OBJECT", "name": "QuoteStatusInterfaceFieldData", "ofType": null}]}, {"kind": "OBJECT", "name": "ViewItemGroup", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "count", "description": "Count of item in the group", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ApprovalProcessRecordTrigger", "description": null, "fields": [{"name": "actor", "description": "Which users are allowed to start the process: the process owner, selected users and sales units, any user, or applications only.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessRecordTriggerActorEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorUnits", "description": "Sales units whose members are allowed to start the process. Applies when the actor is restricted to selected units and users.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorUsers", "description": "Individual users allowed to start the process. Applies when the actor is restricted to selected units and users.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": "Type of record whose changes start this process, such as Lead, Opportunity, Account or Contact.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "API name of the custom entity that starts this process. Set only when the trigger entity type is a custom entity.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "applications", "description": "Applications whose actions are allowed to start the approval process. When empty, no application restriction is applied.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "event", "description": "Record change that starts the approval process: record created, updated, or created or updated.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ApprovalProcessRecordTriggerEventEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProcessActorInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ApprovalProcessRecordTriggerEventEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Create", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CreateOrUpdate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Update", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ApprovalProcessManualTrigger", "description": null, "fields": [{"name": "actor", "description": "Which users are allowed to start the process: the process owner, selected users and sales units, any user, or applications only.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessRecordTriggerActorEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorUnits", "description": "Sales units whose members are allowed to start the process. Applies when the actor is restricted to selected units and users.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorUsers", "description": "Individual users allowed to start the process. Applies when the actor is restricted to selected units and users.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": "Type of record whose changes start this process, such as Lead, Opportunity, Account or Contact.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "API name of the custom entity that starts this process. Set only when the trigger entity type is a custom entity.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProcessActorInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntityTableReportProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the report includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CustomEntityFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the table report, including its columns, sorting, grouping, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewTableReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown, such as own, shared or managing-unit items.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CustomEntityRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "TableReportTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "CustomEntityProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "CustomEntityProfileInterface", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CustomEntityFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CustomEntityRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "CustomEntityTableReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityPivotReportProfile", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityPreviewProfile", "ofType": null}]}, {"kind": "OBJECT", "name": "CustomEntityFilterTab", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the filter is applied. When false, the filter conditions are ignored.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMainBox", "description": "Primary group of filter conditions evaluated on the main record type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterSiblingBoxes", "description": "Additional groups of filter conditions evaluated on related record types.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBox", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isCustom", "description": "True when the conditions are combined with a custom formula rather than a simple And/Or across all conditions.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "How the conditions are combined: And applies all conditions, Or applies any, Custom evaluates the expression in the formula.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formula", "description": "Boolean expression combining the numbered conditions (for example \"1 AND (2 OR 3)\"). Used when the operator is Custom.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileFilterBoxTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBaseInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterTabCustomFilterInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntityRoleTab", "description": null, "fields": [{"name": "showMyItems", "description": "When true, includes records owned by the current user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showMySharedItems", "description": "When true, includes records shared with the current user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showManagingUnitItems", "description": "When true, includes records owned by users in the sales units the current user manages.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "RoleTabInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntityPivotReportProfile", "description": null, "fields": [{"name": "filter", "description": "Filter conditions that determine which records the report includes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CustomEntityFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": "View configuration of the pivot report, including its row and column dimensions, aggregation columns, totals and chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ViewPivotReportTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown, such as own, shared or managing-unit items.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CustomEntityRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ReportTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "PivotReportTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "CustomEntityProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntityCompactViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Items of compact view listing", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomEntityCompactViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groups", "description": "List of groups for items in scrollable view, with their size", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ViewItemGroup", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntityCompactViewItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fields", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [{"name": "displayOption", "description": null, "type": {"kind": "ENUM", "name": "DisplayOption", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortFieldValue", "description": "This value is of Any type, defined by the type of the sort column", "args": [], "type": {"kind": "OBJECT", "name": "FieldDataContainer", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityAndLeadDataGridViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LookupItemInput", "description": null, "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "isPrimary", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CloudObjectDataGridViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessCopyRecordNode", "description": null, "fields": [{"name": "schedule", "description": "Optional schedule that delays this action to a later time. When null, the action runs immediately when reached.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessNodeSchedule", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of this node within the process node tree.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": "Identifier of the node that precedes this one in the process node tree. Null for nodes attached directly to the trigger.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the node shown in the process builder.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": "Field values and operations applied to the record this node creates or updates.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessEntityTemplate", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerProcess", "description": "When true, the records affected by this node also start another process.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerProcessId", "description": "Process that the affected records start when triggering another process is enabled.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProcessScheduleInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProcessNodeInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessUpdateAiFieldsNode", "description": "Automatizer action node that triggers AI Smart Field value updates.", "fields": [{"name": "schedule", "description": "Optional schedule that delays this action to a later time. When null, the action runs immediately when reached.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessNodeSchedule", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of this node within the process node tree.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": "Identifier of the node that precedes this one in the process node tree. Null for nodes attached directly to the trigger.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the node shown in the process builder.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerProcess", "description": "When true, the records affected by this node also start another process.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerProcessId", "description": "Process that the affected records start when triggering another process is enabled.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "smartAiFieldIds", "description": "AI smart fields whose values are recalculated when this node runs.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relation", "description": "Relationship from the triggered record to the records whose AI fields are updated. When null, the triggered record itself is updated.", "args": [], "type": {"kind": "ENUM", "name": "ProcessRecordNodeRelationEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "relationLookupFieldId", "description": "Lookup field that defines the relation. Required when the relation is a lookup, and must be empty otherwise.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "API name of the related custom entity whose AI fields are updated. Set only when the related record type is a custom entity.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProcessScheduleInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProcessNodeInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "UNION", "name": "AiScreenView", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "LeadListView", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityListView", "ofType": null}, {"kind": "OBJECT", "name": "AccountListView", "ofType": null}, {"kind": "OBJECT", "name": "ContactListView", "ofType": null}, {"kind": "OBJECT", "name": "ActivityListView", "ofType": null}, {"kind": "OBJECT", "name": "ProjectListView", "ofType": null}, {"kind": "OBJECT", "name": "QuoteListView", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityListView", "ofType": null}, {"kind": "OBJECT", "name": "LeadCompactView", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityCompactView", "ofType": null}, {"kind": "OBJECT", "name": "AccountCompactView", "ofType": null}, {"kind": "OBJECT", "name": "ContactCompactView", "ofType": null}, {"kind": "OBJECT", "name": "PipelineView", "ofType": null}, {"kind": "OBJECT", "name": "LeadBoardView", "ofType": null}, {"kind": "OBJECT", "name": "QuoteBoardView", "ofType": null}, {"kind": "OBJECT", "name": "TaskBoardView", "ofType": null}, {"kind": "OBJECT", "name": "ReportView", "ofType": null}, {"kind": "OBJECT", "name": "NavigatorView", "ofType": null}, {"kind": "OBJECT", "name": "CalendarView", "ofType": null}, {"kind": "OBJECT", "name": "FeedView", "ofType": null}, {"kind": "OBJECT", "name": "EmailInboxView", "ofType": null}, {"kind": "OBJECT", "name": "RecordDetailView", "ofType": null}, {"kind": "OBJECT", "name": "ProcessListView", "ofType": null}, {"kind": "OBJECT", "name": "ProcessTemplatesView", "ofType": null}, {"kind": "OBJECT", "name": "ProcessDetailView", "ofType": null}, {"kind": "OBJECT", "name": "OnlineFormTypeListView", "ofType": null}, {"kind": "OBJECT", "name": "OnlineFormTypeDetailView", "ofType": null}]}, {"kind": "OBJECT", "name": "LeadListView", "description": null, "fields": [{"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "displayColumn", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sessionId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sidebarOpen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "searchQuery", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "profile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ListViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ListViewInterface", "description": null, "fields": [{"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "displayColumn", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sessionId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sidebarOpen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "searchQuery", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "LeadListView", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityListView", "ofType": null}, {"kind": "OBJECT", "name": "AccountListView", "ofType": null}, {"kind": "OBJECT", "name": "ContactListView", "ofType": null}, {"kind": "OBJECT", "name": "ActivityListView", "ofType": null}, {"kind": "OBJECT", "name": "ProjectListView", "ofType": null}, {"kind": "OBJECT", "name": "QuoteListView", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityListView", "ofType": null}]}, {"kind": "OBJECT", "name": "LeadPreviewProfile", "description": null, "fields": [{"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadProcess", "description": "Identifiers of the lead processes the profile is restricted to. Null includes all lead processes.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadPreviewViewTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "LeadProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadPreviewViewTab", "description": null, "fields": [{"name": "sortBy", "description": "Identifier of the field the records are sorted by.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Sort direction: Asc for ascending, Desc for descending.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupBy", "description": null, "args": [], "type": {"kind": "ENUM", "name": "LeadGroupBy", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "showCardRanking", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "showCardLabels", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "showCardFitness", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "showCardVelocity", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "showExtraFieldIds", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "gridColumns", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "GridColumnsOutput", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "LeadGroupBy", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NoGrouping", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Owner", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Account", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Contact", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Unit", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "GridColumnsOutput", "description": null, "fields": [{"name": "fieldId", "description": "Identifier of the field shown in this grid column.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "width", "description": "Column width. Interpreted as an exact pixel count when pixels is true, otherwise as a relative weight.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "frozen", "description": "True when the column is pinned to the left edge so it stays visible while the grid scrolls horizontally.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pixels", "description": "True when width is given in absolute pixels; false when it is a relative weight.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityListView", "description": null, "fields": [{"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "displayColumn", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sessionId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sidebarOpen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "searchQuery", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "profile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ListViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityPreviewProfile", "description": null, "fields": [{"name": "filter", "description": "Filter tab restricting which leads and opportunities the profile shows.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadOpportunityFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesPipeline", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown (own, shared, or managing-unit items).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "target", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityPreviewTargetTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityPreviewViewTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "LeadOpportunityProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "TargetProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "PipelineProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityPreviewTargetTab", "description": null, "fields": [{"name": "targetValueFieldId", "description": "Identifier of the field whose values are summed and compared against the target goal.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetPeriodCurrent", "description": "Period the target is measured over.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetSource", "description": "Whose records contribute to the target: My counts only the current user, All counts every matching record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TargetSourceKind", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "goal", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetValueType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TargetValueType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetPeriodCompare", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodCompareOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showTargetOnTop", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetDefinition", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "TargetTabInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "TargetValueType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Weighted", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Unweighted", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Ranked", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Balanced", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Won", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityPreviewViewTab", "description": null, "fields": [{"name": "sortBy", "description": "Identifier of the field the records are sorted by.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Sort direction: Asc for ascending, Desc for descending.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupBy", "description": "How opportunity cards are grouped on the pipeline board: NoGrouping, Owner, Account, Contact, Unit, or ClosingDate.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityGroupBy", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showCardValue", "description": "When true, shows the opportunity value on each card.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showCardRanking", "description": "When true, shows the opportunity ranking on each card.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showCardLabels", "description": "When true, shows the assigned labels on each card.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showCardVelocity", "description": "When true, shows the opportunity velocity on each card.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showCardFitness", "description": "When true, shows the fitness indicator on each card.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showExtraFieldIds", "description": "Identifiers of additional fields to display on each card.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showOutsideTarget", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showUnassignedLead", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showExcludedItems", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "bubbleChartSizeCalculatedBy", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SizeCalculatedBy", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "gridColumns", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "GridColumnsOutput", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "OpportunityGroupBy", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NoGrouping", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Owner", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Account", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Contact", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Unit", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ClosingDate", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "SizeCalculatedBy", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "WeightedValue", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UnweightedValue", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RankedValue", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "BalancedValue", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountListView", "description": null, "fields": [{"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "displayColumn", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sessionId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sidebarOpen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "searchQuery", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "profile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ListViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountPreviewProfile", "description": null, "fields": [{"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountPreviewViewTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "AccountProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountPreviewViewTab", "description": null, "fields": [{"name": "sortBy", "description": "Identifier of the field the records are sorted by.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Sort direction: Asc for ascending, Desc for descending.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "matrix", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountMatrixView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "gridColumns", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "GridColumnsOutput", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountMatrixView", "description": null, "fields": [{"name": "axisX", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountMatrixAxis", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "axisY", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountMatrixAxis", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "bubbleDisplay", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountMatrixAccountDisplayEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showSegmentationGrid", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showAccountNames", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountMatrixAxis", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "selectedOptions", "description": "Can contain None -> dropdown null value.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dateDisplay", "description": null, "args": [], "type": {"kind": "ENUM", "name": "AccountMatrixDateDisplayEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "minimum", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "maximum", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AccountMatrixDateDisplayEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "DaysFromToday", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MonthsFromToday", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "AccountMatrixAccountDisplayEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Account", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AccountClass", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Owner", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EntityHealth", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactListView", "description": null, "fields": [{"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "displayColumn", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sessionId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sidebarOpen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "searchQuery", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "profile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ListViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactPreviewProfile", "description": null, "fields": [{"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactPreviewViewTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ContactProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactPreviewViewTab", "description": null, "fields": [{"name": "sortBy", "description": "Identifier of the field the records are sorted by.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Sort direction: Asc for ascending, Desc for descending.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "gridColumns", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "GridColumnsOutput", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityListView", "description": null, "fields": [{"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "displayColumn", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sessionId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sidebarOpen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "searchQuery", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "profile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ListViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityPreviewProfile", "description": null, "fields": [{"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityPreviewViewTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ActivityProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityPreviewViewTab", "description": null, "fields": [{"name": "sortBy", "description": "Identifier of the field the records are sorted by.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Sort direction: Asc for ascending, Desc for descending.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupBy", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityGroupBy", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showLinkedItems", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showProgress", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showDueDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showCardLabels", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "gridColumns", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "GridColumnsOutput", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showExtraFieldIds", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ActivityGroupBy", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NoGrouping", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Owner", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ActivityType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Unit", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectListView", "description": null, "fields": [{"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "displayColumn", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sessionId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sidebarOpen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "searchQuery", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "profile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ListViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectPreviewProfile", "description": null, "fields": [{"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectPreviewViewTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProjectProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectPreviewViewTab", "description": null, "fields": [{"name": "sortBy", "description": "Identifier of the field the records are sorted by.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Sort direction: Asc for ascending, Desc for descending.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "gridColumns", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "GridColumnsOutput", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteListView", "description": null, "fields": [{"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "displayColumn", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sessionId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sidebarOpen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "searchQuery", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "profile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuotePreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ListViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuotePreviewProfile", "description": null, "fields": [{"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteProcess", "description": "Identifiers of the quote processes the profile is restricted to. Null includes all quote processes.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuotePreviewViewTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuoteProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuotePreviewViewTab", "description": null, "fields": [{"name": "sortBy", "description": "Identifier of the field the records are sorted by.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Sort direction: Asc for ascending, Desc for descending.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupBy", "description": null, "args": [], "type": {"kind": "ENUM", "name": "QuoteGroupBy", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "gridColumns", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "GridColumnsOutput", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showCardLabels", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "showExtraFieldIds", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "QuoteGroupBy", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NoGrouping", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Owner", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Account", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Contact", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Unit", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ExpirationDate", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntityListView", "description": null, "fields": [{"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "displayColumn", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sessionId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sidebarOpen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "searchQuery", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CustomEntityPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ListViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntityPreviewProfile", "description": null, "fields": [{"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CustomEntityFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CustomEntityRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CustomEntityPreviewViewTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "CustomEntityProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntityPreviewViewTab", "description": null, "fields": [{"name": "sortBy", "description": "Identifier of the field the records are sorted by.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Sort direction: Asc for ascending, Desc for descending.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "gridColumns", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "GridColumnsOutput", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadCompactView", "description": null, "fields": [{"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sessionId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "feedListingOptions", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedTabDataGridViewOptions", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "searchQuery", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "profile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "CompactViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "CompactViewInterface", "description": null, "fields": [{"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sessionId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "feedListingOptions", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedTabDataGridViewOptions", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "searchQuery", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "LeadCompactView", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityCompactView", "ofType": null}, {"kind": "OBJECT", "name": "AccountCompactView", "ofType": null}, {"kind": "OBJECT", "name": "ContactCompactView", "ofType": null}]}, {"kind": "OBJECT", "name": "FeedTabDataGridViewOptions", "description": null, "fields": [{"name": "hasAttachment", "description": "Only applies to Email and Memo. If true, Emails and Memo records without attachments are excluded.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterByPeriod", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterBySender", "description": "If null or empty - filter is ignored.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedFilterSender", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypes", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedTabEntityTypeOptions", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showOnlyMy", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relatedMessages", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showOnlyFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedFilterSender", "description": null, "fields": [{"name": "entity", "description": "Can be only Client, SalesUnit or Application. Rest is ignored.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Identifier of the sender record (of the type given by `entity`) whose feed items are kept by this filter.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedTabEntityTypeOptions", "description": null, "fields": [{"name": "showMassEmail", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showEmail", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showEmailType", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedEmailTypeEnum", "kind": "ENUM", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showScheduledEmail", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "showEmailTagIds", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showEmailSentiments", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "EmailSentimentEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showAccount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showContact", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showLead", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showOpportunity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showProject", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showMemo", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showNote", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showDocument", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showActivities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showActivityTypeIds", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showTextMessage", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "showWhatsAppMessage", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "showQuote", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "showOnlineForm", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "showCustomEntities", "description": "List of entity_api_name-s of Custom Entities which should be shown. Default null - all custom entities shown.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "FeedEmailTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Opened", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Clicked", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "NotOpened", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Unsubscribed", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Bounced", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Automated", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Incoming", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Outgoing", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityCompactView", "description": null, "fields": [{"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sessionId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "feedListingOptions", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedTabDataGridViewOptions", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "searchQuery", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "profile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "CompactViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountCompactView", "description": null, "fields": [{"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sessionId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "feedListingOptions", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedTabDataGridViewOptions", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "searchQuery", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "profile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "CompactViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactCompactView", "description": null, "fields": [{"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sessionId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "feedListingOptions", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedTabDataGridViewOptions", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "searchQuery", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "profile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "CompactViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "PipelineView", "description": null, "fields": [{"name": "searchQuery", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sessionId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "includeLeadStep", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "BoardViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "BoardViewInterface", "description": null, "fields": [{"name": "searchQuery", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "PipelineView", "ofType": null}, {"kind": "OBJECT", "name": "LeadBoardView", "ofType": null}, {"kind": "OBJECT", "name": "QuoteBoardView", "ofType": null}, {"kind": "OBJECT", "name": "TaskBoardView", "ofType": null}]}, {"kind": "OBJECT", "name": "LeadBoardView", "description": null, "fields": [{"name": "searchQuery", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sessionId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "includeQualifiedStep", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "BoardViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteBoardView", "description": null, "fields": [{"name": "searchQuery", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sessionId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuotePreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "BoardViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TaskBoardView", "description": null, "fields": [{"name": "searchQuery", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sessionIds", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityPreviewProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sidebarOpen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "BoardViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ReportView", "description": null, "fields": [{"name": "report", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "AiReportData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AiReportData", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "schema", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ReportSettings", "kind": "UNION", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "UNION", "name": "ReportSettings", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ReportSchema", "ofType": null}, {"kind": "OBJECT", "name": "DashboardSchema", "ofType": null}, {"kind": "OBJECT", "name": "ForecastSchema", "ofType": null}, {"kind": "OBJECT", "name": "BetterDashboardSchema", "ofType": null}]}, {"kind": "OBJECT", "name": "ReportSchema", "description": null, "fields": [{"name": "structure", "description": "Flat list of the report's structure items (tables and pivots) linked by parent identifiers to form the report tree; exactly one item is the root.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReportStructureItem", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAdvancedReport", "description": "This flag defines if report should be handled with advanced report GUI or not", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardSchema", "description": null, "fields": [{"name": "structure", "description": "Ordered list of dashboard tabs making up the layout, one per record type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardTabItem", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ForecastSchema", "description": null, "fields": [{"name": "structure", "description": "Ordered list of forecast items that make up the forecast report tab.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ForecastTabItem", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "BetterDashboardSchema", "description": null, "fields": [{"name": "items", "description": "Ordered list of items (tiles) laid out on the dashboard.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": "Dashboard-wide owner and unit filter applied to every item.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardFilter", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Dashboard-wide ownership visibility scope applied to every item.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardRole", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardItem", "description": null, "fields": [{"name": "id", "description": "Identifier of the dashboard item (tile).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "position", "description": "Position and size of the item on the dashboard grid.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Rectangle", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "chart", "description": "Content rendered in the item, as one of the DashboardChart variants (KPI, grid, agenda, target, opportunities trend, report chart, and others).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardChart", "kind": "UNION", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Title shown on the item.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "nameUseLang", "description": "When true, the name is treated as a localization key and resolved to the viewer language instead of shown verbatim.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Optional subtitle or description shown on the item.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "descriptionUseLang", "description": "When true, the description is treated as a localization key and resolved to the viewer language instead of shown verbatim.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "color", "description": "Background color of the item, as a packed RGB integer.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "headerColor", "description": "Header (title bar) color of the item, as a packed RGB integer.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "UNION", "name": "DashboardChart", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "DashboardReportChart", "ofType": null}, {"kind": "OBJECT", "name": "DashboardPipelineConversionsChart", "ofType": null}, {"kind": "OBJECT", "name": "ReportSchema", "ofType": null}, {"kind": "OBJECT", "name": "ForecastSchema", "ofType": null}, {"kind": "OBJECT", "name": "DashboardQuickLinks", "ofType": null}, {"kind": "OBJECT", "name": "DashboardAgenda", "ofType": null}, {"kind": "OBJECT", "name": "DashboardSection", "ofType": null}, {"kind": "OBJECT", "name": "DashboardTile", "ofType": null}, {"kind": "OBJECT", "name": "DashboardInsights", "ofType": null}, {"kind": "OBJECT", "name": "DashboardTargetTab", "ofType": null}, {"kind": "OBJECT", "name": "DashboardTarget", "ofType": null}, {"kind": "OBJECT", "name": "DashboardOpportunitiesTrend", "ofType": null}, {"kind": "OBJECT", "name": "DashboardGrid", "ofType": null}, {"kind": "OBJECT", "name": "DashboardKpi", "ofType": null}, {"kind": "OBJECT", "name": "DashboardKpiList", "ofType": null}]}, {"kind": "OBJECT", "name": "DashboardReportChart", "description": null, "fields": [{"name": "reportId", "description": "Identifier of the report whose chart is rendered in this dashboard item.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardPipelineConversionsChart", "description": null, "fields": [{"name": "name", "description": "Display name of the pipeline conversions chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Optional free-text description shown alongside the chart.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "Aggregation applied to the opportunities counted in each pipeline step (Count, Sum, Average, Min, Max).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AggregationOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesPipeline", "description": "Identifier of the sales pipeline whose step-to-step conversion rates are charted.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": "Opportunity filter conditions limiting which opportunities are included in the conversion calculation.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityFilterTab", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardQuickLinks", "description": null, "fields": [{"name": "quickLinks", "description": "Ordered list of quick links displayed in this dashboard tile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardQuickLink", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardQuickLink", "description": null, "fields": [{"name": "id", "description": "Identifier of the quick link. Optional on create; assigned by the server when omitted.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "url", "description": "Target URL opened when the quick link is clicked.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Label shown for the quick link.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": "When true, the name is treated as a localization key and resolved to the viewer language instead of shown verbatim.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardAgenda", "description": null, "fields": [{"name": "agendaPeriod", "description": "Time window the agenda covers: the next 7 days, the next 30 days, or a custom number of days set by agendaPeriodCustomDays.", "args": [], "type": {"kind": "ENUM", "name": "DashboardAgendaPeriodEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "agendaPeriodCustomDays", "description": "Number of upcoming days the agenda covers when agendaPeriod is Custom.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "agendaFilterActivity", "description": "Filter conditions limiting which tasks and appointments appear in the agenda.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "agendaFilterOpportunity", "description": "Filter conditions limiting which opportunities appear in the agenda.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "agendaShowTasks", "description": "When true, tasks are listed in the agenda.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "agendaShowAppointments", "description": "When true, appointments are listed in the agenda.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "agendaShowOpportunities", "description": "When true, opportunities with activity in the period are listed in the agenda.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "agendaShowOpportunityFitness", "description": "When true, the opportunity fitness indicator is shown for listed opportunities.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "agendaShowOverdueTasks", "description": "When true, tasks past their due date are also included in the agenda.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "DashboardAgendaPeriodEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Upcoming7Days", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Upcoming30Days", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Custom", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardSection", "description": null, "fields": [{"name": "sectionAlignment", "description": "Horizontal alignment of the section header text: Left, Center, or Right.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ColumnAlignment", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardTile", "description": null, "fields": [{"name": "tileId", "description": "Identifier of the tile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tileSourceEntity", "description": "Record type the tile aggregates over (e.g. Opportunity, Lead, Activity).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tileSourceEntityApiName", "description": "API name of the source record type when it is a custom entity; null for built-in entities.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tileAggregationField", "description": "Identifier of the field aggregated by the tile; null when the aggregation function is a record count.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tileAggregationFunction", "description": "Aggregation applied to the source records: Count, Sum, Average, Min, or Max.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AggregationOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tileAggregationLookupFieldId", "description": "Identifier of the lookup relation field to traverse before aggregating, when aggregating a field on a related record.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tileChangedRecords", "description": "Configuration for highlighting records changed within a recent period.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardTileChangedRecords", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tileConditionalFormatting", "description": "Ordered color rules applied to the tile value; the first matching rule sets the tile color.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardTileConditionalFormatting", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tileFilter", "description": "Filter conditions limiting which source records are aggregated by the tile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldFilter", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardTileChangedRecords", "description": null, "fields": [{"name": "fieldIds", "description": "Identifiers of the fields whose changes are tracked; a record counts as changed when any of these fields changed within the period.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "customPeriodValue", "description": "Number of days in the look-back window when period is Custom.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": "When true, the tile highlights records changed within the period.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "period", "description": "Look-back window for detecting changed records (last 7/14/30 days, last 3/6 months, last year, or Custom days set by customPeriodValue).", "args": [], "type": {"kind": "ENUM", "name": "HighlightPeriodEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "HighlightPeriodEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Last7Days", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Last14Days", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Last30Days", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Last3Months", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Last6Months", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LastYear", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Custom", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardTileConditionalFormatting", "description": null, "fields": [{"name": "operator", "description": "Comparison applied between the tile value and firstValue (and secondValue for range operators such as Between) to decide whether this color applies.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "firstValue", "description": "Threshold compared against the tile value using the operator.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "secondValue", "description": "Upper bound used together with firstValue for range operators such as Between.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "color", "description": "Color applied to the tile when the condition matches, as a packed RGB integer.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardInsights", "description": null, "fields": [{"name": "insightTiles", "description": "Ordered list of insight tiles displayed in this insights item.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardInsightTile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardInsightTile", "description": null, "fields": [{"name": "id", "description": "Identifier of the insight tile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Label shown above the insight tile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": "When true, the name is treated as a localization key and resolved to the viewer language instead of shown verbatim.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "color", "description": "Accent color of the tile, as a packed RGB integer.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tile", "description": "Aggregation definition that produces the value shown on this insight tile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardTile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardTargetTab", "description": null, "fields": [{"name": "targetDefinition", "description": "Identifier of a saved Target or Forecast supplying the goal; when null, the inline goal value is used instead.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "goal", "description": "Goal value the item measures progress against when no targetDefinition is referenced; may be null when targetDefinition supplies the goal.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardTarget", "description": null, "fields": [{"name": "targetType", "description": "Visual style used to render progress toward the goal: Radial, Gauge, Target, or ProgressBar.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardTargetTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "target", "description": "Goal definition the actual value is compared against.", "args": [], "type": {"kind": "OBJECT", "name": "DashboardTargetTab", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetSourceEntity", "description": "Record type whose records are aggregated to produce the actual value (e.g. Opportunity, Lead, Activity).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetSourceEntityApiName", "description": "API name of the source record type when it is a custom entity; null for built-in entities.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetAggregationField", "description": "Identifier of the field aggregated to produce the actual value; null when the aggregation function is a record count.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetAggregationFunction", "description": "Aggregation applied to the source records: Count, Sum, Average, Min, or Max.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AggregationOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetFilter", "description": "Filter conditions limiting which source records contribute to the actual value.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldFilter", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetAggregationLookupFieldId", "description": "Identifier of the lookup relation field to traverse before aggregating, when aggregating a field on a related record.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetColor", "description": "Color of the progress indicator, as a packed RGB integer.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "DashboardTargetTypeEnum", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Radial", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Gauge", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Target", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProgressBar", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardOpportunitiesTrend", "description": null, "fields": [{"name": "opportunitiesTrendView", "description": "Display settings controlling which value series, period, and granularity the trend chart shows.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardOpportunitiesTrendView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunitiesTrendTarget", "description": "Goal definition drawn as the target line on the trend chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardTargetTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunitiesTrendFilter", "description": "Filter conditions limiting which opportunities contribute to the trend.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldFilter", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardOpportunitiesTrendView", "description": null, "fields": [{"name": "showWeightedValue", "description": "When true, the chart plots the probability-weighted opportunity value series.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showUnweightedValue", "description": "When true, the chart plots the raw (unweighted) opportunity value series.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showBalancedValue", "description": "When true, the chart plots the balanced opportunity value series.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showWonValue", "description": "When true, the chart plots the won opportunity value series.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showRankedValue", "description": "When true, the chart plots the ranked opportunity value series.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showTargetLine", "description": "When true, the goal is drawn as a target line over the value series.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "period", "description": "Time range covered by the trend chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "periodGranularity", "description": "Time bucket each data point represents: Day, Week, Month, Quarter, or Year.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodGranularity", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardGrid", "description": null, "fields": [{"name": "gridFilter", "description": "Filter conditions limiting which records are listed in the grid.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldFilter", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "gridSourceEntity", "description": "Record type listed in the grid (e.g. Opportunity, Lead, Account).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "gridSourceEntityApiName", "description": "API name of the source record type when it is a custom entity; null for built-in entities.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "gridColumns", "description": "Ordered columns shown in the grid, each identifying a field and its display options.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "GridColumnsOutput", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "gridSortBy", "description": "Identifier of the field the grid rows are sorted by.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "gridSortOrder", "description": "Sort direction applied to gridSortBy: Asc or Desc.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "gridShowTotal", "description": "When true, a totals row is shown summarizing the grid columns.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "gridShowTopRecordsOnly", "description": "When true, the grid is limited to the first gridTopRecords rows.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "gridTopRecords", "description": "Maximum number of rows shown when gridShowTopRecordsOnly is true.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardKpi", "description": null, "fields": [{"name": "kpiId", "description": "Identifier of the KPI.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "kpiTarget", "description": "Goal definition the KPI value is measured against.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardTargetTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "kpiFilter", "description": "Filter conditions limiting which records contribute to the KPI value.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldFilter", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "kpiIndicator", "description": "Predefined metric the KPI tracks (e.g. OpportunityWon, LeadCreated, ActivityCompleted); use Custom to define the metric via kpiCustomIndicator.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardKpiIndicatorEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "kpiCustomIndicator", "description": "Custom metric definition applied when kpiIndicator is Custom.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardKpiCustomDefinition", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "kpiShowTargetLine", "description": "When true, the goal is drawn as a target line on the KPI chart.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "kpiPeriodCurrent", "description": "Time range the KPI value is calculated over.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "kpiPeriodCompare", "description": "Optional earlier period the current value is compared against to show a trend.", "args": [], "type": {"kind": "OBJECT", "name": "PeriodCompareOption", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "DashboardKpiIndicatorEnum", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Custom", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadCreated", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadQualified", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadLost", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadAverageVelocity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpportunityCreated", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpportunityWon", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpportunityLost", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpportunityWonAmount", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpportunityLostAmount", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpportunityWinRate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpportunityAverageVelocity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpportunitySalesVelocity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpportunityAverageSize", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ActivityCreated", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ActivityCompleted", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ActivityEmailsSent", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardKpiCustomDefinition", "description": null, "fields": [{"name": "sourceEntity", "description": "Record type the custom KPI aggregates over (e.g. Opportunity, Lead, Activity).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": "API name of the source record type when it is a custom entity; null for built-in entities.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "aggregationField", "description": "Identifier of the field aggregated by the KPI; null when the aggregation function is a record count.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "aggregationLookupFieldId", "description": "Identifier of the lookup relation field to traverse before aggregating, when aggregating a field on a related record.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "aggregationFunction", "description": "Aggregation applied to the source records: Count, Sum, Average, Min, or Max.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AggregationOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardKpiList", "description": null, "fields": [{"name": "kpiList", "description": "Ordered list of KPIs displayed in this KPI list item.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardKpiListItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardKpiListItem", "description": null, "fields": [{"name": "id", "description": "Identifier of the KPI list entry.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Label shown for this KPI in the list.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "color", "description": "Accent color of the KPI entry, as a packed RGB integer.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kpi", "description": "KPI definition rendered by this list entry.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardKpi", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardFilter", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the dashboard-level filter is applied. When false, the owner and unit filters are ignored.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerIds", "description": "Identifiers of record owners the dashboard is restricted to. An empty list selects no records.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitIds", "description": "Identifiers of units the dashboard is restricted to. An empty list selects no records.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileFilterBaseInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardRole", "description": null, "fields": [{"name": "showMyItems", "description": "When true, records owned by the viewer are included.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showMySharedItems", "description": "When true, records shared with the viewer are included.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showManagingUnitItems", "description": "When true, records owned by users in the viewer's managed units are included.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": "Whether the role-based visibility scope is applied. When false, records are not restricted by ownership role.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "RoleTabInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NavigatorView", "description": null, "fields": [{"name": "profile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "BetterNavigatorPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "BetterNavigatorPreviewProfile", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardFilter", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardRole", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CalendarView", "description": null, "fields": [{"name": "dateFrom", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dateTo", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sidebarOpen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedView", "description": null, "fields": [{"name": "profile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "streamType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedStreamTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "numOfLoadedItems", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedPreviewProfile", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedPreviewFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileStandardRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedPreviewViewTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedPreviewFilterTab", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the filter is applied. When false, the filter conditions are ignored.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasAttachment", "description": "When true, only feed items that have an attachment are shown.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showOnlyFavorite", "description": "When true, only feed items the current user has marked as favorite are shown.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterBySender", "description": "If null or empty - filter is ignored.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedFilterSender", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterByPeriod", "description": "Time period the feed items are restricted to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileFilterBaseInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProfileStandardRoleTab", "description": null, "fields": [{"name": "showMyItems", "description": "When true, includes records owned by the current user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showMySharedItems", "description": "When true, includes records shared with the current user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showManagingUnitItems", "description": "When true, includes records owned by users in the sales units the current user manages.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "RoleTabInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedPreviewViewTab", "description": null, "fields": [{"name": "entityTypes", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedTabEntityTypeOptions", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "FeedStreamTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "All", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MassEmail", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Unlinked", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Favorite", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "HotOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "BestRankedOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Customers", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RecentMassEmails", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Emails", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RecentEmails", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OnlineFormResponses", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Documents", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ScheduledEmails", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailInboxView", "description": null, "fields": [{"name": "profile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "searchQuery", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "streamType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailScreenStreamTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailPreviewProfile", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "mailboxIds", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailPreviewViewTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailPreviewViewTab", "description": null, "fields": [{"name": "contentDensity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailContentDensityEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "EmailContentDensityEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Default", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Compact", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "EmailScreenStreamTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "All", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Inbox", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Sent", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Unread", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Scheduled", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Favorite", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "NotReplied", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Opened", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "NotOpened", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Clicked", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Unsubscribed", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Bounced", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Draft", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "RecordDetailView", "description": null, "fields": [{"name": "Recorddetailview_Typename", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessListView", "description": null, "fields": [{"name": "searchText", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "orderBy", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessOrderBy", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "listingOptions", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessTabDataGridViewOptions", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldIds", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessOrderBy", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNested", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "deactivationReason", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastSchemaChange", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastStatusChange", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastProcessRun", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordTriggerEvent", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerType", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerEntityName", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerEntityApiName", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "OrderByEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Asc", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Desc", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ClientOrderByNested", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "defaultUnitId", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "firstName", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastActive", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastName", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "masterRightId", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "middleName", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "phone", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pictureUrl", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "position", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "region", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "timezone", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessTabDataGridViewOptions", "description": null, "fields": [{"name": "filterByOwnerId", "description": "List of owner ids, that should be filtered, if NULL is used, then filter is off, if emtpy list no record is returned as no record matches no owner", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showActive", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showInactive", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterByStatus", "description": "List of process status to include", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessStatusEnum", "kind": "ENUM", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterByTagIds", "description": "List of tag ids to include", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ProcessStatusEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Ok", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Warning", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Error", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Scheduled", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Expired", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessTemplatesView", "description": null, "fields": [{"name": "searchText", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actionType", "description": null, "args": [], "type": {"kind": "ENUM", "name": "ProcessActionTypeIconEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isRecommended", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ProcessActionTypeIconEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "CreateRecord", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UpdateRecord", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ArchiveRecord", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SendWebhook", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SendEmail", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ManualTrigger", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ScheduledTrigger", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RecordChangedTrigger", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessDetailView", "description": null, "fields": [{"name": "process", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "AiProcessData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AiProcessData", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "schema", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessSchema", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ProcessTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Personal", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Space", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormTypeListView", "description": null, "fields": [{"name": "searchText", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "orderBy", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormTypeOrderBy", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "listingOptions", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormTypeTabDataGridViewOptions", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldIds", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormTypeOrderBy", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNested", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "style", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormStyleOrderByNested", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "autoPrefillWithJavascript", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isReadonly", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastSchemaChange", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastStatusChange", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "styleId", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "responseAcceptanceThreshold", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sentCount", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sentUniqueCount", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "responseCount", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "responseRate", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastResponseDate", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastResponseBy", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormStyleOrderByNested", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormTypeTabDataGridViewOptions", "description": null, "fields": [{"name": "filterByOwnerId", "description": "List of owner ids, that should be filtered, if NULL is used, then filter is off, if emtpy list no record is returned as no record matches no owner", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showActive", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showInactive", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterByStatus", "description": "List of process status to include", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessStatusEnum", "kind": "ENUM", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormTypeDetailView", "description": null, "fields": [{"name": "onlineForm", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "AiOnlineFormData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AiOnlineFormData", "description": null, "fields": [{"name": "schema", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineForm", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldDrafts", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AiOnlineFormFieldDraft", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineForm", "description": null, "fields": [{"name": "fields", "description": "Top-level layout items (containers and sections) that make up the form body, in display order.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "OnlineFormItem", "kind": "UNION", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "header", "description": "Header shown at the top of the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormHeader", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "footer", "description": "Footer containing the submit button shown at the bottom of the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormFooter", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "theme", "description": "Visual theme settings for the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormTheme", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": "Behavioural settings controlling submission, notifications, limits, and record handling.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormSettings", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "UNION", "name": "OnlineFormItem", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "OnlineFormContainer", "ofType": null}, {"kind": "OBJECT", "name": "OnlineFormSection", "ofType": null}]}, {"kind": "OBJECT", "name": "OnlineFormContainer", "description": null, "fields": [{"name": "id", "description": "Unique identifier of the container within the form layout.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "columns", "description": "Columns that make up this container row, in left-to-right order.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormColumn", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormColumn", "description": null, "fields": [{"name": "id", "description": "Unique identifier of the column within the container.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "size", "description": "Relative width of the column within its container row.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fields", "description": "Form fields placed in this column, in display order.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormFieldInterface", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "OnlineFormFieldInterface", "description": null, "fields": [{"name": "fieldId", "description": "Identifier of the entity field this form field captures.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Label shown above the field on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Help text shown under the field label on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageEnabled", "description": "If true, an image is displayed alongside the field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageCloudObjectId", "description": "Cloud storage identifier of the image displayed with the field.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "visible", "description": "If true, the field is shown on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "required", "description": "If true, the field must be filled in before the form can be submitted.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readOnly", "description": "If true, the field is displayed but cannot be edited by the respondent.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillEnabled", "description": "If true, the field is pre-populated with a value when the form loads.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillType", "description": "Source of the prefill value: Custom for a fixed value, Field to copy from another field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormPrefillTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillFieldId", "description": "Identifier of the field whose value is copied in when prefill type is Field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillLookupFieldId", "description": "Identifier of the lookup field used to resolve the prefill value when prefilling from a related record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conditionalRulesFilter", "description": "Filter conditions that control whether the field is shown, based on the values of other fields.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "OnlineFormTextAreaField", "ofType": null}, {"kind": "OBJECT", "name": "OnlineFormDropdownField", "ofType": null}, {"kind": "OBJECT", "name": "OnlineFormRadioField", "ofType": null}, {"kind": "OBJECT", "name": "OnlineFormRatingField", "ofType": null}, {"kind": "OBJECT", "name": "OnlineFormMultiselectCheckboxField", "ofType": null}, {"kind": "OBJECT", "name": "OnlineFormDateField", "ofType": null}, {"kind": "OBJECT", "name": "OnlineFormDateTimeField", "ofType": null}, {"kind": "OBJECT", "name": "OnlineFormEmailField", "ofType": null}, {"kind": "OBJECT", "name": "OnlineFormInputField", "ofType": null}, {"kind": "OBJECT", "name": "OnlineFormIntegerField", "ofType": null}, {"kind": "OBJECT", "name": "OnlineFormFloatField", "ofType": null}, {"kind": "OBJECT", "name": "OnlineFormCheckboxField", "ofType": null}, {"kind": "OBJECT", "name": "OnlineFormPhoneField", "ofType": null}, {"kind": "OBJECT", "name": "OnlineFormFileUploadField", "ofType": null}, {"kind": "OBJECT", "name": "OnlineFormProductsServicesField", "ofType": null}]}, {"kind": "ENUM", "name": "OnlineFormPrefillTypeEnum", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Custom", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Field", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormSection", "description": null, "fields": [{"name": "id", "description": "Unique identifier of the section within the form layout.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Descriptive text shown under the section title.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "title", "description": "Heading shown at the top of the section.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "visible", "description": "If true, the section is shown on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormHeader", "description": null, "fields": [{"name": "title", "description": "Heading text shown at the top of the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Subtitle text shown under the form heading.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "visible", "description": "If true, the header is shown on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showHeaderOnAllPages", "description": "If true, the header is repeated on every page of a multi-page form rather than only the first.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormFooter", "description": null, "fields": [{"name": "submitButtonLabel", "description": "Text shown on the form submit button.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "submitButtonPosition", "description": "Horizontal alignment of the submit button: Left, Middle, or Right.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormButtonPositionEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "OnlineFormButtonPositionEnum", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Left", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Middle", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Right", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormTheme", "description": null, "fields": [{"name": "imageCloudObjectId", "description": "Cloud storage identifier of the header or banner image used for the form theme.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormSettings", "description": null, "fields": [{"name": "updateRecordEnabled", "description": "If true, submitting the form updates an existing record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "updateRecordForm", "description": "Template describing how the existing record is updated on submission.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessEntityTemplate", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "createRecordEnabled", "description": "If true, submitting the form creates a new record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "createRecordForm", "description": "Template describing how the new record is created on submission.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessEntityTemplate", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkRecordEnabled", "description": "If true, submitting the form links the response to an existing record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkRelatedRecords", "description": "Settings for related records that are linked to existing records on submission.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormRelatedRecordSettings", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkOrCreateRelatedRecords", "description": "Settings for related records that are either linked if found or created otherwise on submission.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormRelatedRecordSettings", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "updateOrCreateRelatedRecords", "description": "Settings for related records that are updated if found or created otherwise on submission.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormRelatedRecordSettings", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "updateRelatedRecords", "description": "Settings for related records that are updated on submission.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormRelatedRecordSettings", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "createRelatedRecords", "description": "Settings for related records that are created on submission.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormRelatedRecordSettings", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "attachResponseAsPdf", "description": "If true, a PDF copy of the response is attached to the created or updated record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "limitToSingleResponse", "description": "If true, each respondent may submit the form only once.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "checkForExistingResponse", "description": "If true, the form checks for a previous response from the same respondent before accepting a submission.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notificationEnabled", "description": "If true, an email notification is sent when the form is submitted.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notificationRecipientType", "description": "Who receives the submission notification: the form Owner, the PrimaryRecordOwner, and/or Custom email addresses.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormNotificationRecipientType", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notificationEmails", "description": "Custom email addresses that receive the submission notification.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notificationLimitEnabled", "description": "If true, an email notification is sent when the form stops accepting responses.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notificationLimitRecipientType", "description": "Who receives the limit-reached notification: the form Owner, the PrimaryRecordOwner, and/or Custom email addresses.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormNotificationRecipientType", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notificationLimitEmails", "description": "Custom email addresses that receive the limit-reached notification.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "confirmationPageType", "description": "What the respondent sees after submitting: a ConfirmationPage or a redirect to an ExternalUrl.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormConfirmationPageType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "confirmationPageTitle", "description": "Heading shown on the confirmation page after submission.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "confirmationPageMessage", "description": "Message shown on the confirmation page after submission.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "confirmationPageUrl", "description": "External URL the respondent is redirected to after submission.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "autolinkEnabled", "description": "Identify by Field on the Record", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "autolinkFormFieldId", "description": "Identifier of the form field whose value is matched against records to auto-link a response.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "autolinkRecordFieldId", "description": "Identifier of the record field matched against the form field value to auto-link a response.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "singlePageContent", "description": "If true, all form content is shown on a single page rather than split across pages.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "responseAcceptanceDateLimitEnabled", "description": "If true, the form stops accepting responses after a set date and time.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "responseAcceptanceDateLimitDate", "description": "Date and time after which the form no longer accepts responses.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "responseAcceptanceDateLimitMessage", "description": "Message shown to respondents after the date limit has passed.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "responseAcceptanceDateLimitTitle", "description": "Heading shown to respondents after the date limit has passed.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "responseAcceptanceThresholdEnabled", "description": "If true, the form stops accepting responses once a threshold is reached.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "responseAcceptanceThresholdType", "description": "How the threshold is measured: TotalResponses, CustomCondition, or ProductsLimits.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ResponseAcceptanceThresholdType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "responseAcceptanceThresholdNoOfResponses", "description": "Maximum number of responses accepted when the threshold type is TotalResponses.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "responseAcceptanceThresholdCustomCondition", "description": "Formula-based threshold configuration used when the threshold type is CustomCondition.", "args": [], "type": {"kind": "OBJECT", "name": "ResponseAcceptanceThresholdCustomCondition", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "responseAcceptanceThresholdMessage", "description": "Message shown to respondents after the threshold has been reached.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "responseAcceptanceThresholdTitle", "description": "Heading shown to respondents after the threshold has been reached.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "responseAcceptanceThresholdProductsLimits", "description": "Per-product quantity threshold configuration used when the threshold type is ProductsLimits.", "args": [], "type": {"kind": "OBJECT", "name": "ResponseAcceptanceThresholdProductsLimits", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordIdentificationEnabled", "description": "Require Record Identification", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordIdentificationMessage", "description": "Message shown to respondents asking them to identify their record.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordIdentificationTitle", "description": "Heading shown to respondents asking them to identify their record.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordIdentificationType", "description": "How record identification is presented: an in-form ConfirmationPage or a redirect to an ExternalUrl.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormConfirmationPageType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordIdentificationUrl", "description": "External URL used for record identification when the identification type is ExternalUrl.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "maxTotalUploadedFilesSize", "description": "MB", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "attachFiles", "description": "If true, files uploaded via the form are attached to the created or updated record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "productsPriceListId", "description": "Identifier of the price list used to price products shown on the form; defaults to the current price list when not set.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productsCurrencyId", "description": "Identifier of the currency in which product prices are shown.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "productsShowGrandTotal", "description": "If true, the grand total of all selected products is shown on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "productsResponseLimitsEnabled", "description": "If true, per-product quantity limits are enforced for each response.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "productsResponseLimits", "description": "Per-product quantity limits applied to a single response.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormProductsResponseLimit", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "productsTotalResponseLimitsEnabled", "description": "If true, per-product quantity limits are enforced across all responses combined.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "productsTotalResponseLimits", "description": "Per-product quantity limits applied across all responses combined.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormProductsResponseLimit", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showQuestionNumbers", "description": "If true, each question is numbered on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormRelatedRecordSettings", "description": null, "fields": [{"name": "id", "description": "Identifier of this related-record rule.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relation", "description": "Which related entity (via its relation) this rule links or creates records for when a response is submitted.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessRecordNodeRelationEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relationLookupFieldId", "description": "Id of the lookup field defining the relation, when the relation is reached through a specific lookup field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "createForm", "description": "Record-creation form used to create the related record (for the link-or-create and update-or-create modes).", "args": [], "type": {"kind": "OBJECT", "name": "ProcessEntityTemplate", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "updateForm", "description": "Record-edit form used to update the matched related record (for the update and update-or-create modes).", "args": [], "type": {"kind": "OBJECT", "name": "ProcessEntityTemplate", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkFormFieldId", "description": "Id of the form field whose value is matched against the related records to find the one to link.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkRecordFieldId", "description": "Id of the related-record field matched against the form-field value when finding the record to link.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkAll", "description": "If true, every matching related record is linked rather than only the first match.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "OnlineFormConfirmationPageType", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "ConfirmationPage", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ExternalUrl", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "ResponseAcceptanceThresholdType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "TotalResponses", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomCondition", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProductsLimits", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ResponseAcceptanceThresholdCustomCondition", "description": null, "fields": [{"name": "formula", "description": "Formula evaluated against each response to compute the value counted toward the acceptance limits.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "maxValuePerResponse", "description": "Maximum value a single response may contribute; must be 1 or greater.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "maxValueForAllResponses", "description": "Maximum combined value across all responses before the form stops accepting; must be 1 or greater.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ResponseAcceptanceThresholdProductsLimits", "description": null, "fields": [{"name": "limits", "description": "Per-product quantity limits that together determine when the form stops accepting responses.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormProductsResponseLimit", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "Whether all (And) or any (Or) of the product limits must be reached to stop accepting responses.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormProductsResponseLimit", "description": null, "fields": [{"name": "enabled", "description": "If true, this product quantity limit is enforced.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldId", "description": "Identifier of the product field the limit applies to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quantity", "description": "Maximum quantity of the product that may be selected.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AiOnlineFormFieldDraft", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "typeId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dataSet", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataSetValue", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dataSetId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "options", "description": null, "args": [], "type": {"kind": "UNION", "name": "FieldOptionsProperty", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DataSetValue", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "optionName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "calcValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "UNION", "name": "FieldOptionsProperty", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "RollupProperty", "ofType": null}, {"kind": "OBJECT", "name": "TextAreaProperty", "ofType": null}, {"kind": "OBJECT", "name": "CurrencyProperty", "ofType": null}, {"kind": "OBJECT", "name": "CurrencyForeignProperty", "ofType": null}, {"kind": "OBJECT", "name": "ProductPriceProperty", "ofType": null}, {"kind": "OBJECT", "name": "MultiSelectProperty", "ofType": null}, {"kind": "OBJECT", "name": "FloatProperty", "ofType": null}, {"kind": "OBJECT", "name": "IntegerProperty", "ofType": null}, {"kind": "OBJECT", "name": "ClosingDateProperty", "ofType": null}, {"kind": "OBJECT", "name": "DueDateProperty", "ofType": null}, {"kind": "OBJECT", "name": "LookupSettingsProperty", "ofType": null}, {"kind": "OBJECT", "name": "AdvancedFormulaProperty", "ofType": null}, {"kind": "OBJECT", "name": "FileUploadProperty", "ofType": null}, {"kind": "OBJECT", "name": "OnlineFormProductServicesProperty", "ofType": null}, {"kind": "OBJECT", "name": "AccountCardProperty", "ofType": null}, {"kind": "OBJECT", "name": "ContactCardProperty", "ofType": null}, {"kind": "OBJECT", "name": "OpptyCardProperty", "ofType": null}, {"kind": "OBJECT", "name": "ParentAccountCardProperty", "ofType": null}, {"kind": "OBJECT", "name": "ProjectAccountCardProperty", "ofType": null}, {"kind": "OBJECT", "name": "ContactAccountCardProperty", "ofType": null}, {"kind": "OBJECT", "name": "ProjectContactCardProperty", "ofType": null}, {"kind": "OBJECT", "name": "LinkedItemsProperty", "ofType": null}, {"kind": "OBJECT", "name": "GenderProperty", "ofType": null}, {"kind": "OBJECT", "name": "CountryProperty", "ofType": null}, {"kind": "OBJECT", "name": "LastContactedDateProperty", "ofType": null}]}, {"kind": "OBJECT", "name": "TextAreaProperty", "description": null, "fields": [{"name": "isRichText", "description": "Whether field should be displayed in rich text editor", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CurrencyProperty", "description": null, "fields": [{"name": "decimalPlaces", "description": "Number of decimal places for floating number to be rounded", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CurrencyForeignProperty", "description": null, "fields": [{"name": "decimalPlaces", "description": "Number of decimal places for floating number to be rounded", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductPriceProperty", "description": null, "fields": [{"name": "decimalPlaces", "description": "Number of decimal places for floating number to be rounded", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "MultiSelectProperty", "description": null, "fields": [{"name": "advancedVisualization", "description": "If true, selected values are rendered with the advanced (chip/tag) visualization instead of a plain comma-separated list.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FloatProperty", "description": null, "fields": [{"name": "useThousandSeparator", "description": "If true, the value is displayed with a thousands separator (e.g. 1,000).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "decimalPlaces", "description": "Number of decimal places for floating number to be rounded", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Appends the \"unit\" to the end of the field value", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "IntegerProperty", "description": null, "fields": [{"name": "useThousandSeparator", "description": "If true, the value is displayed with a thousands separator (e.g. 1,000).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Appends the \"unit\" to the end of the field value", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ClosingDateProperty", "description": null, "fields": [{"name": "isRecurrenceEnabled", "description": "If true, recurrence is enabled for this closing-date field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DueDateProperty", "description": null, "fields": [{"name": "isRecurrenceEnabled", "description": "If true, recurrence is enabled for this due-date field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LookupSettingsProperty", "description": null, "fields": [{"name": "primaryRelationResolution", "description": "When several records are linked through the lookup, determines which one is treated as the primary related record (e.g. the first one added into the lookup).", "args": [], "type": {"kind": "ENUM", "name": "LookupPrimaryRelationResolutionEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "LookupPrimaryRelationResolutionEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "FirstAddedIntoLookup", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LastAddedIntoLookup", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LatestCreatedWithinLookup", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OldestCreatedWithinLookup", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "FileUploadProperty", "description": null, "fields": [{"name": "maxFiles", "description": "Maximum number of files that can be uploaded to this field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "maxFileSize", "description": "Maximum size per file, in MB.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fileTypes", "description": "Allowed file-type categories (e.g. image, document); used when file-type restriction is enabled.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FileTypeEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "customFileExtensions", "description": "Additional allowed file extensions when the Custom file type is selected (e.g. \".dwg\").", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fileTypesEnabled", "description": "If true, uploads are restricted to the configured file types and custom extensions; otherwise any file type is accepted.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "FileTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Document", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Spreadsheet", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Presentation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Pdf", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Drawing", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Image", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Audio", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Video", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Custom", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormProductServicesProperty", "description": null, "fields": [{"name": "showTotalAmount", "description": "If true, the combined total amount of the selected products is shown.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showProductImages", "description": "If true, product images are shown in the product list.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "productSelectionLimitEnabled", "description": "If true, the number of products that can be selected is limited (see maxSelectedProducts).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "maxSelectedProducts", "description": "Maximum number of products that can be selected when the selection limit is enabled.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "fields", "description": "Ids of the product fields shown for each selectable product.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "productListType", "description": "Whether the selectable products are a fixed static list or a dynamically filtered set.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductListTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "staticProducts", "description": "Ids of the products offered when the product list type is static.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dynamicProductsFilter", "description": "Filter selecting which products are offered when the product list type is dynamic.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ProductListTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Static", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Dynamic", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountCardProperty", "description": null, "fields": [{"name": "showArchivedRecords", "description": "If true, archived records are shown when selecting and displaying the linked records in this card.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactCardProperty", "description": null, "fields": [{"name": "showArchivedRecords", "description": "If true, archived records are shown when selecting and displaying the linked records in this card.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpptyCardProperty", "description": null, "fields": [{"name": "showArchivedRecords", "description": "If true, archived records are shown when selecting and displaying the linked records in this card.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ParentAccountCardProperty", "description": null, "fields": [{"name": "showArchivedRecords", "description": "If true, archived records are shown when selecting and displaying the linked records in this card.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectAccountCardProperty", "description": null, "fields": [{"name": "showArchivedRecords", "description": "If true, archived records are shown when selecting and displaying the linked records in this card.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactAccountCardProperty", "description": null, "fields": [{"name": "showArchivedRecords", "description": "If true, archived records are shown when selecting and displaying the linked records in this card.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectContactCardProperty", "description": null, "fields": [{"name": "showArchivedRecords", "description": "If true, archived records are shown when selecting and displaying the linked records in this card.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LinkedItemsProperty", "description": null, "fields": [{"name": "showArchivedRecords", "description": "If true, archived records are shown when selecting and displaying the linked records in this card.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "GenderProperty", "description": null, "fields": [{"name": "showOnForms", "description": "If true, the gender field is shown on online forms.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showNonBinaryOption", "description": "If true, a non-binary option is offered in addition to the standard gender options.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CountryProperty", "description": null, "fields": [{"name": "enableCustomValues", "description": "If true, values outside the predefined country list can be entered.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LastContactedDateProperty", "description": null, "fields": [{"name": "lastContactedDateDefinitionFieldId", "description": "Id of the Date / DateTime field whose value replaces the system-calculated Last Contacted Date. When null, the system calculation (the most recent completed call/email task, appointment, sent email or text message) is used.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "TeamPipelineHubInterface", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TeamPipelineHubItemStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpace", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "TeamSpaceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpaceId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AiVoyagerTwoTeamPipelineHubItemEntity", "ofType": null}, {"kind": "OBJECT", "name": "ZendeskTeamPipelineHubItemEntity", "ofType": null}, {"kind": "OBJECT", "name": "WhatsAppTeamPipelineHubItemEntity", "ofType": null}, {"kind": "OBJECT", "name": "DomainExtractorTeamPipelineHubItemEntity", "ofType": null}, {"kind": "OBJECT", "name": "TeamPipelineHubItemEntity", "ofType": null}, {"kind": "OBJECT", "name": "JiraSyncTeamPipelineHubItemEntity", "ofType": null}, {"kind": "OBJECT", "name": "LocationTrackingPipelineHubItemEntity", "ofType": null}, {"kind": "OBJECT", "name": "AlfrescoPipelineHubItemEntity", "ofType": null}, {"kind": "OBJECT", "name": "MsDynamicsTeamPipelineHubItemEntity", "ofType": null}, {"kind": "OBJECT", "name": "ProductPricingPipelineHubItemEntity", "ofType": null}, {"kind": "OBJECT", "name": "McpConnectorTeamPipelineHubItemEntity", "ofType": null}, {"kind": "OBJECT", "name": "HubspotTeamPipelineHubItemEntity", "ofType": null}, {"kind": "OBJECT", "name": "SalesforceTeamPipelineHubItemEntity", "ofType": null}, {"kind": "OBJECT", "name": "ZoomInfoTeamPipelineHubItemEntity", "ofType": null}, {"kind": "OBJECT", "name": "SqlExportTeamPipelineHubItemEntity", "ofType": null}, {"kind": "OBJECT", "name": "AiAssistantTeamPipelineHubItemEntity", "ofType": null}]}, {"kind": "ENUM", "name": "TeamPipelineHubItemStatusEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Active", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RequestedAdd", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RequestedRemove", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Error", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PendingConfiguration", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "TeamSpaceEntity", "description": null, "fields": [{"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "version", "description": "Product family version number (version of database schema, api).", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dbVersion", "description": "Version of database schema ", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Status", "args": [], "type": {"kind": "ENUM", "name": "TeamSpaceStatus", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "statusReason", "description": "Status reason.", "args": [], "type": {"kind": "ENUM", "name": "TeamSpaceStatusReason", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "subscription", "description": "\n    Relation to single entity instance. Target entity is re-used and not deleted on de-association.\n    Examples:\n         Opportunity.owner -> Client, the Client is reused for many opportunities.\n         Account.picture -> CloudObject, the CloudObject can be reused on many accounts.\n    ", "args": [], "type": {"kind": "OBJECT", "name": "SubscriptionEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "subscriptionId", "description": "FK to subscription.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "size", "description": "Allocated team space size in MB.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the team space.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "flags", "description": "\n    Bit Flag field, with limited combination of integer values.\n    \nOptions:\nDefault = 0 (0b00)\nHighSecurity = 1 (0b01)\nUseCoevera = 2 (0b10)", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "useCoevera", "description": "Whether Coevera branding is enabled for this space.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pictureUrl", "description": "URL of team space picture.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "adminUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formattedDbVersion", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "usedSize", "description": "Already used space in MB. Expensive to calculate! [HEAVY]", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "clients", "description": "Relations to CpClients.", "args": [{"name": "filter", "description": "Filter CpClient relations by target CpClient attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CpClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order CpClient relations by target CpClient attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CpClientOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CpClientEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "regionName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "regionUrl", "description": "\n        Main load balanced API endpoint root.\n        ", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "graphqlUrl", "description": "GraphQL API endpoint URL.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "restUrl", "description": "REST API endpoint URL.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "publicRestUrl", "description": "REST API endpoint URL for public calls.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appVersion", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appBaseUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "featurePromotionsDisabled", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "releaseNotesDisabled", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TeamSpacePermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TeamSpacePermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "active", "description": null, "args": [], "type": {"kind": "ENUM", "name": "TeamSpaceStatus", "ofType": null}, "isDeprecated": true, "deprecationReason": "Use `status` instead."}, {"name": "automationHubItems", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TeamSpaceAutomationHubItem", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "TeamSpaceStatus", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "ACTIVE", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "DISABLED", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MAINTENANCE", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "TeamSpaceStatusReason", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "STATUS_REASON_READY", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "STATUS_REASON_PENDING_UPGRADE", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "STATUS_REASON_UPGRADING", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "STATUS_REASON_UPGRADE_FAILED", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "STATUS_REASON_DISABLED_BY_AUTOMATIC_CLEANUP", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "STATUS_REASON_DISABLED_BY_ADMIN_ACTION", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "STATUS_REASON_DISABLED_BY_RESET", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "STATUS_REASON_DISABLED_BY_TAKEOVER", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "STATUS_REASON_SCHEDULED_MAINTENANCE", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "STATUS_REASON_DISABLED_BY_DUNNING", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "STATUS_REASON_DISABLED_BY_MANUAL_DUNNING", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "SubscriptionEntity", "description": null, "fields": [{"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "crmAccountId", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactEmail", "description": "Email address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "agreedToGtac", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "requiredIdpId", "description": "Whole natural number.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "required2faTypes", "description": "List of 2FA method types required by subscription.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TwoFAType", "kind": "ENUM", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "enabledLoginTypes", "description": "List of login method types enabled by subscription.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LoginType", "kind": "ENUM", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "billingDetail", "description": "Billing detail.", "args": [], "type": {"kind": "OBJECT", "name": "BillingDetail", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDate", "description": "Starting date of the subscription.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDate", "description": "End date of the subscription. Empty if auto-renewed.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "classification", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "SubscriptionClassification", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "licensesPurchased", "description": "Number of purchased licenses.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "discount", "description": "Percentage of discount", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customPrice", "description": "Custom negotiated price", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "SubscriptionStatus", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Created date of subscription", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "paymentTermsId", "description": "Whole natural number.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "numberOfSalesPeople", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "NumberOfSalesPeople", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tier", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "SubscriptionProductTier", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "focus", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "SubscriptionCompanyFocus", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "manuallyHandled", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "manualInstructions", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "manualOrderDunning", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "fromCampaign", "description": "Reference of originating campaign.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "awsAccountId", "description": "AWS Marketplace customer account ID (CustomerAWSAccountId).", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "awsCustomerId", "description": "AWS Marketplace customer ID (CustomerIdentifier).", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "aiFreeMonthlyCredits", "description": "Whole natural number.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "aiOverageLimit", "description": "Whole natural number.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "crmAccount", "description": "Deferred property. Will return data only if called via get_by_id. Otherwise null or empty array is used.", "args": [], "type": {"kind": "OBJECT", "name": "CrmAccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "calling", "description": "Billing region of the Subscription.", "args": [], "type": {"kind": "OBJECT", "name": "CpCallingEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "region", "description": "Billing region of the Subscription.", "args": [], "type": {"kind": "OBJECT", "name": "RegionEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "referralPartner", "description": "\n    Relation to single entity instance. Target entity is re-used and not deleted on de-association.\n    Examples:\n         Opportunity.owner -> Client, the Client is reused for many opportunities.\n         Account.picture -> CloudObject, the CloudObject can be reused on many accounts.\n    ", "args": [], "type": {"kind": "OBJECT", "name": "PartnerEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "referralPartnerId", "description": "Relation to single entity instance.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "supplier", "description": "\n    Relation to single entity instance. Target entity is re-used and not deleted on de-association.\n    Examples:\n         Opportunity.owner -> Client, the Client is reused for many opportunities.\n         Account.picture -> CloudObject, the CloudObject can be reused on many accounts.\n    ", "args": [], "type": {"kind": "OBJECT", "name": "SupplierEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "supplierId", "description": "Relation to single entity instance.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "representativeId", "description": "ID of Subscription Sales Representative (UserProfile entity).", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "referralPartnerRepresentative", "description": "\n    Relation to single entity instance. Target entity is re-used and not deleted on de-association.\n    Examples:\n         Opportunity.owner -> Client, the Client is reused for many opportunities.\n         Account.picture -> CloudObject, the CloudObject can be reused on many accounts.\n    ", "args": [], "type": {"kind": "OBJECT", "name": "UserProfileEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "referralPartnerRepresentativeId", "description": "Relation to single entity instance.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modules", "description": "List of enabled extension modules", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "Module", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "mostDuePaymentDate", "description": "Date of oldest unpaid bill [HEAVY]", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "renewal", "description": "https://bitbucket.org/pipeliner/oms-webadmin/src/master/system/application/controllers/subscription_notifications.php#lines-15", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "NotificationRenewal", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "representative", "description": "Subscription Sales Representative (UserProfile entity).", "args": [], "type": {"kind": "OBJECT", "name": "SubscriptionRepresentativeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "idps", "description": "List of Identity Providers associated with this subscription.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "IdentityProviderEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sessionPolicy", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "SessionPolicy", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sdrId", "description": "ID of Sales Development Representative (UserProfile entity).", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sdr", "description": "Sales Development Representative", "args": [], "type": {"kind": "OBJECT", "name": "SubscriptionRepresentativeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "spaces", "description": "Spaces of this Subscription.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TeamSpaceEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "subscriptionAdmins", "description": "Admins of this Subscription.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UserProfileEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "orders", "description": "Orders of this Subscription.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OrderEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "anniversaryDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "nextOrderCreationDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "vatCode", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "representativeName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sdrName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "partnerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sdrEmail", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "representativeEmail", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "billingCountryName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastVatCheckDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "vatCheckResult", "description": null, "args": [], "type": {"kind": "ENUM", "name": "VatCheckResultEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "originalUnitPrice", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPrice", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "partnerLtvAmountUsd", "description": "Total partner LTV amount in USD for this subscription.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "partnerLtvAmountEur", "description": "Total partner LTV amount in EUR for this subscription.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "partnerLtvAmountGbp", "description": "Total partner LTV amount in GBP for this subscription.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "partnerCommissionAmountUsd", "description": "Total partner commission amount in USD for this subscription.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "partnerCommissionAmountEur", "description": "Total partner commission amount in EUR for this subscription.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "partnerCommissionAmountGbp", "description": "Total partner commission amount in GBP for this subscription.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "expiredDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "licensesUsed", "description": "Number of licenses in use. Count of active unique users invited to all currently active spaces in subscription.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "renewalEstimate", "description": "Renewal estimate rendered in perfect HTML.", "args": [], "type": {"kind": "OBJECT", "name": "Invoice", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "crmSpaceId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SubscriptionPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SubscriptionPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryContactEmail", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": true, "deprecationReason": "Use `contactEmail` instead."}, {"name": "noOfSalesPeople", "description": null, "args": [], "type": {"kind": "ENUM", "name": "NumberOfSalesPeople", "ofType": null}, "isDeprecated": true, "deprecationReason": "Use `numberOfSalesPeople` instead."}, {"name": "rabat", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": true, "deprecationReason": "Use `discount` instead."}, {"name": "classificationId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": true, "deprecationReason": "Use `classification` instead."}, {"name": "productTier", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": true, "deprecationReason": "Use `tier` instead."}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "TwoFAType", "description": "dummy - basically just worse password. FOR TESTING ONLY!", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "DUMMY", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EMAIL", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SMS", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AUTH_APP", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "BACKUP_CODES", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "LoginType", "description": "currently bit useless enum that may be extended in the future", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "PipelinerLogin", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "QR", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "BillingDetail", "description": null, "fields": [{"name": "firstName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "company", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "vatCode", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "phone", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "fax", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "address", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "city", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "postalCode", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "countryId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "stateId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emails", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "SubscriptionClassification", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Standard", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Trial", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Partner", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Testing", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Internal", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Freemium", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "SubscriptionStatus", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Active", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Disabled", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Canceled", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "NumberOfSalesPeople", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Individual", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Group2to4", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Team5to10", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Team11to25", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Team26to50", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TeamOver50", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "SubscriptionProductTier", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "PersonalPlus", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Starter", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Business", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Enterprise", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MobileStandalone", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "StarterCloud", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "BusinessCloud", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EnterpriseCloud", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MobileStandaloneCloud", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UnlimitedCloud", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Freemium", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OldProduct", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OldContinuityBusiness", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OldLegacyProductArithmeticaWithMobile", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OldLegacyProductArithmeticaWithoutMobile", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OldContinuityStarter", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "SubscriptionCompanyFocus", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NotSet", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SalesManagement", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Selling", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SalesOperations", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "IT", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Other", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "CrmAccountEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "billingDetail", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "BillingDetail", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountEmail", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "subscriptionNumber", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "crmOpportunityEntity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CrmOpportunityEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CrmOpportunityEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CpClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CpClientEntity", "description": "https://pipelinersales.atlassian.net/wiki/spaces/PDOC/pages/913735779/Technical+Specification#Client", "fields": [{"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": "Email address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Checkbox.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "spaces", "description": "Relations to TeamSpaces.", "args": [{"name": "filter", "description": "Filter TeamSpace relations by target TeamSpace attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TeamSpaceFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order TeamSpace relations by target TeamSpace attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TeamSpaceOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "TeamSpaceEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReadOnlyPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReadOnlyPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TeamSpaceEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "TeamSpaceEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TeamSpaceEntityEdge", "description": "A Relay edge containing a `TeamSpaceEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "TeamSpaceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TeamSpaceFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TeamSpaceFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TeamSpaceFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TeamSpaceFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "version", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "dbVersion", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TeamSpaceStatusFilterInput", "ofType": null}, "defaultValue": null}, {"name": "statusReason", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TeamSpaceStatusReasonFilterInput", "ofType": null}, "defaultValue": null}, {"name": "subscriptionId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "size", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "flags", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TeamSpaceFlagsFilterInput", "ofType": null}, "defaultValue": null}, {"name": "pictureUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "regionName", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "subscription", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SubscriptionFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "description": null, "fields": null, "inputFields": [{"name": "eq", "description": "Exact match (case sensitive). Multiple values in list are evaluated as OR.", "type": {"kind": "LIST", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "null", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "ieq", "description": "Exact match (case insensitive). Multiple values in list are evaluated as OR.", "type": {"kind": "LIST", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "empty", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "starts", "description": "Compare against left side of string (case sensitive). Multiple values in list are evaluated as OR.", "type": {"kind": "LIST", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "ends", "description": "Compare against right side of string (case sensitive). Multiple values in list are evaluated as OR.", "type": {"kind": "LIST", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "contains", "description": "Substring match (case sensitive). Multiple values in list are evaluated as OR.", "type": {"kind": "LIST", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "istarts", "description": "Compare against left side of string (case insensitive). Multiple values in list are evaluated as OR.", "type": {"kind": "LIST", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "iends", "description": "Compare against right side of string (case insensitive). Multiple values in list are evaluated as OR.", "type": {"kind": "LIST", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "icontains", "description": "Substring match (case insensitive). Multiple values in list are evaluated as OR.", "type": {"kind": "LIST", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "description": null, "fields": null, "inputFields": [{"name": "eq", "description": "Exact match (case sensitive). Multiple values in list are evaluated as OR.", "type": {"kind": "LIST", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "null", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "lt", "description": null, "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "defaultValue": null}, {"name": "lte", "description": null, "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "defaultValue": null}, {"name": "gt", "description": null, "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "defaultValue": null}, {"name": "gte", "description": null, "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "defaultValue": null}, {"name": "between", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TeamSpaceStatusFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TeamSpaceStatus", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TeamSpaceStatusFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TeamSpaceStatusReasonFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TeamSpaceStatusReason", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TeamSpaceStatusReasonFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TeamSpaceFlagsFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TeamSpaceFlags", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TeamSpaceFlagsFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "TeamSpaceFlags", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Default", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "HighSecurity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UseCoevera", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "SubscriptionFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SubscriptionFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SubscriptionFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SubscriptionFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "crmAccountId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "contactEmail", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "agreedToGtac", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "billingFirstName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "billingLastName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "billingCompany", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "billingVatCode", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "billingPhone", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "billingFax", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "billingAddress", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "billingCity", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "billingPostalCode", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "billingCountryId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "billingStateId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "billingEmails", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "requiredIdpId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "startDate", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "endDate", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "classification", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SubscriptionClassificationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "licensesPurchased", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "discount", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "customPrice", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SubscriptionStatusFilterInput", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "paymentTermsId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "numberOfSalesPeople", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "NumberOfSalesPeopleFilterInput", "ofType": null}, "defaultValue": null}, {"name": "tier", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SubscriptionProductTierFilterInput", "ofType": null}, "defaultValue": null}, {"name": "focus", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SubscriptionCompanyFocusFilterInput", "ofType": null}, "defaultValue": null}, {"name": "manuallyHandled", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "manualInstructions", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "manualOrderDunning", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "fromCampaign", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "awsAccountId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "awsCustomerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "aiFreeMonthlyCredits", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "aiOverageLimit", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "referralPartnerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "supplierId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "representativeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "referralPartnerRepresentativeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "sdrId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "anniversaryDate", "description": null, "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}, {"name": "vatCode", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "representativeName", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "sdrName", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "partnerName", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "sdrEmail", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "representativeEmail", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "billingCountryName", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "lastVatCheckDate", "description": null, "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "defaultValue": null}, {"name": "vatCheckResult", "description": null, "type": {"kind": "ENUM", "name": "VatCheckResultEnum", "ofType": null}, "defaultValue": null}, {"name": "partnerLtvAmountUsd", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "partnerLtvAmountEur", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "partnerLtvAmountGbp", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "partnerCommissionAmountUsd", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "partnerCommissionAmountEur", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "partnerCommissionAmountGbp", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "licensesUsed", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "referralPartner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PartnerFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "description": null, "fields": null, "inputFields": [{"name": "eq", "description": "Exact match (case sensitive). Multiple values in list are evaluated as OR.", "type": {"kind": "LIST", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "null", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "lt", "description": null, "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "defaultValue": null}, {"name": "lte", "description": null, "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "defaultValue": null}, {"name": "gt", "description": null, "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "defaultValue": null}, {"name": "gte", "description": null, "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "defaultValue": null}, {"name": "between", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "SubscriptionClassificationFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SubscriptionClassification", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SubscriptionClassificationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "SubscriptionStatusFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SubscriptionStatus", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SubscriptionStatusFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "NumberOfSalesPeopleFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "NumberOfSalesPeople", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "NumberOfSalesPeopleFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "SubscriptionProductTierFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SubscriptionProductTier", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SubscriptionProductTierFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "SubscriptionCompanyFocusFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SubscriptionCompanyFocus", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SubscriptionCompanyFocusFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "VatCheckResultEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "ResultValid", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ResultInvalid", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ResultUnavailable", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "PartnerFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "PartnerFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "PartnerFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PartnerFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "email", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "representativeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "landingPage", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "url", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "state", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "yearFounded", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "companySize", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PartnerCompanySizeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "companyFocus", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PartnerCompanyFocusFilterInput", "ofType": null}, "defaultValue": null}, {"name": "activeCustomers", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PartnerActiveCustomersFilterInput", "ofType": null}, "defaultValue": null}, {"name": "targetCustomers", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PartnerTargetCustomersFilterInput", "ofType": null}, "defaultValue": null}, {"name": "companiesRepresented", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "agreedToGtac", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "tier", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PartnerTierFilterInput", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "deleted", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "crmAccountId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ltvAmountEur", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "ltvAmountGbp", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "ltvAmountUsd", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "commissionAmountEur", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "commissionAmountGbp", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "commissionAmountUsd", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "subscriptionsCount", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "PartnerCompanySizeFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "PartnerCompanySize", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PartnerCompanySizeFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "PartnerCompanySize", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Size1to10", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Size11to50", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Size51to200", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Size201to500", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Size501to1000", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Size1001to5000", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Size5001to10000", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SizeAbove10000", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "PartnerCompanyFocusFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "PartnerCompanyFocus", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PartnerCompanyFocusFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "PartnerCompanyFocus", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Crm", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Training", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Marketing", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Process", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "HelpDesk", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Accounting", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "HostedApps", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "PartnerActiveCustomersFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "PartnerActiveCustomers", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PartnerActiveCustomersFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "PartnerActiveCustomers", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Size1to10", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Size11to50", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Size51to100", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Size101to200", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Size201to1000", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SizeAbove1000", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "PartnerTargetCustomersFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "PartnerTargetCustomers", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PartnerTargetCustomersFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "PartnerTargetCustomers", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Soho", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Small", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Medium", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Large", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "PartnerTierFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "PartnerTier", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PartnerTierFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "PartnerTier", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Silver", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Gold", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Platinum", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TeamSpaceOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "version", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "dbVersion", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "subscription", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SubscriptionOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "subscriptionId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "size", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "flags", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "regionName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "SubscriptionOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "crmAccountId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "contactEmail", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "agreedToGtac", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "requiredIdpId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "startDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "endDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "classification", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "licensesPurchased", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "discount", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "customPrice", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "paymentTermsId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "numberOfSalesPeople", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "tier", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "manuallyHandled", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "manualInstructions", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "manualOrderDunning", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "fromCampaign", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "awsAccountId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "awsCustomerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "aiFreeMonthlyCredits", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "aiOverageLimit", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "referralPartnerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "supplierId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "representativeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "referralPartnerRepresentativeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "sdrId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "anniversaryDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "vatCode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "representativeName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "sdrName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "partnerName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "sdrEmail", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "representativeEmail", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "billingCountryName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "lastVatCheckDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "vatCheckResult", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "partnerLtvAmountUsd", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "partnerLtvAmountEur", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "partnerLtvAmountGbp", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "partnerCommissionAmountUsd", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "partnerCommissionAmountEur", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "partnerCommissionAmountGbp", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "licensesUsed", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ReadOnlyPermsEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Read", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "FieldLevelPermissionEnum", "description": null, "fields": [{"name": "fullAccess", "description": "Name of fields that you have read/write access to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readOnly", "description": "Name of fields that you have read only access to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CpCallingEntity", "description": null, "fields": [{"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "credit", "description": "\n    Generic field wrapping sqlalchemy column, configurable by constructor.\n    Good for one-of fields / generated fields.\n    ", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "remainingCredit", "description": "\n    Generic field wrapping sqlalchemy column, configurable by constructor.\n    Good for one-of fields / generated fields.\n    ", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "aiCosts", "description": "\n    Generic field wrapping sqlalchemy column, configurable by constructor.\n    Good for one-of fields / generated fields.\n    ", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CRUDLicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CRUDLicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "CRUDLicEntityPermsEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Create", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Write", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Read", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Delete", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "RegionEntity", "description": null, "fields": [{"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Whole natural number.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "code", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencySymbol", "description": "String value.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currency", "description": "String value.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPrice", "description": "Floating point number.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPriceStarter", "description": "Floating point number.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPriceBasic", "description": "Floating point number.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPriceEnterprise", "description": "Floating point number.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPriceUnlimited", "description": "Floating point number.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReadOnlyPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReadOnlyPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "PartnerEntity", "description": null, "fields": [{"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": "Email address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Whole natural number.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "representative", "description": "\n    Relation to single entity instance. Target entity is re-used and not deleted on de-association.\n    Examples:\n         Opportunity.owner -> Client, the Client is reused for many opportunities.\n         Account.picture -> CloudObject, the CloudObject can be reused on many accounts.\n    ", "args": [], "type": {"kind": "OBJECT", "name": "UserProfileEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "representativeId", "description": "Relation to single entity instance.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "landingPage", "description": "URL - HTTP address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "url", "description": "URL - HTTP address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "state", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "yearFounded", "description": "Whole natural number.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "companySize", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "PartnerCompanySize", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "companyFocus", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "PartnerCompanyFocus", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeCustomers", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "PartnerActiveCustomers", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetCustomers", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "PartnerTargetCustomers", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "companiesRepresented", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "agreedToGtac", "description": "Whole natural number.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tier", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "PartnerTier", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "deleted", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "crmAccountId", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "crmSpaceId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "users", "description": "Users of this Partner.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UserProfileEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "orders", "description": "Orders of this Partner.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OrderEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "subscriptions", "description": "Subscriptions of this Partner.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SubscriptionEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "billingDetail", "description": "Billing detail.", "args": [], "type": {"kind": "OBJECT", "name": "BillingDetail", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ltvAmountEur", "description": "Total LTV amount in EUR from all related orders.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ltvAmountGbp", "description": "Total LTV amount in GBP from all related orders.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ltvAmountUsd", "description": "Total LTV amount in USD from all related orders.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "commissionAmountEur", "description": "Total commission amount in EUR from all related orders.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "commissionAmountGbp", "description": "Total commission amount in GBP from all related orders.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "commissionAmountUsd", "description": "Total commission amount in USD from all related orders.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "subscriptionsCount", "description": "Total commission amount in EUR from all related orders.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "PartnerPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "PartnerPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "UserProfileEntity", "description": null, "fields": [{"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": "Email address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "firstName", "description": "First name.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "middleName", "description": "Middle name.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastName", "description": "Last name.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Full name.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "company", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "telephone", "description": "Phone number.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pictureUrl", "description": "Validated URL - HTTP address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "administrator", "description": "Marks if user is administrator.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastLogin", "description": "Date and time of last login.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "passwordChangedAt", "description": "Datetime information.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "businessFunction", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "city", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "country", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "stateProvince", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "language", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "UserLanguage", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "locale", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "newsletter", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "partnerId", "description": "Whole natural number.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "timezone", "description": "Timezone offset (DEPRECATED)", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "timezoneName", "description": "IANA timezone name", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "timezoneAutodetect", "description": "If enabled, timezone is automatically set from user's OS", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "defaultIdp", "description": "\n    Relation to single entity instance. Target entity is re-used and not deleted on de-association.\n    Examples:\n         Opportunity.owner -> Client, the Client is reused for many opportunities.\n         Account.picture -> CloudObject, the CloudObject can be reused on many accounts.\n    ", "args": [], "type": {"kind": "OBJECT", "name": "IdentityProviderEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "defaultIdpId", "description": "FK to idp.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "intercomUserHash", "description": "user hash used by intercom identity verification", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "userRole", "description": "\n    Relation to single entity instance. Target entity is re-used and not deleted on de-association.\n    Examples:\n         Opportunity.owner -> Client, the Client is reused for many opportunities.\n         Account.picture -> CloudObject, the CloudObject can be reused on many accounts.\n    ", "args": [], "type": {"kind": "OBJECT", "name": "UserRoleEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "userRoleId", "description": "FK to UserRole.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "spaces", "description": "Spaces where user is member. [HEAVY]", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TeamSpaceEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "subscriptions", "description": "Subscriptions where user is manager. [HEAVY]", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SubscriptionEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "partners", "description": "Partners where user is manager. [HEAVY]", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "PartnerEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "availableIdentityProviders", "description": "List of available identity providers of user. [HEAVY]", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "IdentityProviderEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UserProfilePermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UserProfilePermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "firstname", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": true, "deprecationReason": "Wrong camel case spelling."}, {"name": "middlename", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": true, "deprecationReason": "Wrong camel case spelling."}, {"name": "lastname", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": true, "deprecationReason": "Wrong camel case spelling."}, {"name": "currentIdp", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "IdentityProviderEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "UserLanguage", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "en", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "de", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "pt_br", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "es_es", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "IdentityProviderEntity", "description": null, "fields": [{"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "IdentityProviderType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "subscriptionId", "description": "Whole natural number.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "enabled", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "url", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "verifiedEmailDomains", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "acceptUntrusted", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "xml", "description": "Binary data field.", "args": [], "type": {"kind": "SCALAR", "name": "Base64", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "subscription", "description": "\n    Relation to single entity instance. Target entity is re-used and not deleted on de-association.\n    Examples:\n         Opportunity.owner -> Client, the Client is reused for many opportunities.\n         Account.picture -> CloudObject, the CloudObject can be reused on many accounts.\n    ", "args": [], "type": {"kind": "OBJECT", "name": "SubscriptionEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "metadataUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "redirectUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "callbackUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tenantId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "domain", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "IdentityProviderPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "IdentityProviderPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "IdentityProviderType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "MSADFS", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "GoogleAccount", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MicrosoftAccount", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OAuth2", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MicrosoftIdentityPlatform", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpenID", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "SCALAR", "name": "Base64", "description": "The `Base64` scalar type represents a series of base46 encoded data.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "IdentityProviderPermsEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Create", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Read", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Write", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Delete", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Restore", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EditVerifiedEmailDomains", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "UserRoleEntity", "description": null, "fields": [{"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "orderManagementAccess", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "orderManagementChange", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "orderManagementDelete", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "userManagementAccess", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "userManagementChange", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "userManagementDisable", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "systemMaintenance", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sapiUserManagementAccess", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sapiUserManagementChange", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sapiUserManagementDelete", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kpiDashboardAccess", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "subscriptionSpaceAdminView", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "subscriptionSpaceChange", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "subscriptionSpaceCancel", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "subscriptionSpaceModulesManagement", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "subscriptionSpaceAutomationHubItemManagement", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "subscriptionSpaceCustomerSupport", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "automatizerProcessDescriptions", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "auditAccess", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "partnerAccess", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "partnerChange", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "partnerDisable", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "subscriptionAssignment", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "paymentTermsManagement", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "orderManagementConfirm", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "assigmentPossibilities", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "subscriptionSdr", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "orderManagementCancel", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "orderManagementDeleteConfirmation", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "orderManagementCollectionWrittenOff", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "userManagementDefineRoles", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "notificationRenewalServiceAccess", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "notificationRenewalServiceChange", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "notificationRenewalServiceEmailRecipient", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dunningServiceAccess", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dunningServiceChange", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dunningServiceEmailRecipient", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "integrationAnalyticsLogsAccess", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "helpEditorManagement", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "aiManagement", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UserRolePermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UserRolePermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "UserRolePermsEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Write", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Read", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Delete", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Create", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "UserProfilePermsEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "EditPicture", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Write", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Read", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Delete", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Restore", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Create", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ApiAdmin", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Enable", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Disable", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SetSuperAdmin", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "OrderEntity", "description": null, "fields": [{"name": "supplier", "description": "\n    Relation to single entity instance. Target entity is re-used and not deleted on de-association.\n    Examples:\n         Opportunity.owner -> Client, the Client is reused for many opportunities.\n         Account.picture -> CloudObject, the CloudObject can be reused on many accounts.\n    ", "args": [], "type": {"kind": "OBJECT", "name": "SupplierEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "supplierId", "description": "Relation to single entity instance.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "referralPartner", "description": "\n    Relation to single entity instance. Target entity is re-used and not deleted on de-association.\n    Examples:\n         Opportunity.owner -> Client, the Client is reused for many opportunities.\n         Account.picture -> CloudObject, the CloudObject can be reused on many accounts.\n    ", "args": [], "type": {"kind": "OBJECT", "name": "PartnerEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "referralPartnerId", "description": "Relation to single entity instance.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "number", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Datetime information.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "paymentDueDate", "description": "Date information.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "createdByUserId", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currency", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "action", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "OrderActionEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "typeOfSale", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "OrderTypeOfSaleEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mrrIsCounted", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mrrCount", "description": "Whole natural number.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mrrTotal", "description": "\n    Generic field wrapping sqlalchemy column, configurable by constructor.\n    Good for one-of fields / generated fields.\n    ", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mrrValidFrom", "description": "Datetime information.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mrrMonthsCount", "description": "Whole natural number.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mrrComment", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "note", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "partnerCommissionAmount", "description": "Return formatted sum of order-item partner commissions.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "licensesCount", "description": "Number of purchased licenses.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productSkus", "description": "Product SKUs tied to the order.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "extrasIncluded", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeeItem", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "createdBy", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "Issuer", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "amount", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "netAmount", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "taxAmount", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mrrLicensesPrice", "description": "MRR Licenses Price", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mrrAddonsPrice", "description": "MRR Add-ons Price", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mrrTotalPrice", "description": "MRR Total Price", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mrrLicensesCount", "description": "MRR Licenses Count", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mrrAddonsCount", "description": "MRR Add-ons Count", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mrrMonths", "description": "MRR Months", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mrrFrom", "description": "MRR From", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mrrIsCountedAny", "description": "MRR Is Counted", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mrrComments", "description": "MRR Comment", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "invoice", "description": "Renewal estimate rendered in perfect HTML.", "args": [], "type": {"kind": "OBJECT", "name": "Invoice", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "billingDetail", "description": "Billing detail.", "args": [], "type": {"kind": "OBJECT", "name": "BillingDetail", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "orderHistory", "description": "Relations to OrderHistorys.", "args": [{"name": "filter", "description": "Filter OrderHistory relations by target OrderHistory attributes.", "type": {"kind": "INPUT_OBJECT", "name": "OrderHistoryFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order OrderHistory relations by target OrderHistory attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OrderHistoryOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OrderHistoryEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "subscription", "description": "\n    Relation to single entity instance. Target entity is re-used and not deleted on de-association.\n    Examples:\n         Opportunity.owner -> Client, the Client is reused for many opportunities.\n         Account.picture -> CloudObject, the CloudObject can be reused on many accounts.\n    ", "args": [], "type": {"kind": "OBJECT", "name": "SubscriptionEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "subscriptionId", "description": "Relation to single entity instance.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "orderRelatedDocuments", "description": "Relations to OrderRelatedDocuments.", "args": [{"name": "filter", "description": "Filter OrderRelatedDocument relations by target OrderRelatedDocument attributes.", "type": {"kind": "INPUT_OBJECT", "name": "OrderRelatedDocumentFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order OrderRelatedDocument relations by target OrderRelatedDocument attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OrderRelatedDocumentOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OrderRelatedDocumentEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OrderPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OrderPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SupplierEntity", "description": null, "fields": [{"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "imprint", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "Imprint", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReadOnlyPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReadOnlyPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "Imprint", "description": null, "fields": [{"name": "description", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "phone", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "companyNumber", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "vatCode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "web", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "OrderActionEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "DowngradeAdmin", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Downgrade", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UpgradeAdmin", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Upgrade", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Renew", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AdditionalServices", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UpgradeCommercialAdmin", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UpgradeCommercial", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PurchaseAdmin", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Purchase", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PurchaseLoggedUser", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TierUpdate", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "OrderTypeOfSaleEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "New", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RecurringUpsell", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OneTimeFee", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Renewal", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Other", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TierUpdate", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "FeeItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quantity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "price", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "subtotal", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPrice", "description": "Not formatted price", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "catalogPrice", "description": "Not formatted catalog price", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sku", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "discount", "description": "In percent. So e.g. 20.4% discount will return as 20", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "comment", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productType", "description": null, "args": [], "type": {"kind": "ENUM", "name": "ProductTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mrrIsCounted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mrrCount", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mrrTotal", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mrrValidFrom", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mrrMonthsCount", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mrrComment", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ProductTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "License", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LicenseAddon", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SubscriptionAddon", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SpaceAddon", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomAddon", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Other", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "Issuer", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "OrderStatusEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Completed", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Open", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpenOverdue", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Cancelled", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "InCollection", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WrittenOff", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "Invoice", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "html", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OrderHistoryEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "OrderHistoryEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OrderHistoryEntityEdge", "description": "A Relay edge containing a `OrderHistoryEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "OrderHistoryEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OrderHistoryEntity", "description": null, "fields": [{"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "orderId", "description": "Whole natural number.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "comment", "description": "String value.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Datetime information.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderHistoryStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReadOnlyPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReadOnlyPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "OrderHistoryStatusEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "New", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Cancelled", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Completed", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PaymentPending", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PaymentReview", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PayOrderRepeat", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Unknown", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "InCollection", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WrittenOff", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OrderHistoryFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OrderHistoryFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OrderHistoryFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OrderHistoryFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "orderId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "comment", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OrderHistoryOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "orderId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "comment", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OrderRelatedDocumentEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "OrderRelatedDocumentEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OrderRelatedDocumentEntityEdge", "description": "A Relay edge containing a `OrderRelatedDocumentEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "OrderRelatedDocumentEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OrderRelatedDocumentEntity", "description": null, "fields": [{"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Datetime information.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "remainingBalance", "description": "Decimal number.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "number", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "amount", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "invoice", "description": "Renewal estimate rendered in perfect HTML.", "args": [], "type": {"kind": "OBJECT", "name": "Invoice", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrderRelatedDocumentTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OrderRelatedDocumentPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OrderRelatedDocumentPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "OrderRelatedDocumentTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Payment", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Credit", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "OrderRelatedDocumentPermsEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Read", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Delete", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OrderRelatedDocumentFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OrderRelatedDocumentFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OrderRelatedDocumentFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OrderRelatedDocumentFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "remainingBalance", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OrderRelatedDocumentOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "remainingBalance", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "OrderPermsEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Read", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "FixMrr", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Pay", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Cancel", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ViewHistory", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ConfirmPayment", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ChangeInvoiceBilling", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SendToInCollection", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SendToWrittenOff", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "PartnerPermsEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "WriteBasic", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Write", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Read", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Delete", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Create", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Enable", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Disable", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CreateTrial", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "InviteUsers", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "Module", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NotificationRenewal", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notificationSetting", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NotificationSettingEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "processedDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isProcessed", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "NotificationRenewalPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "NotificationRenewalPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NotificationSettingEntity", "description": null, "fields": [{"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "serviceType", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "NotificationSettingService", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "settingType", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "NotificationSettingSettingTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "NotificationSettingType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "daysPriorEnd", "description": "Whole natural number.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "daysAfterPaymentDue", "description": "Whole natural number.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailSubject", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailBody", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "NotificationSettingStatus", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "NotificationSettingPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "NotificationSettingPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "NotificationSettingService", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "OrderDunning", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SubscriptionRenewal", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "NotificationSettingSettingTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "License", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Addon", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "NotificationSettingType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Action", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Notice", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ActionWithNotice", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "NotificationSettingStatus", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Enabled", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Disabled", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "NotificationSettingPermsEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Write", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Read", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "NotificationRenewalPermsEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "ChangeProcessed", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "SubscriptionRepresentativeEntity", "description": null, "fields": [{"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": "Email address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "firstName", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "middleName", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastName", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Simple text input field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isValid", "description": "Boolean value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReadOnlyPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReadOnlyPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SessionPolicy", "description": null, "fields": [{"name": "timezone", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "enabledPolicies", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "SessionPolicyType", "kind": "ENUM", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "autoLogout", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SessionPolicyAutoLogout", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ipWhitelist", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SessionPolicyIPWhiteList", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "SessionPolicyType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Require2FAOnEveryLogin", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "IpWhitelist", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MaxSessionTime", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "IdleTimeout", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "DailyTimeout", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "SessionPolicyAutoLogout", "description": null, "fields": [{"name": "maxSessionTime", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "idleTimeout", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dailyTimeout", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SessionPolicyIPWhiteList", "description": null, "fields": [{"name": "allowedIps", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "allowedUserIds", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "SubscriptionPermsEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Create", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EditPicture", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Write", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Read", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Delete", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Restore", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Enable", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WriteBasic", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UpgradeToCommercial", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RequestCancellation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Cancel", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PurchaseExtras", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RenewalEstimate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CreateSpace", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CreateSpaceRequest", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EditSubscriptionAdmins", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ChangeProcessedNotifications", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PurchaseAdditionalLicenses", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PurchaseCallingCredit", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PurchaseAiCredit", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Partner", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "CpClientEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "CpClientEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CpClientEntityEdge", "description": "A Relay edge containing a `CpClientEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "CpClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CpClientFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CpClientFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CpClientFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CpClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "email", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "spaces", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TeamSpaceFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CpClientOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "TeamSpacePermsEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Create", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Read", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Write", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Delete", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Restore", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Suspend", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SuspendWithReason", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Reactivate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EditPicture", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UpdateName", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ResetSpace", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ApiAdmin", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AdminAccess", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ToggleFeaturePromotion", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ToggleReleaseNote", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "TeamSpaceAutomationHubItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TeamPipelineHubItemStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "LicEntityPermsEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Create", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Read", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Write", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Delete", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UpdateName", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EditPicture", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Reactivate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Suspend", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SuspendWithReason", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Restore", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ApiAdmin", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AdminSetAutomationHub", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AdminAutomationHub", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ResetSpace", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AdminAccess", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ToggleFeaturePromotion", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ToggleReleaseNote", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Partner", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "AiVoyagerTwoTeamPipelineHubItemEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TeamPipelineHubItemStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpace", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "TeamSpaceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpaceId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "configurationUrlFormatted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "configuration", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "AiVoyagerTwoHubItemConfig", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "TeamPipelineHubInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AiVoyagerTwoHubItemConfig", "description": null, "fields": [{"name": "recordDetail", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "reportAgent", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "automatizerAgent", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "onlineFormAgent", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "superAgent", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "smartField", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "relationshipCharts", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordEnrichment", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "agreeWithTermsAndPolicies", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "agreedDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "agreedUserId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ZendeskTeamPipelineHubItemEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TeamPipelineHubItemStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpace", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "TeamSpaceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpaceId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "configurationUrlFormatted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "configuration", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemIntegrationSyncConfig", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAuthenticated", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "baseUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessToken", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "TeamPipelineHubInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "HubItemIntegrationSyncConfig", "description": null, "fields": [{"name": "rules", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "HubItemRuleSettings", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "HubItemRuleSettings", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "localRuleSetting", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "HubItemLocalRuleSetting", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "externalRuleSetting", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "HubItemExternalRuleSetting", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "syncDirection", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SyncDirectionEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldMappings", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "HubItemFieldMapping", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerMapping", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemFieldMapping", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerMappingExtended", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemFieldMapping", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesUnitMapping", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemFieldMapping", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelines", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "HubItemFieldMapping", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "deduplication", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemDeduplicationSetting", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMapping", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemFilterMapping", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "syncFiles", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "syncNotes", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "autoSync", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relationSettings", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "HubItemRelationRuleSettings", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "HubItemRuleSettingsInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "HubItemRuleSettingsInterface", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "localRuleSetting", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "HubItemLocalRuleSetting", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "externalRuleSetting", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "HubItemExternalRuleSetting", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "syncDirection", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SyncDirectionEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldMappings", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "HubItemFieldMapping", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerMapping", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemFieldMapping", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerMappingExtended", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemFieldMapping", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesUnitMapping", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemFieldMapping", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelines", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "HubItemFieldMapping", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "deduplication", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemDeduplicationSetting", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMapping", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemFilterMapping", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "syncFiles", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "syncNotes", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "HubItemRuleSettings", "ofType": null}, {"kind": "OBJECT", "name": "HubItemRelationRuleSettings", "ofType": null}]}, {"kind": "OBJECT", "name": "HubItemLocalRuleSetting", "description": null, "fields": [{"name": "entity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "events", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "HubItemEventSetting", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypeId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "HubItemEventSetting", "description": null, "fields": [{"name": "create", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "update", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "delete", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "HubItemExternalRuleSetting", "description": null, "fields": [{"name": "entity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "events", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "HubItemEventSetting", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypeId", "description": "ID of external entity type", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "SyncDirectionEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "BiDirectional", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PipelinerToExternal", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ExternalToPipeliner", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "HubItemFieldMapping", "description": null, "fields": [{"name": "localFieldId", "description": "ID of pipeliner field", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "externalFieldId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "syncDirection", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SyncDirectionEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "setting", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemFieldMappingSetting", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "HubItemFieldMappingSetting", "description": null, "fields": [{"name": "valuesMapping", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "HubItemValueMapping", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "localFallbackValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "externalFallbackValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "HubItemValueMapping", "description": null, "fields": [{"name": "localValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "externalValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "direction", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SyncDirectionEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "HubItemDeduplicationSetting", "description": null, "fields": [{"name": "fields", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "HubItemDeduplicationFieldMapping", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "HubItemDeduplicationFieldMapping", "description": null, "fields": [{"name": "localFieldId", "description": "ID of pipeliner field", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "externalFieldId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MatchingOperatorEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "MatchingOperatorEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "eq", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ieq", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "HubItemFilterMapping", "description": null, "fields": [{"name": "localFilter", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemIntegrationFilterTab", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "externalFilter", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemIntegrationFilterTab", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "HubItemIntegrationFilterTab", "description": null, "fields": [{"name": "operator", "description": "How the filter boxes combine \u2014 And or Or.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formula", "description": "Optional boolean formula combining the filter boxes by their number.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMainBox", "description": "Primary group of filter conditions.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterSiblingBoxes", "description": "Additional condition groups, combined per operator/formula.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBox", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": "When false, the filter is ignored and all records match.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "HubItemRelationRuleSettings", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "localRuleSetting", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "HubItemLocalRuleSetting", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "externalRuleSetting", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "HubItemExternalRuleSetting", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "syncDirection", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SyncDirectionEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldMappings", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "HubItemFieldMapping", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerMapping", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemFieldMapping", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerMappingExtended", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemFieldMapping", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesUnitMapping", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemFieldMapping", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelines", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "HubItemFieldMapping", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "deduplication", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemDeduplicationSetting", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMapping", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemFilterMapping", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "syncFiles", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "syncNotes", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "relationFieldMappings", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "HubItemFieldMapping", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lookupFieldMappings", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemFieldMapping", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "HubItemRuleSettingsInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "WhatsAppTeamPipelineHubItemEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TeamPipelineHubItemStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpace", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "TeamSpaceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpaceId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "configurationUrlFormatted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "configuration", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "WhatsAppHubItemConfig", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "TeamPipelineHubInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "WhatsAppHubItemConfig", "description": null, "fields": [{"name": "agreeWithWhatsAppTermsAndPolicies", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "agreeWithUnipileTermsAndPolicies", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DomainExtractorTeamPipelineHubItemEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TeamPipelineHubItemStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpace", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "TeamSpaceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpaceId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "configurationUrlFormatted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "configuration", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "DomainExtractorHubItemConfig", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "TeamPipelineHubInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DomainExtractorHubItemConfig", "description": null, "fields": [{"name": "excludedDomains", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TeamPipelineHubItemEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TeamPipelineHubItemStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpace", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "TeamSpaceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpaceId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "configurationUrlFormatted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "TeamPipelineHubInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "JiraSyncTeamPipelineHubItemEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TeamPipelineHubItemStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpace", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "TeamSpaceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpaceId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "configurationUrlFormatted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "configuration", "description": "Field containing json.", "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "TeamPipelineHubInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LocationTrackingPipelineHubItemEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TeamPipelineHubItemStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpace", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "TeamSpaceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpaceId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "configurationUrlFormatted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "TeamPipelineHubInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AlfrescoPipelineHubItemEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TeamPipelineHubItemStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpace", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "TeamSpaceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpaceId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "configurationUrlFormatted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "configuration", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "AlfrescoHubItemConfig", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "TeamPipelineHubInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AlfrescoHubItemConfig", "description": null, "fields": [{"name": "userName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "password", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientRootUrl", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "folderUrl", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientIdOnOpportunityFieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientIdOnAccountFieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "MsDynamicsTeamPipelineHubItemEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TeamPipelineHubItemStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpace", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "TeamSpaceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpaceId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "configurationUrlFormatted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "configuration", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemIntegrationSyncConfig", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAuthenticated", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "baseUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "expiresAt", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessToken", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "TeamPipelineHubInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductPricingPipelineHubItemEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TeamPipelineHubItemStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpace", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "TeamSpaceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpaceId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "configurationUrlFormatted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "configuration", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ProductPricingHubItemConfig", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "TeamPipelineHubInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductPricingHubItemConfig", "description": null, "fields": [{"name": "customerPrice", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "priceSchedule", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "McpConnectorTeamPipelineHubItemEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TeamPipelineHubItemStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpace", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "TeamSpaceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpaceId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "configurationUrlFormatted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "configuration", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "McpConnectorConfig", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "TeamPipelineHubInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "McpConnectorConfig", "description": null, "fields": [{"name": "redirectUris", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "scope", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "mcpServerUrl", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientSecret", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "HubspotTeamPipelineHubItemEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TeamPipelineHubItemStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpace", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "TeamSpaceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpaceId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "configurationUrlFormatted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "configuration", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemIntegrationSyncConfig", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAuthenticated", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "portalId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessToken", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "TeamPipelineHubInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SalesforceTeamPipelineHubItemEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TeamPipelineHubItemStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpace", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "TeamSpaceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpaceId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "configurationUrlFormatted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "configuration", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemIntegrationSyncConfig", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAuthenticated", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "baseUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessToken", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "TeamPipelineHubInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ZoomInfoTeamPipelineHubItemEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TeamPipelineHubItemStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpace", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "TeamSpaceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpaceId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "configurationUrlFormatted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "configuration", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ZoomInfoHubItemConfig", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAuthenticated", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "expiresAt", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessToken", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "TeamPipelineHubInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ZoomInfoHubItemConfig", "description": "How each enriched entity may be enriched from ZoomInfo.\n\nTwo independent modes per entity, which is why neither implies the other:\n\n* `enrich_*_manual` puts the ZoomInfo widget on the entity's create form and lets the user\n  pick a match themselves (`features.zoominfo_*_manual`). Nothing leaves the app.\n* `enrich_*_automat` hands the entity to the zoominfo-integration service, which enriches it\n  unattended on **create and on update** - see that service's `SetupHandler.setup`, which\n  turns this flag into the space's webhook subscription.\n\n`account_update_filter` / `contact_update_filter` narrow the automatic mode only; the manual\nwidget is driven by whatever the user types into the form.", "fields": [{"name": "enrichAccountManual", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "enrichAccountAutomat", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "enrichContactManual", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "enrichContactAutomat", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountUpdateFilter", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemIntegrationFilterTab", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactUpdateFilter", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "HubItemIntegrationFilterTab", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SqlExportTeamPipelineHubItemEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TeamPipelineHubItemStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpace", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "TeamSpaceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpaceId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "configurationUrlFormatted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "configuration", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "SqlExportnHubItemConfig", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "TeamPipelineHubInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SqlExportnHubItemConfig", "description": null, "fields": [{"name": "isConfigured", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AiAssistantTeamPipelineHubItemEntity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TeamPipelineHubItemStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpace", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "TeamSpaceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "teamSpaceId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "configurationUrlFormatted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "configuration", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "AiAssistantHubItemConfig", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LicEntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instanceFieldPermissions", "description": "Checks which permissions current user has on field of entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldLevelPermissionEnum", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "TeamPipelineHubInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AiAssistantHubItemConfig", "description": null, "fields": [{"name": "emailAssistant", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "textTools", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "textAnalysis", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "feedTools", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "speechToText", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "textToSpeech", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailCategorization", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "documentTools", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "agreeWithTermsAndPolicies", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mediaTranscription", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reports", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "automatizer", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "aiAgent", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "agreedDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "agreedUserId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "IntInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "intValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DecimalInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "decimalValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "BooleanInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "booleanValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "StringInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stringValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DateInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "date", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DateTimeInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dateTime", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EntityListInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityData", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EntityData", "description": null, "fields": [{"name": "id", "description": "Null in quick contact/account/company", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypeId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EntityInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": "Null for unassigned owner, no account/contact relation", "args": [], "type": {"kind": "OBJECT", "name": "EntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CurrencyForeignInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "currency", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OptionsInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "options", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DaysInStepInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "daysInStep", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "overdueDays", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "PipelineInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelineName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelineColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AttendeesInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "attendees", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InterfaceFieldAttendeeData", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "InterfaceFieldAttendeeData", "description": null, "fields": [{"name": "email", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SocialNetworksInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relations", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "SocialRelationData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SocialRelationData", "description": null, "fields": [{"name": "angellistUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "crunchbaseUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "disqusUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "facebookId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "facebookUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "flickrUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "foursquareUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "googleId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "googlePlusUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "gravatarUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kloutUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkedinId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkedinUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pinterestUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoraUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "redditUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "skypeUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "slideshareUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "twitterId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "twitterUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "vimeoUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "wordpressUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "xingUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "yahooUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "yelpUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "youtubeUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LabelFlagInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "hot", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stalled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "focus", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LinkedItemTypesInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lead", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "account", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "project", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quote", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "task", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointment", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DateRangeInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DateTimeRangeInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDateTime", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDateTime", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FitnessInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fitness", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "WarningLevelEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FitnessIndicatorsInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fitnessIndicators", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ScoringCategoryInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "scoringCategoryColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "scoringCategoryName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "scoringCategoryUseLang", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ScoringStatusInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "scoringStatusColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "scoringStatusValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountClassInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountClass", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountClassEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TaskStatusInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskStatus", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TaskStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TaskPriorityInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskPriority", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PriorityEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpptyStatusInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyStatus", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OpptyStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadStatusInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadStatus", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ShareActorInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareActor", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ShareActorEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ShareActorEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Unassigned", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Owner", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Editor", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Watcher", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Unit", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ShareModeInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ShareModeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "GenderInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "gender", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "GenderEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityStatusInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activityStatus", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OrgRelationshipTypeInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "orgRelationshipType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OrgRelationshipTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "OrgRelationshipTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NoRelationship", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Weak", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Moderate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Strong", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectStatusInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectStatus", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteStatusInterfaceFieldData", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteStatus", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "InterfaceFieldData", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "HardCodedContainer", "description": null, "fields": [{"name": "id", "description": "Unique id of the form layout item.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "onMobile", "description": "When true, this item is shown in the mobile app.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kind", "description": "Kind of layout item \u2014 separator, subsection, container, hardcoded container or step container.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FormItemKindEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Which built-in region this renders \u2014 account, contact or product name, or the message-to-sales-team block on a lost form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "HardcodedContainerTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "inAddin", "description": "When true, this region is shown in the email add-in.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FormItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "FormItemInterface", "description": null, "fields": [{"name": "id", "description": "Unique id of the form layout item.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "onMobile", "description": "When true, this item is shown in the mobile app.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kind", "description": "Kind of layout item \u2014 separator, subsection, container, hardcoded container or step container.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FormItemKindEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "HardCodedContainer", "ofType": null}, {"kind": "OBJECT", "name": "FormSeparator", "ofType": null}, {"kind": "OBJECT", "name": "FormSubsection", "ofType": null}, {"kind": "OBJECT", "name": "FormContainer", "ofType": null}, {"kind": "OBJECT", "name": "StepFieldsContainer", "ofType": null}]}, {"kind": "ENUM", "name": "FormItemKindEnum", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Separator", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Subsection", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Container", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "HardcodedContainer", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "StepFieldsContainer", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "HardcodedContainerTypeEnum", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "AccountName", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ContactName", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProductName", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MessageToSalesTeam", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "FormSeparator", "description": null, "fields": [{"name": "id", "description": "Unique id of the form layout item.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "onMobile", "description": "When true, this item is shown in the mobile app.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kind", "description": "Kind of layout item \u2014 separator, subsection, container, hardcoded container or step container.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FormItemKindEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": "When true, the heading uses the workspace's translated language strings.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": "Heading text for the group separator.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Optional descriptive text shown beneath the group heading.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FormItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FormSubsection", "description": null, "fields": [{"name": "id", "description": "Unique id of the form layout item.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "onMobile", "description": "When true, this item is shown in the mobile app.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kind", "description": "Kind of layout item \u2014 separator, subsection, container, hardcoded container or step container.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FormItemKindEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": "When true, the subsection heading uses the workspace's translated language strings.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": "Heading text for the subsection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Optional descriptive text shown beneath the subsection heading.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FormItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FormContainer", "description": null, "fields": [{"name": "id", "description": "Unique id of the form layout item.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "onMobile", "description": "When true, this item is shown in the mobile app.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kind", "description": "Kind of layout item \u2014 separator, subsection, container, hardcoded container or step container.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FormItemKindEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "columns", "description": "Columns laid out side by side within this container.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "FormColumn", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FormItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FormColumn", "description": null, "fields": [{"name": "id", "description": "Unique id of the column.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "size", "description": "Relative width of the column within its container.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Fields and web resources placed in this column, in display order.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "FormContainerItemInterface", "kind": "INTERFACE", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "FormContainerItemInterface", "description": null, "fields": [{"name": "kind", "description": "Kind of column item \u2014 a placed field or an embedded web resource.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FormContainerItemKind", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "FormField", "ofType": null}, {"kind": "OBJECT", "name": "WebResource", "ofType": null}]}, {"kind": "ENUM", "name": "FormContainerItemKind", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Field", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WebResource", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "FormField", "description": null, "fields": [{"name": "kind", "description": "Kind of column item \u2014 a placed field or an embedded web resource.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FormContainerItemKind", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Id of the field placed on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "onMobile", "description": "When true, the field is shown in the mobile app.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "readonly", "description": "When true, the field is displayed but cannot be edited.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": "Label shown for the field on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": "When true, the label uses the workspace's translated language strings.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Optional help text shown with the field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "validators", "description": "Validation rules applied to the field's value (required, min/max, formula, \u2026).", "args": [], "type": {"kind": "OBJECT", "name": "FieldValidator", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "subLabelUseLang", "description": "When true, the sub-label uses the workspace's translated language strings.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "subLabel", "description": "Secondary label shown beneath the field's main label.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "showFixedValue", "description": "When true, a foreign-currency field also shows its fixed base-currency value.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dropdownAutoselect", "description": "For dropdowns, how a value is pre-selected \u2014 none, the first option, or only when a single option exists.", "args": [], "type": {"kind": "ENUM", "name": "DropDownAutoselectEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productSections", "description": "For a product-list field, the product sections used to group products.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductSection", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "inAddin", "description": "When true, the field is shown in the email add-in.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lookupVisualization", "description": "For a lookup field, how linked records are shown \u2014 a multi-selection list or cards.", "args": [], "type": {"kind": "ENUM", "name": "LookupVisualizationType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyValueAutoCalculateDefault", "description": "When true, the opportunity value is calculated from its products by default.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "labelTranslated", "description": "Read-only label resolved into the current user's language.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "labelTranslations", "description": "Per-language overrides for the field label.", "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "descriptionTranslated", "description": "Read-only help text resolved into the current user's language.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "descriptionTranslations", "description": "Per-language overrides for the field help text.", "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "readonlyRules", "description": "Condition under which the field becomes read-only.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "requiredRules", "description": "Condition under which the field becomes required.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "visibilityRules", "description": "Condition under which the field is shown.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "allowedEntities", "description": "For a linked-items field, the entity types whose records may be linked.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FormContainerItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FieldValidator", "description": null, "fields": [{"name": "required", "description": "When true, the field must be filled in.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "requiredOnlyOnCurrentStep", "description": "When true, the field is required only while its own step is the active step of a multi-step form.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "minValue", "description": "Minimum accepted value \u2014 a number or ISO date depending on the field type.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "maxValue", "description": "Maximum accepted value \u2014 a number or ISO date depending on the field type.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formula", "description": "Conditional formula that must evaluate to true for the value to be accepted.", "args": [], "type": {"kind": "OBJECT", "name": "FormulaValidator", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEmail", "description": "When true, the value must be a valid email address.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isUrl", "description": "When true, the value must be a valid URL.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "requiredCombined", "description": "Key grouping this field with others, of which at least one must be filled in.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "requiredMinItems", "description": "Minimum number of selections required for a multi-select field.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isParentAccountRelationType", "description": "When true, the relation must point to a parent-account relationship.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDaterange", "description": "When true, the field accepts a date range rather than a single date.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "intEnum", "description": "Allowed integer-valued options, as name/value pairs.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "IntEnumItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "flagEnum", "description": "Allowed bit-flag options, as name/value pairs.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "IntEnumItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "nullable", "description": "When true, an empty value is explicitly allowed.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "requiredExactlyOne", "description": "When true, exactly one field in the combined group must be filled in.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FormulaValidator", "description": null, "fields": [{"name": "expression", "description": "Boolean formula (Pipeliner calculation syntax) that must evaluate to true for the value to be valid.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "message", "description": "Error message shown when the formula evaluates to false.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "IntEnumItem", "description": null, "fields": [{"name": "key", "description": "Display name of the option.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Integer value stored for the option.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "DropDownAutoselectEnum", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NoSelect", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SelectFirst", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SelectOnlyIfOneItem", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductSection", "description": null, "fields": [{"name": "id", "description": "Unique id of the product section.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the product section.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "LookupVisualizationType", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "MultiSelection", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Card", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "WebResource", "description": null, "fields": [{"name": "kind", "description": "Kind of column item \u2014 a placed field or an embedded web resource.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FormContainerItemKind", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique id of the embedded web resource.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "size", "description": "Relative width of the web resource within its column.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": "Display label of the embedded web resource.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Optional descriptive text for the embedded web resource.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FormContainerItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "StepFieldsContainer", "description": null, "fields": [{"name": "id", "description": "Unique id of the form layout item.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "onMobile", "description": "When true, this item is shown in the mobile app.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kind", "description": "Kind of layout item \u2014 separator, subsection, container, hardcoded container or step container.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FormItemKindEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": "Display name of the multi-step section.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": "When true, the section name uses the workspace's translated language strings.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "steps", "description": "Ordered steps of the multi-step form, each with its own field containers.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "Step", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FormItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "Step", "description": null, "fields": [{"name": "id", "description": "Unique id of the step.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "containers", "description": "Field containers shown on this step.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "FormContainer", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormTextAreaField", "description": null, "fields": [{"name": "fieldId", "description": "Identifier of the entity field this form field captures.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Label shown above the field on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Help text shown under the field label on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageEnabled", "description": "If true, an image is displayed alongside the field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageCloudObjectId", "description": "Cloud storage identifier of the image displayed with the field.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "visible", "description": "If true, the field is shown on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "required", "description": "If true, the field must be filled in before the form can be submitted.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readOnly", "description": "If true, the field is displayed but cannot be edited by the respondent.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillEnabled", "description": "If true, the field is pre-populated with a value when the form loads.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillType", "description": "Source of the prefill value: Custom for a fixed value, Field to copy from another field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormPrefillTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillFieldId", "description": "Identifier of the field whose value is copied in when prefill type is Field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillLookupFieldId", "description": "Identifier of the lookup field used to resolve the prefill value when prefilling from a related record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conditionalRulesFilter", "description": "Filter conditions that control whether the field is shown, based on the values of other fields.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "placeholder", "description": "Hint text shown inside the empty input.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillText", "description": "Fixed text used to pre-populate the field when prefill is enabled.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "OnlineFormFieldInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormDropdownField", "description": null, "fields": [{"name": "fieldId", "description": "Identifier of the entity field this form field captures.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Label shown above the field on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Help text shown under the field label on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageEnabled", "description": "If true, an image is displayed alongside the field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageCloudObjectId", "description": "Cloud storage identifier of the image displayed with the field.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "visible", "description": "If true, the field is shown on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "required", "description": "If true, the field must be filled in before the form can be submitted.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readOnly", "description": "If true, the field is displayed but cannot be edited by the respondent.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillEnabled", "description": "If true, the field is pre-populated with a value when the form loads.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillType", "description": "Source of the prefill value: Custom for a fixed value, Field to copy from another field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormPrefillTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillFieldId", "description": "Identifier of the field whose value is copied in when prefill type is Field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillLookupFieldId", "description": "Identifier of the lookup field used to resolve the prefill value when prefilling from a related record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conditionalRulesFilter", "description": "Filter conditions that control whether the field is shown, based on the values of other fields.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "valueOverrides", "description": "Per-option overrides controlling which choices are shown, their labels, and their order.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormValueOverride", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "placeholder", "description": "Hint text shown when no option is selected.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillValue", "description": "Identifier of the option pre-selected when prefill is enabled.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "OnlineFormFieldInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormValueOverride", "description": null, "fields": [{"name": "id", "description": "Identifier of the underlying field option this override applies to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "visible", "description": "If true, this option is shown as a choice on the form.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": "Custom label shown for this option on the form, overriding the default option name.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Position of this option in the displayed list of choices.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormRadioField", "description": null, "fields": [{"name": "fieldId", "description": "Identifier of the entity field this form field captures.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Label shown above the field on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Help text shown under the field label on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageEnabled", "description": "If true, an image is displayed alongside the field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageCloudObjectId", "description": "Cloud storage identifier of the image displayed with the field.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "visible", "description": "If true, the field is shown on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "required", "description": "If true, the field must be filled in before the form can be submitted.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readOnly", "description": "If true, the field is displayed but cannot be edited by the respondent.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillEnabled", "description": "If true, the field is pre-populated with a value when the form loads.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillType", "description": "Source of the prefill value: Custom for a fixed value, Field to copy from another field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormPrefillTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillFieldId", "description": "Identifier of the field whose value is copied in when prefill type is Field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillLookupFieldId", "description": "Identifier of the lookup field used to resolve the prefill value when prefilling from a related record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conditionalRulesFilter", "description": "Filter conditions that control whether the field is shown, based on the values of other fields.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "valueOverrides", "description": "Per-option overrides controlling which choices are shown, their labels, and their order.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormValueOverride", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillValue", "description": "Identifier of the option pre-selected when prefill is enabled.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "OnlineFormFieldInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormRatingField", "description": null, "fields": [{"name": "fieldId", "description": "Identifier of the entity field this form field captures.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Label shown above the field on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Help text shown under the field label on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageEnabled", "description": "If true, an image is displayed alongside the field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageCloudObjectId", "description": "Cloud storage identifier of the image displayed with the field.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "visible", "description": "If true, the field is shown on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "required", "description": "If true, the field must be filled in before the form can be submitted.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readOnly", "description": "If true, the field is displayed but cannot be edited by the respondent.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillEnabled", "description": "If true, the field is pre-populated with a value when the form loads.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillType", "description": "Source of the prefill value: Custom for a fixed value, Field to copy from another field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormPrefillTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillFieldId", "description": "Identifier of the field whose value is copied in when prefill type is Field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillLookupFieldId", "description": "Identifier of the lookup field used to resolve the prefill value when prefilling from a related record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conditionalRulesFilter", "description": "Filter conditions that control whether the field is shown, based on the values of other fields.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "valueFrom", "description": "Lowest value on the rating scale.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "valueTo", "description": "Highest value on the rating scale.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "valueFromLabel", "description": "Label shown next to the lowest value on the rating scale.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "valueToLabel", "description": "Label shown next to the highest value on the rating scale.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillInteger", "description": "Rating value pre-selected when prefill is enabled.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "OnlineFormFieldInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormMultiselectCheckboxField", "description": null, "fields": [{"name": "fieldId", "description": "Identifier of the entity field this form field captures.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Label shown above the field on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Help text shown under the field label on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageEnabled", "description": "If true, an image is displayed alongside the field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageCloudObjectId", "description": "Cloud storage identifier of the image displayed with the field.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "visible", "description": "If true, the field is shown on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "required", "description": "If true, the field must be filled in before the form can be submitted.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readOnly", "description": "If true, the field is displayed but cannot be edited by the respondent.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillEnabled", "description": "If true, the field is pre-populated with a value when the form loads.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillType", "description": "Source of the prefill value: Custom for a fixed value, Field to copy from another field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormPrefillTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillFieldId", "description": "Identifier of the field whose value is copied in when prefill type is Field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillLookupFieldId", "description": "Identifier of the lookup field used to resolve the prefill value when prefilling from a related record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conditionalRulesFilter", "description": "Filter conditions that control whether the field is shown, based on the values of other fields.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "valueOverrides", "description": "Per-option overrides controlling which choices are shown, their labels, and their order.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormValueOverride", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillValues", "description": "Identifiers of the options pre-selected when prefill is enabled.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "OnlineFormFieldInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormDateField", "description": null, "fields": [{"name": "fieldId", "description": "Identifier of the entity field this form field captures.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Label shown above the field on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Help text shown under the field label on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageEnabled", "description": "If true, an image is displayed alongside the field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageCloudObjectId", "description": "Cloud storage identifier of the image displayed with the field.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "visible", "description": "If true, the field is shown on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "required", "description": "If true, the field must be filled in before the form can be submitted.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readOnly", "description": "If true, the field is displayed but cannot be edited by the respondent.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillEnabled", "description": "If true, the field is pre-populated with a value when the form loads.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillType", "description": "Source of the prefill value: Custom for a fixed value, Field to copy from another field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormPrefillTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillFieldId", "description": "Identifier of the field whose value is copied in when prefill type is Field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillLookupFieldId", "description": "Identifier of the lookup field used to resolve the prefill value when prefilling from a related record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conditionalRulesFilter", "description": "Filter conditions that control whether the field is shown, based on the values of other fields.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "placeholder", "description": "Hint text shown inside the empty date input.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillDate", "description": "Fixed date used to pre-populate the field when prefill is enabled.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "OnlineFormFieldInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormDateTimeField", "description": null, "fields": [{"name": "fieldId", "description": "Identifier of the entity field this form field captures.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Label shown above the field on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Help text shown under the field label on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageEnabled", "description": "If true, an image is displayed alongside the field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageCloudObjectId", "description": "Cloud storage identifier of the image displayed with the field.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "visible", "description": "If true, the field is shown on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "required", "description": "If true, the field must be filled in before the form can be submitted.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readOnly", "description": "If true, the field is displayed but cannot be edited by the respondent.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillEnabled", "description": "If true, the field is pre-populated with a value when the form loads.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillType", "description": "Source of the prefill value: Custom for a fixed value, Field to copy from another field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormPrefillTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillFieldId", "description": "Identifier of the field whose value is copied in when prefill type is Field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillLookupFieldId", "description": "Identifier of the lookup field used to resolve the prefill value when prefilling from a related record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conditionalRulesFilter", "description": "Filter conditions that control whether the field is shown, based on the values of other fields.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "placeholder", "description": "Hint text shown inside the empty date and time input.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillDateTime", "description": "Fixed date and time used to pre-populate the field when prefill is enabled.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "OnlineFormFieldInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormEmailField", "description": null, "fields": [{"name": "fieldId", "description": "Identifier of the entity field this form field captures.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Label shown above the field on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Help text shown under the field label on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageEnabled", "description": "If true, an image is displayed alongside the field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageCloudObjectId", "description": "Cloud storage identifier of the image displayed with the field.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "visible", "description": "If true, the field is shown on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "required", "description": "If true, the field must be filled in before the form can be submitted.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readOnly", "description": "If true, the field is displayed but cannot be edited by the respondent.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillEnabled", "description": "If true, the field is pre-populated with a value when the form loads.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillType", "description": "Source of the prefill value: Custom for a fixed value, Field to copy from another field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormPrefillTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillFieldId", "description": "Identifier of the field whose value is copied in when prefill type is Field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillLookupFieldId", "description": "Identifier of the lookup field used to resolve the prefill value when prefilling from a related record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conditionalRulesFilter", "description": "Filter conditions that control whether the field is shown, based on the values of other fields.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "placeholder", "description": "Hint text shown inside the empty input.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillText", "description": "Fixed text used to pre-populate the field when prefill is enabled.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "OnlineFormFieldInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormInputField", "description": null, "fields": [{"name": "fieldId", "description": "Identifier of the entity field this form field captures.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Label shown above the field on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Help text shown under the field label on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageEnabled", "description": "If true, an image is displayed alongside the field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageCloudObjectId", "description": "Cloud storage identifier of the image displayed with the field.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "visible", "description": "If true, the field is shown on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "required", "description": "If true, the field must be filled in before the form can be submitted.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readOnly", "description": "If true, the field is displayed but cannot be edited by the respondent.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillEnabled", "description": "If true, the field is pre-populated with a value when the form loads.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillType", "description": "Source of the prefill value: Custom for a fixed value, Field to copy from another field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormPrefillTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillFieldId", "description": "Identifier of the field whose value is copied in when prefill type is Field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillLookupFieldId", "description": "Identifier of the lookup field used to resolve the prefill value when prefilling from a related record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conditionalRulesFilter", "description": "Filter conditions that control whether the field is shown, based on the values of other fields.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "placeholder", "description": "Hint text shown inside the empty input.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillText", "description": "Fixed text used to pre-populate the field when prefill is enabled.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "OnlineFormFieldInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormIntegerField", "description": null, "fields": [{"name": "fieldId", "description": "Identifier of the entity field this form field captures.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Label shown above the field on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Help text shown under the field label on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageEnabled", "description": "If true, an image is displayed alongside the field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageCloudObjectId", "description": "Cloud storage identifier of the image displayed with the field.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "visible", "description": "If true, the field is shown on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "required", "description": "If true, the field must be filled in before the form can be submitted.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readOnly", "description": "If true, the field is displayed but cannot be edited by the respondent.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillEnabled", "description": "If true, the field is pre-populated with a value when the form loads.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillType", "description": "Source of the prefill value: Custom for a fixed value, Field to copy from another field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormPrefillTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillFieldId", "description": "Identifier of the field whose value is copied in when prefill type is Field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillLookupFieldId", "description": "Identifier of the lookup field used to resolve the prefill value when prefilling from a related record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conditionalRulesFilter", "description": "Filter conditions that control whether the field is shown, based on the values of other fields.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "placeholder", "description": "Hint text shown inside the empty input.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillInteger", "description": "Fixed whole number used to pre-populate the field when prefill is enabled.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "OnlineFormFieldInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormFloatField", "description": null, "fields": [{"name": "fieldId", "description": "Identifier of the entity field this form field captures.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Label shown above the field on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Help text shown under the field label on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageEnabled", "description": "If true, an image is displayed alongside the field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageCloudObjectId", "description": "Cloud storage identifier of the image displayed with the field.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "visible", "description": "If true, the field is shown on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "required", "description": "If true, the field must be filled in before the form can be submitted.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readOnly", "description": "If true, the field is displayed but cannot be edited by the respondent.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillEnabled", "description": "If true, the field is pre-populated with a value when the form loads.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillType", "description": "Source of the prefill value: Custom for a fixed value, Field to copy from another field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormPrefillTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillFieldId", "description": "Identifier of the field whose value is copied in when prefill type is Field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillLookupFieldId", "description": "Identifier of the lookup field used to resolve the prefill value when prefilling from a related record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conditionalRulesFilter", "description": "Filter conditions that control whether the field is shown, based on the values of other fields.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "placeholder", "description": "Hint text shown inside the empty input.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillFloat", "description": "Fixed number used to pre-populate the field when prefill is enabled.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "OnlineFormFieldInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormCheckboxField", "description": null, "fields": [{"name": "fieldId", "description": "Identifier of the entity field this form field captures.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Label shown above the field on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Help text shown under the field label on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageEnabled", "description": "If true, an image is displayed alongside the field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageCloudObjectId", "description": "Cloud storage identifier of the image displayed with the field.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "visible", "description": "If true, the field is shown on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "required", "description": "If true, the field must be filled in before the form can be submitted.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readOnly", "description": "If true, the field is displayed but cannot be edited by the respondent.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillEnabled", "description": "If true, the field is pre-populated with a value when the form loads.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillType", "description": "Source of the prefill value: Custom for a fixed value, Field to copy from another field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormPrefillTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillFieldId", "description": "Identifier of the field whose value is copied in when prefill type is Field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillLookupFieldId", "description": "Identifier of the lookup field used to resolve the prefill value when prefilling from a related record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conditionalRulesFilter", "description": "Filter conditions that control whether the field is shown, based on the values of other fields.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "placeholder", "description": "Hint text shown next to the checkbox.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "valueLabel", "description": "Text label shown beside the checkbox.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "valueDefaultChecked", "description": "If true, the checkbox is checked by default when the form loads.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillBoolean", "description": "Checked or unchecked state used to pre-populate the field when prefill is enabled.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "OnlineFormFieldInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormPhoneField", "description": null, "fields": [{"name": "fieldId", "description": "Identifier of the entity field this form field captures.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Label shown above the field on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Help text shown under the field label on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageEnabled", "description": "If true, an image is displayed alongside the field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageCloudObjectId", "description": "Cloud storage identifier of the image displayed with the field.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "visible", "description": "If true, the field is shown on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "required", "description": "If true, the field must be filled in before the form can be submitted.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readOnly", "description": "If true, the field is displayed but cannot be edited by the respondent.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillEnabled", "description": "If true, the field is pre-populated with a value when the form loads.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillType", "description": "Source of the prefill value: Custom for a fixed value, Field to copy from another field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormPrefillTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillFieldId", "description": "Identifier of the field whose value is copied in when prefill type is Field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillLookupFieldId", "description": "Identifier of the lookup field used to resolve the prefill value when prefilling from a related record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conditionalRulesFilter", "description": "Filter conditions that control whether the field is shown, based on the values of other fields.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "placeholder", "description": "Hint text shown inside the empty input.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillText", "description": "Fixed text used to pre-populate the field when prefill is enabled.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "OnlineFormFieldInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormFileUploadField", "description": null, "fields": [{"name": "fieldId", "description": "Identifier of the entity field this form field captures.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Label shown above the field on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Help text shown under the field label on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageEnabled", "description": "If true, an image is displayed alongside the field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageCloudObjectId", "description": "Cloud storage identifier of the image displayed with the field.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "visible", "description": "If true, the field is shown on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "required", "description": "If true, the field must be filled in before the form can be submitted.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readOnly", "description": "If true, the field is displayed but cannot be edited by the respondent.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillEnabled", "description": "If true, the field is pre-populated with a value when the form loads.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillType", "description": "Source of the prefill value: Custom for a fixed value, Field to copy from another field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormPrefillTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillFieldId", "description": "Identifier of the field whose value is copied in when prefill type is Field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillLookupFieldId", "description": "Identifier of the lookup field used to resolve the prefill value when prefilling from a related record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conditionalRulesFilter", "description": "Filter conditions that control whether the field is shown, based on the values of other fields.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "fileUploadOptions", "description": "JSON configuration for the file upload, including the maximum number of files, the maximum file size, and the allowed file extensions.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FileUploadProperty", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "OnlineFormFieldInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormProductsServicesField", "description": null, "fields": [{"name": "fieldId", "description": "Identifier of the entity field this form field captures.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Label shown above the field on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Help text shown under the field label on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageEnabled", "description": "If true, an image is displayed alongside the field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "imageCloudObjectId", "description": "Cloud storage identifier of the image displayed with the field.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "visible", "description": "If true, the field is shown on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "required", "description": "If true, the field must be filled in before the form can be submitted.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readOnly", "description": "If true, the field is displayed but cannot be edited by the respondent.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillEnabled", "description": "If true, the field is pre-populated with a value when the form loads.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillType", "description": "Source of the prefill value: Custom for a fixed value, Field to copy from another field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormPrefillTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillFieldId", "description": "Identifier of the field whose value is copied in when prefill type is Field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillLookupFieldId", "description": "Identifier of the lookup field used to resolve the prefill value when prefilling from a related record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conditionalRulesFilter", "description": "Filter conditions that control whether the field is shown, based on the values of other fields.", "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "showTotalAmount", "description": "If true, the combined total amount of selected products is shown on the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showProductImages", "description": "If true, product images are shown alongside each product.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "productSelectionLimitEnabled", "description": "If true, the number of products a respondent can select is capped.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "maxSelectedProducts", "description": "Maximum number of products the respondent may select when the selection limit is enabled.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "placeholder", "description": "Placeholder text shown in the product-selection control before a product is chosen.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "OnlineFormFieldInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ZoomInfoAccountMatch", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillData", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accuracyScore", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastUpdatedDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "validDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "website", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "industries", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ZoomInfoMatchInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ZoomInfoMatchInterface", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillData", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accuracyScore", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastUpdatedDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "validDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ZoomInfoAccountMatch", "ofType": null}, {"kind": "OBJECT", "name": "ZoomInfoContactMatch", "ofType": null}]}, {"kind": "OBJECT", "name": "ZoomInfoContactMatch", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillData", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accuracyScore", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastUpdatedDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "validDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "companyName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "jobPosition", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ZoomInfoMatchInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ZoomInfoAccountEnrichment", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "matchStatus", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillData", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "industries", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "logo", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ZoomInfoEnrichmentInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ZoomInfoEnrichmentInterface", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "matchStatus", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillData", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ZoomInfoAccountEnrichment", "ofType": null}, {"kind": "OBJECT", "name": "ZoomInfoContactEnrichment", "ofType": null}]}, {"kind": "OBJECT", "name": "ZoomInfoContactEnrichment", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "matchStatus", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "prefillData", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "picture", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ZoomInfoEnrichmentInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "Query", "description": null, "fields": [{"name": "screens", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ScreenRegistry", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityRepositoryRegistry", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "collections", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CollectionsRegistry", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "services", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ServicesRegistry", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "admin", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AdminRegistry", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "viewer", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "Viewer", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ScreenRegistry", "description": null, "fields": [{"name": "account", "description": null, "args": [{"name": "purgeReportSessionIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "AccountPreviewScreen", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountArchive", "description": null, "args": [{"name": "purgeReportSessionIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "AccountArchiveScreen", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "activity", "description": null, "args": [{"name": "purgeReportSessionIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityPreviewScreen", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "approval", "description": null, "args": [{"name": "purgeReportSessionIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ApprovalPreviewScreen", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "archive", "description": null, "args": [{"name": "purgeReportSessionIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OpportunityArchiveScreen", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadArchive", "description": null, "args": [{"name": "purgeReportSessionIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadArchiveScreen", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": null, "args": [{"name": "purgeReportSessionIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ContactPreviewScreen", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactArchive", "description": null, "args": [{"name": "purgeReportSessionIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ContactArchiveScreen", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lead", "description": null, "args": [{"name": "purgeReportSessionIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadPreviewScreen", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunity", "description": null, "args": [{"name": "purgeReportSessionIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OpportunityPreviewScreen", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quote", "description": null, "args": [{"name": "purgeReportSessionIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "QuotePreviewScreen", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteArchive", "description": null, "args": [{"name": "purgeReportSessionIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "QuoteArchiveScreen", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "project", "description": null, "args": [{"name": "purgeReportSessionIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ProjectPreviewScreen", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "navigator", "description": null, "args": [{"name": "purgeReportSessionIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "NavigatorScreen", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "betterNavigator", "description": null, "args": [{"name": "purgeReportSessionIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "BetterNavigatorScreen", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "feed", "description": null, "args": [{"name": "purgeReportSessionIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "FeedScreen", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "feedEmail", "description": null, "args": [{"name": "purgeReportSessionIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "FeedEmailScreen", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": null, "args": [{"name": "purgeReportSessionIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "EmailPreviewScreen", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "insights", "description": null, "args": [{"name": "purgeReportSessionIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "InsightsScreen", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "indicators", "description": null, "args": [{"name": "purgeReportSessionIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "IndicatorsScreen", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lifecycle", "description": null, "args": [{"name": "purgeReportSessionIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LifeCycleScreen", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversions", "description": null, "args": [{"name": "purgeReportSessionIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ConversionsScreen", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "detailTabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DetailTabs", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "extractViews", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ExtractViews", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "globalSearch", "description": null, "args": [{"name": "searchQuery", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "type", "description": "Choose which entity type to search.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "GlobalSearchSearchTypeParams", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "sorting", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "GlobalSearchSorting", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "includeDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "includeArchived", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "accentSensitive", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "GlobalSearch", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "advancedGlobalSearch", "description": null, "args": [{"name": "searchQuery", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "includeDeletedAndArchivedRecords", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "includeDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "includeArchived", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PeriodOptionParams", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PeriodOptionParams", "ofType": null}, "defaultValue": null}, {"name": "ownerIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "salesUnitIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "accentSensitive", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AdvancedGlobalSearch", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fulltextSearch", "description": null, "args": [{"name": "searchQueries", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "type", "description": "Choose which entity type to search.", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "exactMatch", "description": "If true, then lookup is made for exact match according to lodash logic. If false, then equals matching is done.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "entityApiName", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FulltextSearch", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "favoriteRecords", "description": null, "args": [{"name": "type", "description": "Choose entity type of favorites. Null to all.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FavoriteRecordsType", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FavoriteRecords", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recentlyOpened", "description": null, "args": [{"name": "recentlyOpenedEntities", "description": "Recently Opened Entities.", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "RecentlyOpenedEntityParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "RecentlyOpened", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dashboard", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardViews", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "forecast", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ForecastViews", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "changeLog", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ChangeLogScreen", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "documentManagement", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DocumentManagementScreen", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "target", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TargetView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "report", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ReportScreen", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntities", "description": null, "args": [{"name": "entityApiName", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "purgeReportSessionIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CustomEntityPreviewScreen", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountPreviewScreen", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountPreviewScreenProfile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountPreviewScreenProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftProfile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "AccountPreviewScreenProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "profile", "description": "Profile for the AccountPreviewProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "AccountPreviewProfileParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountProfileData", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "item", "description": null, "args": [{"name": "view", "description": "Defines settings of view tab of active profile", "type": {"kind": "INPUT_OBJECT", "name": "AccountPreviewViewTabParams", "ofType": null}, "defaultValue": null}, {"name": "id", "description": "Id of view item to retrieve", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "AccountItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityData", "description": null, "args": [{"name": "entityId", "description": "ID of the entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "AccountEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "Screen", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileScreen", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "Screen", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AccountPreviewScreen", "ofType": null}, {"kind": "OBJECT", "name": "AccountArchiveScreen", "ofType": null}, {"kind": "OBJECT", "name": "ActivityPreviewScreen", "ofType": null}, {"kind": "OBJECT", "name": "ApprovalPreviewScreen", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityArchiveScreen", "ofType": null}, {"kind": "OBJECT", "name": "LeadArchiveScreen", "ofType": null}, {"kind": "OBJECT", "name": "ContactPreviewScreen", "ofType": null}, {"kind": "OBJECT", "name": "ContactArchiveScreen", "ofType": null}, {"kind": "OBJECT", "name": "LeadPreviewScreen", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityPreviewScreen", "ofType": null}, {"kind": "OBJECT", "name": "QuotePreviewScreen", "ofType": null}, {"kind": "OBJECT", "name": "QuoteArchiveScreen", "ofType": null}, {"kind": "OBJECT", "name": "ProjectPreviewScreen", "ofType": null}, {"kind": "OBJECT", "name": "NavigatorScreen", "ofType": null}, {"kind": "OBJECT", "name": "BetterNavigatorScreen", "ofType": null}, {"kind": "OBJECT", "name": "FeedScreen", "ofType": null}, {"kind": "OBJECT", "name": "FeedEmailScreen", "ofType": null}, {"kind": "OBJECT", "name": "EmailPreviewScreen", "ofType": null}, {"kind": "OBJECT", "name": "InsightsScreen", "ofType": null}, {"kind": "OBJECT", "name": "IndicatorsScreen", "ofType": null}, {"kind": "OBJECT", "name": "LifeCycleScreen", "ofType": null}, {"kind": "OBJECT", "name": "ConversionsScreen", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityPreviewScreen", "ofType": null}]}, {"kind": "INTERFACE", "name": "ProfileScreen", "description": null, "fields": [{"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProfileInterface", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileInterface", "kind": "INTERFACE", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftProfile", "description": null, "args": [], "type": {"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AccountPreviewScreen", "ofType": null}, {"kind": "OBJECT", "name": "AccountArchiveScreen", "ofType": null}, {"kind": "OBJECT", "name": "ActivityPreviewScreen", "ofType": null}, {"kind": "OBJECT", "name": "ApprovalPreviewScreen", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityArchiveScreen", "ofType": null}, {"kind": "OBJECT", "name": "LeadArchiveScreen", "ofType": null}, {"kind": "OBJECT", "name": "ContactPreviewScreen", "ofType": null}, {"kind": "OBJECT", "name": "ContactArchiveScreen", "ofType": null}, {"kind": "OBJECT", "name": "LeadPreviewScreen", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityPreviewScreen", "ofType": null}, {"kind": "OBJECT", "name": "QuotePreviewScreen", "ofType": null}, {"kind": "OBJECT", "name": "QuoteArchiveScreen", "ofType": null}, {"kind": "OBJECT", "name": "ProjectPreviewScreen", "ofType": null}, {"kind": "OBJECT", "name": "NavigatorScreen", "ofType": null}, {"kind": "OBJECT", "name": "BetterNavigatorScreen", "ofType": null}, {"kind": "OBJECT", "name": "FeedScreen", "ofType": null}, {"kind": "OBJECT", "name": "FeedEmailScreen", "ofType": null}, {"kind": "OBJECT", "name": "EmailPreviewScreen", "ofType": null}, {"kind": "OBJECT", "name": "InsightsScreen", "ofType": null}, {"kind": "OBJECT", "name": "IndicatorsScreen", "ofType": null}, {"kind": "OBJECT", "name": "LifeCycleScreen", "ofType": null}, {"kind": "OBJECT", "name": "ConversionsScreen", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityPreviewScreen", "ofType": null}]}, {"kind": "INTERFACE", "name": "ProfileInterface", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AccountPreviewScreenProfile", "ofType": null}, {"kind": "OBJECT", "name": "AccountArchiveScreenProfile", "ofType": null}, {"kind": "OBJECT", "name": "ActivityPreviewScreenProfile", "ofType": null}, {"kind": "OBJECT", "name": "ApprovalPreviewScreenProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityArchiveScreenProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadArchiveScreenProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactPreviewScreenProfile", "ofType": null}, {"kind": "OBJECT", "name": "ContactArchiveScreenProfile", "ofType": null}, {"kind": "OBJECT", "name": "LeadPreviewScreenProfile", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityPreviewScreenProfile", "ofType": null}, {"kind": "OBJECT", "name": "QuotePreviewScreenProfile", "ofType": null}, {"kind": "OBJECT", "name": "QuoteArchiveScreenProfile", "ofType": null}, {"kind": "OBJECT", "name": "ProjectPreviewScreenProfile", "ofType": null}, {"kind": "OBJECT", "name": "NavigatorScreenProfile", "ofType": null}, {"kind": "OBJECT", "name": "BetterNavigatorScreenProfile", "ofType": null}, {"kind": "OBJECT", "name": "FeedScreenProfile", "ofType": null}, {"kind": "OBJECT", "name": "FeedEmailScreenProfile", "ofType": null}, {"kind": "OBJECT", "name": "EmailPreviewScreenProfile", "ofType": null}, {"kind": "OBJECT", "name": "InsightsScreenProfile", "ofType": null}, {"kind": "OBJECT", "name": "IndicatorsScreenProfile", "ofType": null}, {"kind": "OBJECT", "name": "LifeCycleScreenProfile", "ofType": null}, {"kind": "OBJECT", "name": "ConversionsScreenProfile", "ofType": null}, {"kind": "OBJECT", "name": "FeedDetailScreenProfile", "ofType": null}, {"kind": "OBJECT", "name": "FeedEmailDetailScreenProfile", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityPreviewScreenProfile", "ofType": null}]}, {"kind": "ENUM", "name": "ProfileShareMode", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Private", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Public", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SelectedUnitsAndUsers", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ClientEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "defaultUnit", "description": "Default sales unit for the user. New records the user creates are assigned to this unit by default.", "args": [], "type": {"kind": "OBJECT", "name": "SalesUnitEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "masterRight", "description": "User role assigned to the user. Determines what features and entities the user can access.", "args": [], "type": {"kind": "OBJECT", "name": "MasterRightEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "defaultUnitId", "description": "Id of the default sales unit.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": "Email. Readonly information from UserProfile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "firstName", "description": "First name. Readonly information from UserProfile.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastActive", "description": "Timestamp of the user's most recent login or API request.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastName", "description": "Last name. Readonly information from UserProfile.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "masterRightId", "description": "Id of the assigned user role.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "middleName", "description": "Middle name. Readonly information from UserProfile.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "phone", "description": "Phone number. Readonly information from UserProfile.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pictureUrl", "description": "Picture name. Readonly information from UserProfile.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "position", "description": "Job title or position of the user.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "region", "description": "Region. Readonly information from UserProfile.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "timezone", "description": "Timezone offset (DEPRECATED)Readonly information from UserProfile.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "ClientTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "defaultIdp", "description": "default_idp retrieved from user, if enabled [HEAVY]", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "userProfileId", "description": "ID of the associated user account [HEAVY]", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitMembership", "description": "Sales units the user belongs to (as member or manager).", "args": [{"name": "filter", "description": "Filter SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter SalesUnitClientRelation relations by edge (relation) SalesUnitClientRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "SalesUnitClientRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentFavorite", "description": "Appointments marked as favorite by the user.", "args": [{"name": "filter", "description": "Filter Appointment relations by target Appointment attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AppointmentFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ClientFavorite relations by edge (relation) ClientFavorite attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ClientFavoriteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Appointment relations by target Appointment attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ClientFavoriteEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskFavorite", "description": "Tasks marked as favorite by the user.", "args": [{"name": "filter", "description": "Filter Task relations by target Task attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TaskFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ClientFavorite relations by edge (relation) ClientFavorite attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ClientFavoriteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Task relations by target Task attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ClientFavoriteEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountFavorite", "description": "Accounts marked as favorite by the user.", "args": [{"name": "filter", "description": "Filter Account relations by target Account attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ClientFavorite relations by edge (relation) ClientFavorite attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ClientFavoriteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Account relations by target Account attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ClientFavoriteEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactFavorite", "description": "Contacts marked as favorite by the user.", "args": [{"name": "filter", "description": "Filter Contact relations by target Contact attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ClientFavorite relations by edge (relation) ClientFavorite attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ClientFavoriteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Contact relations by target Contact attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ClientFavoriteEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileFavorite", "description": "Screen profiles marked as favorite by the user.", "args": [{"name": "filter", "description": "Filter Profile relations by target Profile attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProfileFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ClientFavorite relations by edge (relation) ClientFavorite attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ClientFavoriteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Profile relations by target Profile attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProfileOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ClientFavoriteEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "reportFavorite", "description": "Reports marked as favorite by the user.", "args": [{"name": "filter", "description": "Filter Report relations by target Report attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ReportFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ClientFavorite relations by edge (relation) ClientFavorite attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ClientFavoriteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Report relations by target Report attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReportOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ClientFavoriteEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadFavorite", "description": "Leads marked as favorite by the user.", "args": [{"name": "filter", "description": "Filter Lead relations by target Lead attributes.", "type": {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ClientFavorite relations by edge (relation) ClientFavorite attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ClientFavoriteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Lead relations by target Lead attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ClientFavoriteEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunityFavorite", "description": "Opportunities marked as favorite by the user.", "args": [{"name": "filter", "description": "Filter Opportunity relations by target Opportunity attributes.", "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ClientFavorite relations by edge (relation) ClientFavorite attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ClientFavoriteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Opportunity relations by target Opportunity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ClientFavoriteEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "timezoneName", "description": "IANA timezone name from UserProfile", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the user, formatted according to the user's name format preference.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formattedName", "description": "Display name of the user (alias of name).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitManagerIds", "description": "\n        List of all managed units (with expanded managed trees, includes whole managed unit subtree).\n        ", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitMemberIds", "description": "\n        List of all units where a client is member only, not manager.\n        ", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "userRecalculationState", "description": "State of the user's row-level access recalculation: NoRecalculation (up to date), Pending (queued), or InProgress.", "args": [], "type": {"kind": "ENUM", "name": "UserRecalculationStateEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SalesUnitEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "parent", "description": "Parent sales unit, when this unit is nested. Empty for the root unit.", "args": [], "type": {"kind": "OBJECT", "name": "SalesUnitEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "picture", "description": "Profile picture (logo) of the sales unit.", "args": [], "type": {"kind": "OBJECT", "name": "CloudObjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": "Id of the parent unit, or empty for the root unit.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pictureId", "description": "Id of the picture cloud object.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CloudObjectEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": "Application that produced the object (e.g. Online Forms).", "args": [], "type": {"kind": "OBJECT", "name": "ApplicationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "companyCloudObjectFolder", "description": "Company-level folder that contains the object, when stored in the company document tree.", "args": [], "type": {"kind": "OBJECT", "name": "CloudObjectFolderEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "creator", "description": "User who uploaded the object.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "applicationId", "description": "Id of the producing application.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "companyCloudObjectFolderId", "description": "Id of the company folder, or empty when the object is not stored in the company tree.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "creatorId", "description": "Id of the uploading user.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "filename", "description": "File name (with extension) used when downloading the object.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPublic", "description": "When true, the object can be served via a public URL (see public_url).", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mimeType", "description": "Mime-type of the cloud object Is detected from content.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "params", "description": "Additional metadata about the object (e.g. image dimensions, audio duration), as a JSON object.", "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "size", "description": "Size of the object in bytes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CloudObjectTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "uploadSource", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "UploadSourceEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "url", "description": "URL of the object. If URL scheme is not defined \"http://\" is automatically prepended to supplied URL.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dimensions", "description": "returns dimensions in case of image", "args": [], "type": {"kind": "OBJECT", "name": "CloudObjectDimensions", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "duration", "description": "returns duration of audio file in seconds", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "publicUrl", "description": "returns public url for cloud object", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ApplicationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "automationHubId", "description": "Identifier of the matching Automation Hub item, or empty for user-defined applications. Set automatically by Coevera when the application is registered through the Automation Hub.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isTrigger", "description": "True when this application can register webhooks. Set when the application is created and cannot be changed afterwards.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isVisible", "description": "True when this application is shown in the Automation Hub UI. Hidden applications are still functional but excluded from end-user discovery.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "usesImpersonation", "description": "True when this application can act on behalf of individual users (personal triggers). Set when the application is created and cannot be changed afterwards.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "useOptions", "description": "Per-context flags describing when this application is offered to users (triggers, personal triggers, display, filter). Computed by Coevera.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ApplicationUseOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isActive", "description": "Is application active.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ApplicationUseOption", "description": null, "fields": [{"name": "isAvailableForTrigger", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAvailableForPersonalTrigger", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDisplayable", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFilterable", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "EntityPermsEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Create", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Read", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Write", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Delete", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Ownership", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Qualify", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "BackToLead", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Archive", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Reactivate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Release", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Restore", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Invitee", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Move", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Copy", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ChangePipeline", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ChangeLeadProcess", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ChangeQuoteProcess", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Call", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UnitMembership", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UserAndRoles", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ApiAdmin", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "StepDocuments", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Merge", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Take", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AdminSetAutomationHub", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AdminAutomationHub", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Complete", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Reopen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ManageUserData", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ReadCopy", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ContentRead", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ContentOwnership", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RespondToApproval", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "DelegateApproval", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ResubmitApproval", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CancelApproval", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ReassignClient", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ResetPasswordClient", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "CloudObjectFolderEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "onlineFormType", "description": "Online form template this folder is associated with, when the folder stores form submissions.", "args": [], "type": {"kind": "OBJECT", "name": "OnlineFormTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentCloudObjectFolder", "description": "Parent folder, when this folder is nested. Empty for top-level folders.", "args": [], "type": {"kind": "OBJECT", "name": "CloudObjectFolderEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "API name of the custom entity the folder is attached to. Set only for folders on custom entity records; otherwise empty.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "BaseEntityTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "onlineFormTypeId", "description": "Id of the online form template, or empty when not associated with a form.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentCloudObjectFolderId", "description": "Id of the parent folder, or empty for top-level folders.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Folder kind: Company for shared company folders, Record for folders attached to a specific record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CloudObjectFolderType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormTypeEntity", "description": null, "fields": [{"name": "hasDraft", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formEditApi", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "OnlineForm", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "canChangeReadonly", "description": "Returns if user can change readonly flag on this entity_type.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "User who owns the online form.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "style", "description": "Visual style applied to the form when rendered.", "args": [], "type": {"kind": "OBJECT", "name": "OnlineFormStyleEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "autoPrefillWithJavascript", "description": "When true, the embedded form JavaScript pre-fills fields from URL query parameters on load.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Free-text description shown alongside the form definition in the UI.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "API name of the custom entity the form targets. Set only when entity_type is CustomEntity; otherwise empty.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "BaseEntityTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formEdit", "description": "Definition of the form layout (fields, sections, settings) shown to respondents, as a JSON object conforming to the online-form layout schema. Validated on write.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": "When true, the form is published and accepts new submissions; when false, the form returns an error to respondents.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isReadonly", "description": "True when the form is system-managed and its schema cannot be edited by users.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastSchemaChange", "description": "Timestamp of the most recent change to form_edit (form schema).", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastStatusChange", "description": "Timestamp of the most recent change to is_enabled.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notificationsStatus", "description": "Tracks which threshold-reached notifications have already been sent for the current form configuration. Reset when the configuration changes.", "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the owning user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "styleId", "description": "Id of the form style.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "responseAcceptanceThreshold", "description": "Minimum response count required for the form to be considered \"responsive\" in reports and notifications. Empty when no threshold is configured.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sentCount", "description": "Total number of times the form link has been delivered to recipients.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sentUniqueCount", "description": "Number of distinct recipients the form link has been delivered to.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "responseCount", "description": "Total number of submissions (responses) recorded for the form.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "responseRate", "description": "Fraction (0\u20131) of unique recipients who submitted a response.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastResponseDate", "description": "Timestamp of the most recent submission. Empty when the form has no responses.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastResponseBy", "description": "Name or email address of the respondent on the most recent submission. Empty when the form has no responses or the respondent could not be identified.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "activityLogs", "description": "Submissions (one per response) recorded for this form.", "args": [{"name": "filter", "description": "Filter OnlineForm relations by target OnlineForm attributes.", "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order OnlineForm relations by target OnlineForm attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OnlineFormEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkId", "description": "Short identifier used in the public form URL (see link). Stable across the lifetime of the form.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "summarizedResponseValues", "description": "Sum of response values used to evaluate the response acceptance threshold (e.g. total responses, or evaluated value of the custom acceptance condition). Empty when no threshold is configured.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "link", "description": "Public URL for accessing the form (suitable for sharing with respondents).", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Overall state of the form: Inactive while it has no active configuration, Active while accepting responses, Completed once the configured end condition is met.", "args": [], "type": {"kind": "ENUM", "name": "ProcessStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasCustomRecaptcha", "description": "True when the form is configured with custom reCAPTCHA credentials; false when using the platform default reCAPTCHA setup.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "usedFieldIds", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "responseSummaries", "description": null, "args": [{"name": "category", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ResponseSummaryRelationCategory", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": null, "type": {"kind": "ENUM", "name": "OnlineFormTypeDetailGridSortBy", "ofType": null}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "ENUM", "name": "SortOrder", "ofType": null}, "defaultValue": null}, {"name": "before", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OnlineFormResponseSummaryItemConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "responses", "description": null, "args": [{"name": "filter", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "FieldFilterParams", "ofType": null}, "defaultValue": null}, {"name": "sortBy", "description": null, "type": {"kind": "ENUM", "name": "OnlineFormTypeDetailResponseGridSortBy", "ofType": null}, "defaultValue": null}, {"name": "sortByFieldId", "description": null, "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "ENUM", "name": "SortOrder", "ofType": null}, "defaultValue": null}, {"name": "before", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OnlineFormResponseItemConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "uploadedFiles", "description": null, "args": [{"name": "filter", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormFilterInput", "ofType": null}, "defaultValue": null}, {"name": "fieldIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OnlineFormUploadedFiles", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "solutions", "description": "Solutions whose canvas contains this record (PLW-39121 impacts).", "args": [{"name": "before", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "SolutionEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormStyleEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "OnlineFormStyleSettings", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": "When true, the style name is treated as a translation key and localized in the UI; otherwise the literal name is shown.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormStyleSettings", "description": null, "fields": [{"name": "backgroundColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "buttonAreaPaddingVertical", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "buttonAreaPaddingHorizontal", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "buttonColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "buttonFontColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "buttonRadius", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "columnsHorizontalPadding", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formBackgroundColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formHorizontalPadding", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formVerticalPadding", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "headerBottomMargin", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "headerDescriptionBottomMargin", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "headerHorizontalPadding", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "headerImageVerticalPadding", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "headerRibbonVisible", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "headerTitleTopPadding", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "inputBackgroundColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "inputBorderColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "inputBorderRadius", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "inputBorderWidth", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "inputFocusBackgroundColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "inputFocusBorderColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "inputFontColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "inputHoverBackgroundColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "inputHoverBorderColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryColor", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "questionDescriptionBottomMargin", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "questionTitleBottomMargin", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "questionVerticalMargin", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "questionVerticalPadding", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sectionBackgroundColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sectionFontColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sectionHeaderHorizontalPadding", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sectionHeaderVerticalPadding", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sectionPadding", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "showFooterLogo", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "titleBottomMargin", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "BaseEntityTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Lead", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Account", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Contact", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Opportunity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Task", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Appointment", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptyProductRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Project", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Quote", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OnlineForm", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomEntity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Product", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "OnlineFormEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormEntityEdge", "description": "A Relay edge containing a `OnlineFormEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "OnlineFormEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormEntity", "description": null, "fields": [{"name": "customFields", "description": null, "args": [{"name": "apiNames", "description": "Api names of custom fields to retrieve. All are returned if not set.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRatesList", "description": "Currency exchange rate list applied to product line-items at submission time.", "args": [], "type": {"kind": "OBJECT", "name": "CurrencyExchangeRatesListEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": "Email submitted with the response, used for identification or response notifications.", "args": [], "type": {"kind": "OBJECT", "name": "EmailEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "onlineFormType", "description": "Online form definition this submission belongs to.", "args": [], "type": {"kind": "OBJECT", "name": "OnlineFormTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productCurrency", "description": "Currency selected by the respondent for product line-items, when the form contains products.", "args": [], "type": {"kind": "OBJECT", "name": "CurrencyEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productPriceList", "description": "Product price list selected by the respondent, when the form contains products.", "args": [], "type": {"kind": "OBJECT", "name": "ProductPriceListEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRatesListId", "description": "Id of the exchange rate list.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailId", "description": "Id of the linked email record, when available.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldIds", "description": "Ids of the fields included in the form when this submission was captured, as a JSON array of field ids (UUIDs).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "onlineFormTypeId", "description": "Id of the online form definition.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "productCurrencyId", "description": "Id of the selected currency.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productPriceListId", "description": "Id of the selected price list.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "ProcessStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountRelations", "description": "Accounts the submission was linked to.", "args": [{"name": "filter", "description": "Filter Account relations by target Account attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter OnlineFormRelation relations by edge (relation) OnlineFormRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Account relations by target Account attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OnlineFormRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactRelations", "description": "Contacts the submission was linked to.", "args": [{"name": "filter", "description": "Filter Contact relations by target Contact attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter OnlineFormRelation relations by edge (relation) OnlineFormRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Contact relations by target Contact attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OnlineFormRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadRelations", "description": "Leads the submission was linked to.", "args": [{"name": "filter", "description": "Filter Lead relations by target Lead attributes.", "type": {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter OnlineFormRelation relations by edge (relation) OnlineFormRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Lead relations by target Lead attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OnlineFormRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunityRelations", "description": "Opportunities the submission was linked to.", "args": [{"name": "filter", "description": "Filter Opportunity relations by target Opportunity attributes.", "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter OnlineFormRelation relations by edge (relation) OnlineFormRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Opportunity relations by target Opportunity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OnlineFormRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteRelations", "description": "Quotes the submission was linked to.", "args": [{"name": "filter", "description": "Filter Quote relations by target Quote attributes.", "type": {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter OnlineFormRelation relations by edge (relation) OnlineFormRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Quote relations by target Quote attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OnlineFormRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectRelations", "description": "Projects the submission was linked to.", "args": [{"name": "filter", "description": "Filter Project relations by target Project attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter OnlineFormRelation relations by edge (relation) OnlineFormRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Project relations by target Project attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OnlineFormRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntityRelations", "description": "Custom entity records the submission was linked to.", "args": [{"name": "filter", "description": "Filter CustomEntity relations by target CustomEntity attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CustomEntityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter OnlineFormRelation relations by edge (relation) OnlineFormRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order CustomEntity relations by target CustomEntity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomEntityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OnlineFormRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lines", "description": "Activity log lines describing what was done with this submission (visible only).", "args": [{"name": "filter", "description": "Filter OnlineFormActivityLogLine relations by target OnlineFormActivityLogLine attributes.", "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormActivityLogLineFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order OnlineFormActivityLogLine relations by target OnlineFormActivityLogLine attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormActivityLogLineOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OnlineFormActivityLogLineEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "respondedBy", "description": "Display name of the primary record (account/contact/lead/...) the submission was linked to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "responseDate", "description": "Timestamp the submission was received (the response was completed).", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordName", "description": "Display name of the record that submitted (or is associated with) this form response, formatted according to the calling user's preferred name format.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "answers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormFieldAnswer", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccount", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryContact", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryLead", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "LeadEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryOpportunity", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "OpportunityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryQuote", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "QuoteEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryCustomEntity", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CustomEntityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryContactId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryLeadOpptyId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryQuoteId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryCustomEntityId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CurrencyExchangeRatesListEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "validFrom", "description": "Date the exchange rate list becomes effective. The list valid for any given moment is the most recent one whose valid_from is in the past. Time component is truncated to midnight on set.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRates", "description": "Exchange rates configured in this list \u2014 one row per non-base currency in the space.", "args": [{"name": "filter", "description": "Filter Currency relations by target Currency attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CurrencyFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter CurrencyExchangeRate relations by edge (relation) CurrencyExchangeRate attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CurrencyExchangeRateFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Currency relations by target Currency attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CurrencyOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CurrencyExchangeRateEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CurrencyExchangeRateEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "CurrencyExchangeRateEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CurrencyExchangeRateEntityEdge", "description": "A Relay edge containing a `CurrencyExchangeRateEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "CurrencyExchangeRateEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CurrencyExchangeRateEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRateList", "description": "Effective period (exchange rate list) this rate belongs to.", "args": [], "type": {"kind": "OBJECT", "name": "CurrencyExchangeRatesListEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currency", "description": "Currency the exchange rate applies to. Cannot be the base currency.", "args": [], "type": {"kind": "OBJECT", "name": "CurrencyEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRateListId", "description": "Id of the exchange rate list.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyId", "description": "Id of the currency.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "exchangeRate", "description": "Multiplier for converting an amount in the base currency into this currency. Must be greater than zero.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CurrencyEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "code", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isBase", "description": "True for the space's base currency. There is exactly one base currency per space and it cannot be deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "symbol", "description": "Display symbol of the currency (e.g. \"$\", \"\u20ac\"). Used when formatting amounts in the UI.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRates", "description": "Exchange rates configured for this currency, one per exchange rate list (effective period).", "args": [{"name": "filter", "description": "Filter CurrencyExchangeRatesList relations by target CurrencyExchangeRatesList attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CurrencyExchangeRatesListFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter CurrencyExchangeRate relations by edge (relation) CurrencyExchangeRate attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CurrencyExchangeRateFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order CurrencyExchangeRatesList relations by target CurrencyExchangeRatesList attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CurrencyExchangeRatesListOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CurrencyExchangeRateEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CurrencyExchangeRatesListFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CurrencyExchangeRatesListFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CurrencyExchangeRatesListFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CurrencyExchangeRatesListFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "validFrom", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRates", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CurrencyExchangeRateFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CurrencyExchangeRateFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CurrencyExchangeRateFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CurrencyExchangeRateFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CurrencyExchangeRateFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRateListId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "currencyId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "exchangeRate", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRateList", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CurrencyExchangeRatesListFilterInput", "ofType": null}, "defaultValue": null}, {"name": "currency", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CurrencyFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CurrencyFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CurrencyFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CurrencyFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CurrencyFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "code", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isBase", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "symbol", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRates", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CurrencyExchangeRateFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CurrencyExchangeRatesListOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "validFrom", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CurrencyOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "code", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isBase", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "symbol", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "companyEmail", "description": "Configured company email used as the From / Reply-To. Empty when sent from the user mailbox.", "args": [], "type": {"kind": "OBJECT", "name": "CompanyEmailEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftParentEmail", "description": "The original email a draft was started from (reply/forward source), or empty for a standalone draft.", "args": [], "type": {"kind": "OBJECT", "name": "EmailEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "Sales user who owns this email. May be empty for unassigned emails.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentEmail", "description": "For mass emails: the master email this copy was generated from. Empty for the master and for non-mass emails.", "args": [], "type": {"kind": "OBJECT", "name": "EmailEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderAccount", "description": "Account record matched as the sender, or empty when the sender does not match an existing Account.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderClient", "description": "Internal user matched as the sender, or empty when the sender is external.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderContact", "description": "Contact record matched as the sender, or empty when the sender does not match an existing Contact.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "template", "description": "Email template used to compose this email, or empty when none was used.", "args": [], "type": {"kind": "OBJECT", "name": "EmailTemplateEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "additionalHeaders", "description": "Extra raw email headers preserved from the source message, as a JSON object mapping each header name to a string or a list of strings.", "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "bcc", "description": "Comma-separated list of blind-carbon-copy recipients.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "body", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "bodySummary", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "cc", "description": "Comma-separated list of carbon-copy recipients.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "companyEmailId", "description": "Id of the company email.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contentShareMode", "description": "How the email body is shared with non-owners (e.g. Private hides the body, Public makes it visible to anyone with read access on the email envelope).", "args": [], "type": {"kind": "ENUM", "name": "ContentShareModeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contentType", "description": "MIME content type of the body (e.g. text/html, text/plain).", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dateSent", "description": "Timestamp the email was sent. Empty for drafts and scheduled emails not yet sent.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "direction", "description": "Direction of the email (Incoming, Outgoing).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailDirectionEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftParentEmailId", "description": "Id of the draft parent email.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftSettings", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "EmailDraftSettings", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "errorCode", "description": "Numeric error code recorded when the email failed to send. Zero when no error occurred.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDraft", "description": "True when this email is an unsent draft. Drafts have no date_sent/send_at and are excluded from the sent/scheduled streams.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isTracked", "description": "True when delivery tracking is enabled. Tracked emails generate EmailEvent records on open/click.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "originalId", "description": "External identifier of the email on the source mailbox (e.g. IMAP Message-ID). Used to deduplicate when re-syncing.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the email owner.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentEmailId", "description": "Id of the parent (master) email.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "scheduleSettings", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "EmailScheduleSettings", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sendAt", "description": "Timestamp at which a scheduled email is queued to be sent. Empty for immediately-sent emails.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sender", "description": "Sender address as it appeared on the email (free-text \"From\" header).", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderAccountId", "description": "Id of the matched sender account.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderClientId", "description": "Id of the matched sender user.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderContactId", "description": "Id of the matched sender contact.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sentiment", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "EmailSentimentEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": "Sharing model for the email envelope (e.g. shared with selected sales units or selected users). The matching sharing_units / sharing_clients lists control who is granted access.", "args": [], "type": {"kind": "ENUM", "name": "ShareModeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "subject", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tableName", "description": "Discriminator identifying the concrete record type \u2014 always \"email\" for Email records. Read-only; useful when consuming polymorphic Message results.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "templateId", "description": "Id of the email template.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "threadId", "description": "Identifier grouping emails belonging to the same conversation thread.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "to", "description": "Comma-separated list of primary recipients.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Email category (e.g. regular email, mass email, calendar invitation).", "args": [], "type": {"kind": "ENUM", "name": "EmailTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "uid", "description": "IMAP UID of the email on the source mailbox.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": "True when the current authenticated user has marked this email as favorite. Per-user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingUnits", "description": "Sales units that have been granted shared access to this email envelope.", "args": [{"name": "filter", "description": "Filter SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter MessageSharingSalesUnitRelation relations by edge (relation) MessageSharingSalesUnitRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "MessageSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageSharingSalesUnitRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingClients", "description": "Users that have been granted shared access to this email envelope.", "args": [{"name": "filter", "description": "Filter Client relations by target Client attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter MessageSharingClientRelation relations by edge (relation) MessageSharingClientRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "MessageSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Client relations by target Client attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageSharingClientRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contentSharingUnits", "description": "Sales units that have been granted access to the email body when content_share_mode is restricted.", "args": [{"name": "filter", "description": "Filter SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter EmailContentSharingSalesUnitRelation relations by edge (relation) EmailContentSharingSalesUnitRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "EmailContentSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "EmailContentSharingSalesUnitRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contentSharingClients", "description": "Users that have been granted access to the email body when content_share_mode is restricted.", "args": [{"name": "filter", "description": "Filter Client relations by target Client attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter EmailContentSharingClientRelation relations by edge (relation) EmailContentSharingClientRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "EmailContentSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Client relations by target Client attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "EmailContentSharingClientRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountRelations", "description": "Accounts this email is linked to.", "args": [{"name": "filter", "description": "Filter Account relations by target Account attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter MessageRelation relations by edge (relation) MessageRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Account relations by target Account attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactRelations", "description": "Contacts this email is linked to.", "args": [{"name": "filter", "description": "Filter Contact relations by target Contact attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter MessageRelation relations by edge (relation) MessageRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Contact relations by target Contact attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectRelations", "description": "Projects this email is linked to.", "args": [{"name": "filter", "description": "Filter Project relations by target Project attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter MessageRelation relations by edge (relation) MessageRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Project relations by target Project attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntityRelations", "description": "Custom entity records this email is linked to.", "args": [{"name": "filter", "description": "Filter CustomEntity relations by target CustomEntity attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CustomEntityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter MessageRelation relations by edge (relation) MessageRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order CustomEntity relations by target CustomEntity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomEntityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadRelations", "description": "Leads this email is linked to.", "args": [{"name": "filter", "description": "Filter Lead relations by target Lead attributes.", "type": {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter MessageRelation relations by edge (relation) MessageRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Lead relations by target Lead attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunityRelations", "description": "Opportunities this email is linked to.", "args": [{"name": "filter", "description": "Filter Opportunity relations by target Opportunity attributes.", "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter MessageRelation relations by edge (relation) MessageRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Opportunity relations by target Opportunity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteRelations", "description": "Quotes this email is linked to.", "args": [{"name": "filter", "description": "Filter Quote relations by target Quote attributes.", "type": {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter MessageRelation relations by edge (relation) MessageRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Quote relations by target Quote attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": "Tag labels applied to this email. Visible only to users that can read the email body.", "args": [{"name": "filter", "description": "Filter Tag relations by target Tag attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TagFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter TagRelation relations by edge (relation) TagRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Tag relations by target Tag attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TagOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "TagRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "Attachments and other documents linked to this email.", "args": [{"name": "filter", "description": "Filter CloudObject relations by target CloudObject attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter CloudObjectRelation relations by edge (relation) CloudObjectRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order CloudObject relations by target CloudObject attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CloudObjectRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mailboxIds", "description": "Ids of the mailboxes (company or personal) the email envelope belongs to, aggregated from the active email_mailbox_relation rows.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "massTrackingInfo", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MassEmailTrackingInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "trackingHistory", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "EmailTrackingEvent", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "massEmailRelations", "description": null, "args": [{"name": "category", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MassEmailRelationCategory", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": null, "type": {"kind": "ENUM", "name": "MassEmailDetailGridSortyBy", "ofType": null}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "ENUM", "name": "SortOrder", "ofType": null}, "defaultValue": null}, {"name": "before", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MassEmailRelationItemConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasTrackingEvent", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasAnyAttachment", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "wasBounced", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversationSubject", "description": "Returns subject for conversation this email is in. Returns null if thread_id = null", "args": [{"name": "mailboxId", "description": null, "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "defaultValue": null}], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isConversationSubjectAvailable", "description": null, "args": [{"name": "mailboxId", "description": null, "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isContentAvailable", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "canChangeConversationContentShareMode", "description": null, "args": [{"name": "mailboxId", "description": null, "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversationItems", "description": null, "args": [{"name": "sortOrder", "description": null, "type": {"kind": "ENUM", "name": "SortOrder", "ofType": null}, "defaultValue": null}, {"name": "mailboxId", "description": null, "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "defaultValue": null}, {"name": "before", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "EmailConversationItemConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversation", "description": "Whole conversation in one payload, no paging. Same ordering / draft interleave as conversationItems. Batches sender-relationship lookups so the caller can safely request senderAccount / senderClient / senderContact fields on every item.", "args": [{"name": "mailboxId", "description": null, "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "ENUM", "name": "SortOrder", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailConversationItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "oldestConversationItem", "description": null, "args": [{"name": "mailboxId", "description": null, "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "EmailEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "newestReadableConversationItem", "description": null, "args": [{"name": "mailboxId", "description": null, "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "EmailEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "replyBody", "description": "Used for reply.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "forwardBody", "description": "Used for forward.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDifferentActor", "description": null, "args": [{"name": "mailboxId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkedRecords", "description": null, "args": [{"name": "mailboxId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailEntityLinkedRecord", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CompanyEmailEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": "Email address of the company mailbox (the From address).", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "enabled", "description": "False when the mailbox is disabled (either by the user or because the underlying feature is not available); true otherwise.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "errorCode", "description": "Error code recorded for the mailbox; empty when healthy. Set on integration failures or when the user disables the integration.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the company email account, shown in the UI.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pictureUrl", "description": "URL of the avatar image used as the sender picture for emails sent from this account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "serviceType", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailServiceTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": "Provider-specific configuration for the mailbox (e.g. parse_subdomain for SendGrid).", "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "token", "description": "OAuth/secret credentials for the mailbox. Read-only and only returned to service-to-service callers; setting via the public API is not supported.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "features", "description": "List of capabilities supported by the underlying email service (e.g. CanSyncBounces, CanSyncIncoming).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailAccountFeatureEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "mailboxId", "description": "Stable UUID derived from the mailbox address and service type, used to correlate the company email account with its integration settings entry.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "limits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailAccountLimit", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "EmailAccountFeatureEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "CanSyncBounces", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CanSyncIncoming", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailAccountLimit", "description": null, "fields": [{"name": "messagesPerDay", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sentMessages", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountEntity", "description": null, "fields": [{"name": "customFields", "description": null, "args": [{"name": "apiNames", "description": "Api names of custom fields to retrieve. All are returned if not set.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pendingScheduledActions", "description": "Deferred property. Will return data only if called via get_by_id. Otherwise null or empty array is used.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountType", "description": "Account type that classifies this account. Account types are configurable per team space and drive which form, fields and pipelines apply.", "args": [], "type": {"kind": "OBJECT", "name": "AccountTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRatesList", "description": "Currency exchange rate list used to convert monetary fields linked to this account. Empty to inherit the team space default.", "args": [], "type": {"kind": "OBJECT", "name": "CurrencyExchangeRatesListEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customerType", "description": "Customer category (e.g. Lead, Prospect, Customer). Configurable per team space.", "args": [], "type": {"kind": "OBJECT", "name": "DataEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "industry", "description": "Industry the account operates in. Configurable per team space.", "args": [], "type": {"kind": "OBJECT", "name": "DataEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "Sales user who owns this account.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentAccount", "description": "Parent account in a corporate hierarchy. Empty for top-level accounts.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentAccountRelationType", "description": "Type of relationship to the parent account (e.g. subsidiary, branch). Required when parent_account is set.", "args": [], "type": {"kind": "OBJECT", "name": "ParentAccountRelationTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "picture", "description": "Profile picture or company logo associated with the account.", "args": [], "type": {"kind": "OBJECT", "name": "CloudObjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Sales unit this account is assigned to. Determines which team members can see the record under unit-based sharing.", "args": [], "type": {"kind": "OBJECT", "name": "SalesUnitEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountClass", "description": "Manual classification grade assigned to the account. Used in segmentation and reporting.", "args": [], "type": {"kind": "ENUM", "name": "AccountClassEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountTypeId", "description": "Id of the account type assigned to this account.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "address", "description": "Street address of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "city", "description": "City of the account address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "comments", "description": "Free-form notes describing the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "country", "description": "Country of the account address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRatesListId", "description": "Id of the currency exchange rate list applied to this account.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customerTypeId", "description": "Id of the customer type.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email1", "description": "Primary email address of the account. Used as default recipient for emails sent from Coevera.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email2", "description": "Additional email address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email3", "description": "Additional email address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email4", "description": "Additional email address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email5", "description": "Additional email address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "healthCategory", "description": "Coarser bucket of health_status used for grouping and reporting. Read-only.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "healthStatus", "description": "Computed entity-health state (e.g. healthy, at-risk). Read-only; recalculated by Coevera when relevant fields change.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "homePage", "description": "Website URL of the account. May be auto-filled from the primary email domain when domain extraction is enabled.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "industryId", "description": "Id of the industry classification.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isArchived", "description": "True when the account has been archived. Archived accounts remain readable but are hidden from active lists and cannot be edited until reactivated.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastAiAccountHierarchyApplied", "description": "Time when an AI-suggested account hierarchy was last applied to this account.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastAiOrgChartApplied", "description": "Time when an AI-suggested org chart was last applied to this account.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the account owner.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentAccountId", "description": "Id of the parent account.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentAccountRelationTypeId", "description": "Id of the parent-account relationship type.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "phone1", "description": "Primary phone number of the account. Used as default target for click-to-call.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "phone2", "description": "Additional phone number.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "phone3", "description": "Additional phone number.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "phone4", "description": "Additional phone number.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "phone5", "description": "Additional phone number.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pictureId", "description": "Id of the profile picture document.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickParentAccountName", "description": "Free-text parent-account name used when the parent has not been linked to an actual Account record. Lets integrators note the relationship without creating a separate parent Account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": "Sharing model applied on top of the owner/unit visibility (e.g. shared with selected sales units or selected users). The matching sharing_units / sharing_clients lists control who is granted access.", "args": [], "type": {"kind": "ENUM", "name": "ShareModeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "stateProvince", "description": "State or province of the account address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": "Id of the sales unit.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "zipCode", "description": "ZIP or postal code of the account address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formattedName", "description": "Display version of the account name, used in lists and references.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "enrolledEmailSequences", "description": "Number of email sequences this record is currently actively enrolled in (soft-deleted or ended enrollments are not counted).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "socialMedia", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "AccountSocialRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingUnits", "description": "Sales units that have been granted shared access to this account. Editable only when share_mode allows unit sharing.", "args": [{"name": "filter", "description": "Filter SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter AccountSharingSalesUnitRelation relations by edge (relation) AccountSharingSalesUnitRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AccountSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "AccountSharingSalesUnitRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingClients", "description": "Users that have been granted shared access to this account. Editable only when share_mode allows user sharing.", "args": [{"name": "filter", "description": "Filter Client relations by target Client attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter AccountSharingClientRelation relations by edge (relation) AccountSharingClientRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AccountSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Client relations by target Client attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "AccountSharingClientRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "Documents linked to this account.", "args": [{"name": "filter", "description": "Filter CloudObject relations by target CloudObject attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter CloudObjectRelation relations by edge (relation) CloudObjectRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order CloudObject relations by target CloudObject attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CloudObjectRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": "True when the current authenticated user has marked this account as favorite. Per-user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "viewerIdsPerSalesUnit", "description": "Deferred property. Will return data only if called via get_by_id. Otherwise null or empty array is used.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isUnsubscribed", "description": "If account has any unsubscribed email.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": "Tag labels applied to this account.", "args": [{"name": "filter", "description": "Filter Tag relations by target Tag attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TagFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter TagRelation relations by edge (relation) TagRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Tag relations by target Tag attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TagOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "TagRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "staticProfiles", "description": "Saved view profiles this account currently matches.", "args": [{"name": "filter", "description": "Filter Profile relations by target Profile attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProfileFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ProfileRelation relations by edge (relation) ProfileRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProfileRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Profile relations by target Profile attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProfileOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ProfileRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "health", "description": "Composite entity-health summary, combining current and previous state with last-calculation metadata. Read-only; computed by Coevera.", "args": [], "type": {"kind": "OBJECT", "name": "EntityHealthResult", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modifiedByUser", "description": "Timestamp of the most recent modification made by an end user (excluding system changes). Read-only; computed by Coevera.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relatedEntitiesDrilldown", "description": null, "args": [{"name": "entityType", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CompactViewDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "charts", "description": null, "args": [{"name": "ids", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardChartData", "kind": "UNION", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "chartsDrilldown", "description": null, "args": [{"name": "id", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "seriesIndex", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "itemIndex", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CompactViewDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fields", "description": null, "args": [{"name": "ids", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "approval", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ApprovalEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountTypeEntity", "description": null, "fields": [{"name": "hasDraft", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formEditApi", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "Form", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "canChangeReadonly", "description": "Returns if user can change readonly flag on this entity_type.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formEdit", "description": "JSON definition of the edit form layout used by the UI when creating or editing accounts of this type. Contains tabs, sections, and field placement.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isReadonly", "description": "True when the account type is system-managed and cannot be edited or deleted by users.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": "Per-type configuration for records of this entity type, e.g. allowed task and appointment types that may be linked to records of this type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityTypeSettings", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPublished", "description": "True when the entity configuration is published; false while it exists only as an unpublished draft.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "Form", "description": null, "fields": [{"name": "label", "description": "Display name of the form layout.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": "When true, the label is shown using the workspace's translated language strings.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Top-level layout items (separators, subsections, containers, step containers) in display order.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "FormItemInterface", "kind": "INTERFACE", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EntityTypeSettings", "description": null, "fields": [{"name": "allowedTaskTypeIds", "description": "Task type ids that may be linked to records of this entity type. Empty or null allows all task types.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "allowedAppointmentTypeIds", "description": "Appointment type ids that may be linked to records of this entity type. Empty or null allows all appointment types.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DataEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasDraft", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "allowedBy", "description": "For dependent dropdowns, the parent-field values this option is available for, as a JSON array of identifiers (option ids or enum names). Empty when always available.", "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "calcValue", "description": "Numeric value associated with the option, used in calculation formulas (e.g. score of a dropdown option).", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dataSetId", "description": "Identifier of the data set this option belongs to. Shared by all options of a dropdown / radio / multiselect field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "optionName", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Position of the option within its data set; lower values appear first.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPublished", "description": "True when the entity configuration is published; false while it exists only as an unpublished draft.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "optionNameTranslations", "description": "Map of locale codes to translated option names (e.g. {\"en-US\": \"Hot\", \"de-DE\": \"Hei\u00df\"}). Empty when no translations are defined.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "optionNameTranslated", "description": "Option name in the current user's language, taken from option_name_translations. Empty when no translation is available for that language.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ParentAccountRelationTypeEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "childLabel", "description": "Label shown for the child side of the parent-child account relation (e.g. \"Subsidiary\" when the parent is a holding company).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentLabel", "description": "Label shown for the parent side of the parent-child account relation (e.g. \"Parent company\").", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountSocialRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity. Must match with Account id.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "angellistUrl", "description": "AngelList profile URL of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "crunchbaseUrl", "description": "Crunchbase profile URL of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "disqusUrl", "description": "Disqus profile URL of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "facebookId", "description": "Facebook page or profile id of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "facebookUrl", "description": "Facebook profile URL of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "flickrUrl", "description": "Flickr profile URL of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "foursquareUrl", "description": "Foursquare profile URL of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "googleId", "description": "Google business or profile id of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "googlePlusUrl", "description": "Google+ profile URL of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "gravatarUrl", "description": "Gravatar profile URL of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kloutUrl", "description": "Klout profile URL of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkedinId", "description": "LinkedIn company or profile id of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkedinUrl", "description": "LinkedIn profile URL of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pinterestUrl", "description": "Pinterest profile URL of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoraUrl", "description": "Quora profile URL of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "redditUrl", "description": "Reddit profile URL of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "skypeUrl", "description": "Skype contact URL or username of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "slideshareUrl", "description": "SlideShare profile URL of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "twitterId", "description": "Twitter (X) user id of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "twitterUrl", "description": "Twitter (X) profile URL of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "vimeoUrl", "description": "Vimeo profile URL of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "wordpressUrl", "description": "WordPress site URL of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "xingUrl", "description": "XING profile URL of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "yahooUrl", "description": "Yahoo profile URL of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "yelpUrl", "description": "Yelp business URL of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "youtubeUrl", "description": "YouTube channel URL of the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountSharingSalesUnitRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "AccountSharingSalesUnitRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountSharingSalesUnitRelationEntityEdge", "description": "A Relay edge containing a `AccountSharingSalesUnitRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "AccountSharingSalesUnitRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountSharingSalesUnitRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "account", "description": "Account being shared.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Sales unit the account is shared with.", "args": [], "type": {"kind": "OBJECT", "name": "SalesUnitEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": "Id of the shared account.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Sharing role granting the unit a specific access level (e.g. Read, Edit) on the account.", "args": [], "type": {"kind": "ENUM", "name": "SharingRoleEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": "Id of the sales unit.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "SharingRoleEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Watcher", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Editor", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "parentId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "pictureId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "parent", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "picture", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CloudObjectFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "applicationId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "companyCloudObjectFolderId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "creatorId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "filename", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isPublic", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "mimeType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "size", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "uploadSource", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "UploadSourceEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "url", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "application", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ApplicationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "companyCloudObjectFolder", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFolderFilterInput", "ofType": null}, "defaultValue": null}, {"name": "creator", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CloudObjectTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "UploadSourceEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UploadSourceEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "UploadSourceEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "UploadSourceEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "EmailTemplate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RichTextEditor", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ApplicationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ApplicationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ApplicationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ApplicationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "automationHubId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "isTrigger", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "isVisible", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "usesImpersonation", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CloudObjectFolderFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectFolderFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectFolderFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFolderFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "entityApiName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "entityType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "BaseEntityTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "onlineFormTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "parentCloudObjectFolderId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "ENUM", "name": "CloudObjectFolderType", "ofType": null}, "defaultValue": null}, {"name": "onlineFormType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "parentCloudObjectFolder", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFolderFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "BaseEntityTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "BaseEntityTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "BaseEntityTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "CloudObjectFolderType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Company", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Record", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OnlineFormTypeFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "autoPrefillWithJavascript", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "entityApiName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "entityType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "BaseEntityTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "isEnabled", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "lastSchemaChange", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "lastStatusChange", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "styleId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "responseAcceptanceThreshold", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "sentCount", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "sentUniqueCount", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "responseCount", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "responseRate", "description": null, "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "defaultValue": null}, {"name": "lastResponseDate", "description": null, "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "defaultValue": null}, {"name": "lastResponseBy", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "ProcessStatusEnum", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "style", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormStyleFilterInput", "ofType": null}, "defaultValue": null}, {"name": "activityLogs", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "defaultUnitId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "email", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "firstName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "lastActive", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "lastName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "masterRightId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "middleName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "phone", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "pictureUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "position", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "region", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "timezone", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "defaultUnit", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "masterRight", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MasterRightFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unitMembership", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "appointmentFavorite", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFavoriteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "taskFavorite", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFavoriteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accountFavorite", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFavoriteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contactFavorite", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFavoriteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "profileFavorite", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFavoriteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "reportFavorite", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFavoriteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "leadFavorite", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFavoriteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "opportunityFavorite", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFavoriteFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ClientTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ClientTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Customer", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Support", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "MasterRightFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MasterRightFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MasterRightFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MasterRightFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "accessAccountRelationTypes", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessAccounts", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessAiAutomatizer", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessAiOnlineForms", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessAiRecordDetail", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessAiRecordEnrichment", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessAiRelationshipCharts", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessAiReports", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessAiSmartField", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessAppointmentScheduler", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessAppointmentSchedulerManagement", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessApprovalProcesses", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessApprovalProcessesManagement", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessApprovals", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessArchive", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessAudit", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessAuditLog", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessBulkUpdate", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessCalling", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessCallingCompanyPhone", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelCompanyEmailsEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessCallingPurchasePhone", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessCompanyEmails", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelCompanyEmailsEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessContacts", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessDocumentManagement", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessDocumentManagementCompany", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessDocumentManagementRecord", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessDuplicateChecker", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEmailNotificationEnforcement", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityAccount", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelEntityEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityAccountCopy", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityAccountDelete", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityAccountDirection", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessDirectionEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityAccountPrivate", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityAccountTagCreate", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityAccountTypes", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessEntityTypesEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityAppointment", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelEntityEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityAppointmentDelete", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityAppointmentDirection", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessDirectionEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityAppointmentTagCreate", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityAppointmentTypes", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessEntityTypesEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityBetterNavigator", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelCommonRecordsEnumEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityBetterNavigatorDeleteNotOwned", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityBetterNavigatorDeleteOwned", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityBetterNavigatorSharingCustom", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityBetterNavigatorSharingPublic", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityContact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelEntityEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityContactCopy", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityContactDelete", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityContactDirection", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessDirectionEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityContactPrivate", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityContactTagCreate", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityContactTypes", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessEntityTypesEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityDashboard", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelCommonRecordsEnumEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityDashboardDeleteNotOwned", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityDashboardDeleteOwned", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityDashboardSharingCustom", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityDashboardSharingPublic", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityEmailContentShareMode", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContentShareModeConfigEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityEmailDeleteNotOwned", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityEmailSequence", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelEmailSequenceEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityEmailTemplate", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelCommonRecordsEnumEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityEmailTemplateCreateDeleteFolder", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityEmailTemplateDeleteNotOwned", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityEmailTemplateDeleteOwned", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityEmailTemplateSharingCustom", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityEmailTemplateSharingPublic", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityForecast", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelCommonRecordsEnumEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityForecastDeleteNotOwned", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityForecastDeleteOwned", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityForecastEditNotOwned", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityForecastSharingCustom", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityForecastSharingPublic", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityFormView", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelCommonRecordsEnumEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityFormViewDeleteNotOwned", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityFormViewDeleteOwned", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityFormViewSharingCustom", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityFormViewSharingPublic", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityLead", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelEntityEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityLeadCopy", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityLeadDelete", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityLeadDirection", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessDirectionEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityLeadPrivate", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityLeadTagCreate", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityLeadTypes", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessEntityTypesEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityMessageTagCreate", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityOppty", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelEntityEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityOpptyCopy", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityOpptyDelete", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityOpptyDirection", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessDirectionEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityOpptyPrivate", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityOpptyTagCreate", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityPipeline", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelPipelineEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityProcess", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelProcessBuilderEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityProfile", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelCommonRecordsEnumEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityProfileDeleteNotOwned", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityProfileDeleteOwned", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityProfileSharingCustom", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityProfileSharingPublic", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityProject", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelEntityEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityProjectCopy", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityProjectDelete", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityProjectDirection", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessDirectionEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityProjectPrivate", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityProjectTagCreate", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityQuote", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelEntityEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityQuoteCopy", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityQuoteDelete", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityQuoteDirection", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessDirectionEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityQuoteTagCreate", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityQuoteTypes", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessEntityTypesEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityReport", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelCommonRecordsEnumEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityReportCreateDeleteFolder", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityReportDeleteNotOwned", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityReportDeleteOwned", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityReportPrivate", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityReportScheduleCreate", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityReportScheduleManagement", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityReportSharingCustom", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityReportSharingPublic", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntitySolution", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntitySolutionManagement", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityTarget", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelCommonRecordsEnumEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityTargetDeleteNotOwned", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityTargetDeleteOwned", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityTask", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelEntityEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityTaskDelete", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityTaskDirection", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessDirectionEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityTaskTagCreate", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessEntityTaskTypes", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessEntityTypesEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accessEntityTaskUnassigned", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessExport", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessFeeds", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessForeignCurrencies", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessFormAndFields", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessGlobalSettings", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessHomeScreen", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessImport", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessInsights", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessLeads", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessOnlineForms", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessOnlineFormsManagement", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessOpportunity", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessPipelineConfiguration", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessPrint", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessProductsServices", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessProjects", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessQuotes", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessSalesRoles", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessSecurity", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessUnits", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessUserAndRoles", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "accessWhatsAppCompanyPhone", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelCompanyEmailsEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "allowedPipelines", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AllowedPipelineFilterInput", "ofType": null}, "defaultValue": null}, {"name": "allowedLeadTypes", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AllowedLeadTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "allowedQuoteTypes", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AllowedQuoteTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "allowedAccountTypes", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AllowedAccountTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "allowedContactTypes", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AllowedContactTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "allowedTaskTypes", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AllowedTaskTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "allowedAppointmentTypes", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AllowedAppointmentTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "allowedCompanyEmails", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AllowedCompanyEmailFilterInput", "ofType": null}, "defaultValue": null}, {"name": "allowedCompanyPhones", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AllowedCompanyPhoneFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccessLevelCompanyEmailsEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccessLevelCompanyEmailsEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelCompanyEmailsEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AccessLevelCompanyEmailsEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NoAccess", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Selected", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "All", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccessLevelEntityEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccessLevelEntityEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelEntityEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AccessLevelEntityEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NoAccess", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Readonly", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Editor", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EditorOrUnitManger", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "All", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccessDirectionEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccessDirectionEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessDirectionEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AccessDirectionEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Owned", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Current", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CurrentAndParent", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CurrentAndSubunit", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CurrentAndParentAndSubunit", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "All", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccessEntityTypesEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccessEntityTypesEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessEntityTypesEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AccessEntityTypesEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "All", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Selected", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccessLevelCommonRecordsEnumEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccessLevelCommonRecordsEnumEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelCommonRecordsEnumEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AccessLevelCommonRecordsEnumEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NoAccess", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Readonly", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "All", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ContentShareModeConfigEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContentShareModeConfigEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContentShareModeConfigEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ContentShareModeConfigEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "PrivateOnly", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Custom", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PublicOnly", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccessLevelEmailSequenceEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccessLevelEmailSequenceEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelEmailSequenceEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AccessLevelEmailSequenceEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "FullAccess", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Personal", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "NoAccess", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccessLevelPipelineEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccessLevelPipelineEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelPipelineEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AccessLevelPipelineEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NoPipeline", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Selected", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AllNoDocuments", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AllWithDocuments", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccessLevelProcessBuilderEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccessLevelProcessBuilderEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessLevelProcessBuilderEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AccessLevelProcessBuilderEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "FullAccess", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Personal", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "NoAccess", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AllowedPipelineFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AllowedPipelineFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AllowedPipelineFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AllowedPipelineFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "accessStepDocuments", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "masterRightId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "pipelineId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "masterRight", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MasterRightFilterInput", "ofType": null}, "defaultValue": null}, {"name": "pipeline", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PipelineFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "PipelineFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "PipelineFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "PipelineFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PipelineFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "color", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AllowedLeadTypeFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AllowedLeadTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AllowedLeadTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AllowedLeadTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "leadTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "masterRightId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "leadType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "masterRight", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MasterRightFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LeadTypeFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "formLostEnabled", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "leadProcessId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "leadProcess", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadProcessFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LeadProcessFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadProcessFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadProcessFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadProcessFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "color", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AllowedQuoteTypeFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AllowedQuoteTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AllowedQuoteTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AllowedQuoteTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "masterRightId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quoteTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "masterRight", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MasterRightFilterInput", "ofType": null}, "defaultValue": null}, {"name": "quoteType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteTypeFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "QuoteTypeFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "formLostEnabled", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quoteProcessId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "quoteProcess", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteProcessFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "QuoteProcessFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteProcessFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteProcessFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteProcessFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "color", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AllowedAccountTypeFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AllowedAccountTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AllowedAccountTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AllowedAccountTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "accountTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "masterRightId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "accountType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "masterRight", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MasterRightFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccountTypeFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AllowedContactTypeFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AllowedContactTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AllowedContactTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AllowedContactTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "contactTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "masterRightId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "contactType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "masterRight", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MasterRightFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ContactTypeFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AllowedTaskTypeFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AllowedTaskTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AllowedTaskTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AllowedTaskTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "masterRightId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "taskTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "masterRight", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MasterRightFilterInput", "ofType": null}, "defaultValue": null}, {"name": "taskType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskTypeFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TaskTypeFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "icon", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ActivityTypeIconEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ActivityTypeIconEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityTypeIconEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ActivityTypeIconEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AllowedAppointmentTypeFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AllowedAppointmentTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AllowedAppointmentTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AllowedAppointmentTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "appointmentTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "masterRightId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "appointmentType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "masterRight", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MasterRightFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AppointmentTypeFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "icon", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ActivityTypeIconEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AllowedCompanyEmailFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AllowedCompanyEmailFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AllowedCompanyEmailFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AllowedCompanyEmailFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "companyEmailId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "masterRightId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "companyEmail", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CompanyEmailFilterInput", "ofType": null}, "defaultValue": null}, {"name": "masterRight", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MasterRightFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CompanyEmailFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CompanyEmailFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CompanyEmailFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CompanyEmailFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "email", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "enabled", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "errorCode", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "pictureUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "serviceType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailServiceTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailServiceTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailServiceTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailServiceTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AllowedCompanyPhoneFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AllowedCompanyPhoneFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AllowedCompanyPhoneFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AllowedCompanyPhoneFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "masterRightId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "phoneId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "masterRight", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MasterRightFilterInput", "ofType": null}, "defaultValue": null}, {"name": "phone", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PhoneFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "PhoneFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "PhoneFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "PhoneFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PhoneFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "errorCode", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "phoneNumber", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "twilioCallerSid", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PhoneTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "enabled", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "PhoneTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "PhoneTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PhoneTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "SalesUnitClientRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitClientRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitClientRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "clientId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "unitRole", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "UnitRoleEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "client", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "UnitRoleEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UnitRoleEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "UnitRoleEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "UnitRoleEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Member", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Manager", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ClientFavoriteFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientFavoriteFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientFavoriteFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFavoriteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "activityId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "contactId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "customEntityId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "emailId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "leadOpptyId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "projectId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quoteId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "reportId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "account", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "appointment", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentFilterInput", "ofType": null}, "defaultValue": null}, {"name": "task", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "customEntity", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CustomEntityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "email", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailFilterInput", "ofType": null}, "defaultValue": null}, {"name": "lead", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "ofType": null}, "defaultValue": null}, {"name": "oppty", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "profile", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProfileFilterInput", "ofType": null}, "defaultValue": null}, {"name": "project", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "quote", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "report", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ReportFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "accountClass", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountClassEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accountTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "address", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "city", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "comments", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "country", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "customerTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "email1", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "email2", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "email3", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "email4", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "email5", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "healthCategory", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "healthStatus", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "homePage", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "industryId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isArchived", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "lastAiAccountHierarchyApplied", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "lastAiOrgChartApplied", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "parentAccountId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "parentAccountRelationTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "phone1", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "phone2", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "phone3", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "phone4", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "phone5", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "pictureId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quickParentAccountName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ShareModeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "stateProvince", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "zipCode", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "enrolledEmailSequences", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "relatedEntities", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "EntityFilterRelatedField", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomField", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "accountType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesList", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CurrencyExchangeRatesListFilterInput", "ofType": null}, "defaultValue": null}, {"name": "customerType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "DataFilterInput", "ofType": null}, "defaultValue": null}, {"name": "industry", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "DataFilterInput", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "parentAccount", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "parentAccountRelationType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ParentAccountRelationTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "picture", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "socialMedia", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountSocialRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingUnits", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingClients", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "documents", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "tags", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "staticProfiles", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProfileRelationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccountClassEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountClassEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountClassEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ShareModeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ShareModeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ShareModeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EntityFilterRelatedField", "description": null, "fields": null, "inputFields": [{"name": "entity", "description": null, "type": {"kind": "ENUM", "name": "EntityLacotaType", "ofType": null}, "defaultValue": null}, {"name": "entityIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CustomField", "description": null, "fields": null, "inputFields": [{"name": "eq", "description": "Exact match (case sensitive). Multiple values in list are evaluated as OR.", "type": {"kind": "LIST", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "null", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "ieq", "description": "Exact match (case insensitive). Multiple values in list are evaluated as OR.", "type": {"kind": "LIST", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "empty", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "starts", "description": "Compare against left side of string (case sensitive). Multiple values in list are evaluated as OR.", "type": {"kind": "LIST", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "ends", "description": "Compare against right side of string (case sensitive). Multiple values in list are evaluated as OR.", "type": {"kind": "LIST", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "contains", "description": "Substring match (case sensitive). Multiple values in list are evaluated as OR.", "type": {"kind": "LIST", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "istarts", "description": "Compare against left side of string (case insensitive). Multiple values in list are evaluated as OR.", "type": {"kind": "LIST", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "iends", "description": "Compare against right side of string (case insensitive). Multiple values in list are evaluated as OR.", "type": {"kind": "LIST", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "icontains", "description": "Substring match (case insensitive). Multiple values in list are evaluated as OR.", "type": {"kind": "LIST", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "lt", "description": null, "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "defaultValue": null}, {"name": "lte", "description": null, "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "defaultValue": null}, {"name": "gt", "description": null, "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "defaultValue": null}, {"name": "gte", "description": null, "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "defaultValue": null}, {"name": "between", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "field", "description": "Api name of custom field.", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "DataFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "DataFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "calcValue", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "dataSetId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "optionName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ParentAccountRelationTypeFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ParentAccountRelationTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ParentAccountRelationTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ParentAccountRelationTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "childLabel", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "parentLabel", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccountSocialRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountSocialRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountSocialRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountSocialRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "angellistUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "crunchbaseUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "disqusUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "facebookId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "facebookUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "flickrUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "foursquareUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "googleId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "googlePlusUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "gravatarUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "kloutUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "linkedinId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "linkedinUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "pinterestUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quoraUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "redditUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "skypeUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "slideshareUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "twitterId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "twitterUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "vimeoUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "wordpressUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "xingUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "yahooUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "yelpUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "youtubeUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccountSharingSalesUnitRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountSharingSalesUnitRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountSharingSalesUnitRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SharingRoleEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "account", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "SharingRoleEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SharingRoleEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SharingRoleEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccountSharingClientRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountSharingClientRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountSharingClientRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "clientId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SharingRoleEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "account", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "client", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "activityId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "approvalProcessId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "callId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "cloudObjectFolderId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "cloudObjectId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "contactId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "customEntityId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "emailSequenceId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "emailTemplateId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "fieldMappingId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "leadOpptyId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "mediaId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "messageId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "onlineFormFieldId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "onlineFormId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "processId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "processTemplateId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "projectId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quoteId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "reportScheduleId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "textMessageId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "account", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "appointment", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentFilterInput", "ofType": null}, "defaultValue": null}, {"name": "task", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskFilterInput", "ofType": null}, "defaultValue": null}, {"name": "approvalProcess", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ApprovalProcessFilterInput", "ofType": null}, "defaultValue": null}, {"name": "call", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CallFilterInput", "ofType": null}, "defaultValue": null}, {"name": "cloudObjectFolder", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFolderFilterInput", "ofType": null}, "defaultValue": null}, {"name": "cloudObject", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "customEntity", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CustomEntityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "emailSequence", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailSequenceFilterInput", "ofType": null}, "defaultValue": null}, {"name": "emailTemplate", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailTemplateFilterInput", "ofType": null}, "defaultValue": null}, {"name": "fieldMapping", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "FieldMappingFilterInput", "ofType": null}, "defaultValue": null}, {"name": "lead", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "ofType": null}, "defaultValue": null}, {"name": "oppty", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "media", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MediaFilterInput", "ofType": null}, "defaultValue": null}, {"name": "email", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailFilterInput", "ofType": null}, "defaultValue": null}, {"name": "memo", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MemoFilterInput", "ofType": null}, "defaultValue": null}, {"name": "onlineFormField", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "FieldFilterInput", "ofType": null}, "defaultValue": null}, {"name": "onlineForm", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormFilterInput", "ofType": null}, "defaultValue": null}, {"name": "process", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessFilterInput", "ofType": null}, "defaultValue": null}, {"name": "processTemplate", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessTemplateFilterInput", "ofType": null}, "defaultValue": null}, {"name": "project", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "quote", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "reportSchedule", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ReportScheduleFilterInput", "ofType": null}, "defaultValue": null}, {"name": "textMessage", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TextMessageFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AppointmentFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "activityTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "duration", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "endDate", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "inviteesCanEdit", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "isRecurrenceActive", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "isRecurrenceException", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "location", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "occurenceDate", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "organizer", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "recurrenceMasterId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "recurrenceRule", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "recurrenceTzid", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "scheduleId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "scheduleTzid", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "startDate", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "subject", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "tableName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ActivityStatusEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "exchangeEntityId", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "gapiEntityId", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "o365EntityId", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomField", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "activityType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesList", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CurrencyExchangeRatesListFilterInput", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "recurrenceMaster", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentFilterInput", "ofType": null}, "defaultValue": null}, {"name": "schedule", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentScheduleFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accountRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contactRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "leadRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "opportunityRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "projectRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "quoteRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "customEntityRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "inviteesContacts", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentContactInviteesRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "inviteesClients", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentClientInviteesRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "reminder", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentReminderFilterInput", "ofType": null}, "defaultValue": null}, {"name": "documents", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "comments", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ActivityCommentFilterInput", "ofType": null}, "defaultValue": null}, {"name": "tags", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ActivityStatusEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityStatusEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ActivityStatusEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AppointmentScheduleFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentScheduleFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentScheduleFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentScheduleFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "appointmentDescription", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "appointmentDuration", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "appointmentLocation", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "appointmentLocationType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentScheduleLocationTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "appointmentOwnerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "appointmentSubject", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "appointmentSubjectUsesScheduleName", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "appointmentTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "availabilityTzid", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "bufferTimeAfter", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "bufferTimeBefore", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "confirmationPageType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentScheduleConfirmationPageTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "confirmationPageUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isEnabled", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "minimumNoticeTime", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "planningDayOffset", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "planningType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentSchedulePlanningTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "reminderEmailEnabled", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "reminderEmailOffset", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "reminderEmailOffsetType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentScheduleReminderOffsetTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "replyCompanyEmailId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "scheduleName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "timeIncrement", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentScheduleTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "url", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "appointmentOwner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "appointmentType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "replyCompanyEmail", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CompanyEmailFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AppointmentScheduleLocationTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentScheduleLocationTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentScheduleLocationTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AppointmentScheduleLocationTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Custom", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Microsoft", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Zoom", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AppointmentScheduleConfirmationPageTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentScheduleConfirmationPageTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentScheduleConfirmationPageTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AppointmentScheduleConfirmationPageTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "ConfirmationPage", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ExternalUrl", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AppointmentSchedulePlanningTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentSchedulePlanningTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentSchedulePlanningTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AppointmentSchedulePlanningTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Infinite", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Offset", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Period", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AppointmentScheduleReminderOffsetTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentScheduleReminderOffsetTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentScheduleReminderOffsetTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AppointmentScheduleReminderOffsetTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Minute", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Hour", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Week", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AppointmentScheduleTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentScheduleTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentScheduleTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AppointmentScheduleTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "OneToOne", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Group", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "activityId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "contactId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "customEntityId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "leadOpptyId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "projectId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "projectObjectiveId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quoteId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "account", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "appointment", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentFilterInput", "ofType": null}, "defaultValue": null}, {"name": "task", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "customEntity", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CustomEntityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "lead", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "ofType": null}, "defaultValue": null}, {"name": "oppty", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "project", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "projectObjective", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectObjectiveFilterInput", "ofType": null}, "defaultValue": null}, {"name": "quote", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TaskFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "activityTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "callDuration", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "callId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "callOutcomeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "duration", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "priority", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PriorityEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ShareModeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskStatusEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "subject", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "tableName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "exchangeEntityId", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "gapiEntityId", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "o365EntityId", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomField", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "activityType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "call", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CallFilterInput", "ofType": null}, "defaultValue": null}, {"name": "callOutcome", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "DataFilterInput", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesList", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CurrencyExchangeRatesListFilterInput", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingUnits", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingClients", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accountRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contactRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "leadRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "opportunityRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "projectRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "quoteRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "customEntityRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "reminder", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskReminderFilterInput", "ofType": null}, "defaultValue": null}, {"name": "taskRecurrence", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskRecurrenceFilterInput", "ofType": null}, "defaultValue": null}, {"name": "documents", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "comments", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ActivityCommentFilterInput", "ofType": null}, "defaultValue": null}, {"name": "tags", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "PriorityEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "PriorityEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PriorityEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TaskStatusEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskStatusEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskStatusEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CallFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CallFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CallFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CallFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "callerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "clientId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "contactId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "leadOpptyId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "opptyProductRelationId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "phoneNumber", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "productId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "transcriptionId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "transcriptionLanguage", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "transcriptionSummary", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "twilioCallLogId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "account", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "caller", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "client", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "lead", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "ofType": null}, "defaultValue": null}, {"name": "oppty", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "opptyProductRelation", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpptyProductRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "product", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProductFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "address", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "city", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "comments", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "contactTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "country", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "email1", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "email2", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "email3", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "email4", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "email5", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "firstName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "gender", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GenderEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "isArchived", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "lastName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "middleName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "phone1", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "phone2", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "phone3", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "phone4", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "phone5", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "pictureId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "position", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quickAccountName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ShareModeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "stateProvince", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "title", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "zipCode", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "enrolledEmailSequences", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "exchangeEntityId", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "gapiEntityId", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "o365EntityId", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "relatedEntities", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "EntityFilterRelatedField", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomField", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "contactType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesList", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CurrencyExchangeRatesListFilterInput", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "picture", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "socialMedia", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactSocialRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "primaryAccount", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accountRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactAccountRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingUnits", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingClients", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "documents", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "tags", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "staticProfiles", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProfileRelationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "GenderEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "GenderEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GenderEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ContactSocialRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactSocialRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactSocialRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactSocialRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "angellistUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "crunchbaseUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "disqusUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "facebookId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "facebookUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "flickrUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "foursquareUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "googleId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "googlePlusUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "gravatarUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "kloutUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "linkedinId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "linkedinUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "pinterestUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quoraUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "redditUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "skypeUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "slideshareUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "twitterId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "twitterUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "vimeoUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "wordpressUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "xingUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "yahooUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "yelpUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "youtubeUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ContactAccountRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactAccountRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactAccountRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactAccountRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "comment", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "contactId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isAssistant", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "isPrimary", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "isSibling", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "position", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "relationship", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OrgRelationshipTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "account", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accountRoles", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactAccountAccountRoleRelationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OrgRelationshipTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OrgRelationshipTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OrgRelationshipTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ContactAccountAccountRoleRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactAccountAccountRoleRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactAccountAccountRoleRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactAccountAccountRoleRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "accountRoleId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "contactAccountRelationId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "accountRole", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountRoleFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contactAccountRelation", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactAccountRelationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccountRoleFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountRoleFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountRoleFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountRoleFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "color", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "label", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ContactSharingSalesUnitRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactSharingSalesUnitRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactSharingSalesUnitRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "contactId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SharingRoleEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "contact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ContactSharingClientRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactSharingClientRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactSharingClientRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "clientId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "contactId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SharingRoleEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "client", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TagRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TagRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "appointmentId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "contactId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "customEntityId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "emailId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "leadId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "opptyId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "processId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "projectId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quoteId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "solutionId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "tagId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "taskId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "account", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "appointment", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "customEntity", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CustomEntityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "email", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailFilterInput", "ofType": null}, "defaultValue": null}, {"name": "lead", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "ofType": null}, "defaultValue": null}, {"name": "oppty", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "process", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessFilterInput", "ofType": null}, "defaultValue": null}, {"name": "project", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "quote", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "solution", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SolutionFilterInput", "ofType": null}, "defaultValue": null}, {"name": "tag", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TagFilterInput", "ofType": null}, "defaultValue": null}, {"name": "task", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CustomEntityFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomEntityFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomEntityFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CustomEntityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ShareModeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "tableName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "typeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomField", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "currencyExchangeRatesList", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CurrencyExchangeRatesListFilterInput", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CustomEntityTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingUnits", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CustomEntitySharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingClients", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CustomEntitySharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "documents", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "staticProfiles", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProfileRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "tags", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CustomEntityTypeFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomEntityTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomEntityTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CustomEntityTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CustomEntitySharingSalesUnitRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomEntitySharingSalesUnitRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomEntitySharingSalesUnitRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CustomEntitySharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "customEntityId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SharingRoleEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "customEntity", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CustomEntityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CustomEntitySharingClientRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomEntitySharingClientRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomEntitySharingClientRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CustomEntitySharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "clientId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "customEntityId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SharingRoleEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "client", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "customEntity", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CustomEntityFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProfileRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProfileRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProfileRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProfileRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "contactId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "customEntityId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "leadOpptyId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "projectId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quoteId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "account", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "customEntity", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CustomEntityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "lead", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "ofType": null}, "defaultValue": null}, {"name": "oppty", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "profile", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProfileFilterInput", "ofType": null}, "defaultValue": null}, {"name": "project", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "quote", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isArchived", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "labelFlag", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LabelFlagEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "lastAiBuyingCenterApplied", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "leadSourceId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "leadTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quickAccountEmail", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quickAccountName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quickAccountPhone", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quickContactName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quickEmail", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quickPhone", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ranking", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "reasonOfCloseDescription", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "reasonOfCloseId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ShareModeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "stepId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "tableName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadStatusEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "enrolledEmailSequences", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "relatedEntities", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "EntityFilterRelatedField", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomField", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "currencyExchangeRatesList", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CurrencyExchangeRatesListFilterInput", "ofType": null}, "defaultValue": null}, {"name": "leadSource", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "DataFilterInput", "ofType": null}, "defaultValue": null}, {"name": "leadType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "reasonOfClose", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "DataFilterInput", "ofType": null}, "defaultValue": null}, {"name": "step", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "StepFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "primaryContact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "primaryAccount", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contactRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptyContactRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accountRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptyAccountRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingUnits", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptySharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingClients", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptySharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "documents", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "tags", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "staticProfiles", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProfileRelationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LabelFlagEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LabelFlagEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LabelFlagEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "LabelFlagEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Priority", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Hot", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Stalled", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LeadStatusEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadStatusEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadStatusEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "StepFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "StepFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "StepFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "StepFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "hasReadonlyForm", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "hasVersionIncrement", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "leadProcessId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "percent", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "pipelineId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quoteProcessId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "timeframe", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "leadProcess", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadProcessFilterInput", "ofType": null}, "defaultValue": null}, {"name": "pipeline", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PipelineFilterInput", "ofType": null}, "defaultValue": null}, {"name": "quoteProcess", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteProcessFilterInput", "ofType": null}, "defaultValue": null}, {"name": "documents", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectStepRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "stepChecklists", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "StepChecklistFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CloudObjectStepRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectStepRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectStepRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectStepRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "cloudObjectId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "stepId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "cloudObject", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "step", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "StepFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "StepChecklistFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "StepChecklistFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "StepChecklistFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "StepChecklistFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "activityTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "cloudObjectFormat", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "StepChecklistDocumentFormatEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "cloudObjectTemplateId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "emailSequenceId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "fieldId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "itemType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "StepChecklistTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "itemValidation", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "StepChecklistValidationEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "label", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "labelUseLang", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "processId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "sendEmailFieldId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "sendEmailTemplateId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "stepId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "visibilityType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "StepChecklistVisibilityEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "appointmentType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "taskType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "cloudObjectTemplate", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectTemplateFilterInput", "ofType": null}, "defaultValue": null}, {"name": "emailSequence", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailSequenceFilterInput", "ofType": null}, "defaultValue": null}, {"name": "field", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "FieldFilterInput", "ofType": null}, "defaultValue": null}, {"name": "process", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sendEmailField", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "FieldFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sendEmailTemplate", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailTemplateFilterInput", "ofType": null}, "defaultValue": null}, {"name": "step", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "StepFilterInput", "ofType": null}, "defaultValue": null}, {"name": "salesRoles", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "StepChecklistSalesRoleRelationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "StepChecklistDocumentFormatEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "StepChecklistDocumentFormatEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "StepChecklistDocumentFormatEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "StepChecklistDocumentFormatEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Default", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Pdf", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "StepChecklistTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "StepChecklistTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "StepChecklistTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "StepChecklistTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Default", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ActivityType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "FieldType", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CreateNote", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AttachDocument", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SendEmail", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UseDocumentTemplate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EnrollToEmailSequence", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RunProcess", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MapSalesRole", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CreateInfluenceMap", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "StepChecklistValidationEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "StepChecklistValidationEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "StepChecklistValidationEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "StepChecklistValidationEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Required", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RelatedActivityCompleted", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RelatedActivityLinked", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "StepChecklistVisibilityEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "StepChecklistVisibilityEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "StepChecklistVisibilityEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "StepChecklistVisibilityEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Always", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Condition", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CloudObjectTemplateFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectTemplateFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectTemplateFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectTemplateFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "applicationId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "companyCloudObjectFolderId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "creatorId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "filename", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isPublic", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "mimeType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "size", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectTemplateStatusEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "templateEntityName", "description": null, "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "uploadSource", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "UploadSourceEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "url", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "templateEntityApiName", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "application", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ApplicationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "companyCloudObjectFolder", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFolderFilterInput", "ofType": null}, "defaultValue": null}, {"name": "creator", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CloudObjectTemplateStatusEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectTemplateStatusEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectTemplateStatusEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "CloudObjectTemplateStatusEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Active", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Inactive", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailSequenceFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailSequenceFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailSequenceFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailSequenceFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "deactivationReason", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailSequenceDeactivationReasonEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isEnabled", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "lastSchemaChange", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "lastStatusChange", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "ProcessStatusEnum", "ofType": null}, "defaultValue": null}, {"name": "lastEmailSequenceRun", "description": null, "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "defaultValue": null}, {"name": "clickRate", "description": null, "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "defaultValue": null}, {"name": "bounceRate", "description": null, "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "defaultValue": null}, {"name": "openRate", "description": null, "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "defaultValue": null}, {"name": "replyRate", "description": null, "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "defaultValue": null}, {"name": "unsubscribeRate", "description": null, "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "defaultValue": null}, {"name": "createdCount", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "sentCount", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "enrollCount", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "triggerEntityName", "description": null, "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "defaultValue": null}, {"name": "triggerFieldId", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "stepCount", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "activityLogs", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailSequenceActivityLogFilterInput", "ofType": null}, "defaultValue": null}, {"name": "documents", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "enrolled", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailSequenceEnrolledFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailSequenceDeactivationReasonEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailSequenceDeactivationReasonEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailSequenceDeactivationReasonEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "EmailSequenceDeactivationReasonEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NoReason", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Manual", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TooManyErrors", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "DisabledFeature", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProcessTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailSequenceActivityLogFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailSequenceActivityLogFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailSequenceActivityLogFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailSequenceActivityLogFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "actorId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "applicationId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "emailSequenceId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "endTime", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "isTestRun", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "startTime", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessStatusEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "recordName", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "recordEmail", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "actor", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "application", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ApplicationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "emailSequence", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailSequenceFilterInput", "ofType": null}, "defaultValue": null}, {"name": "lines", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailSequenceActivityLogLineFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProcessStatusEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessStatusEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessStatusEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailSequenceActivityLogLineFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailSequenceActivityLogLineFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailSequenceActivityLogLineFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailSequenceActivityLogLineFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "emailSequenceActivityLogId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isVisible", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessStatusEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "emailSequenceActivityLog", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailSequenceActivityLogFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailSequenceEnrolledFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailSequenceEnrolledFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailSequenceEnrolledFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailSequenceEnrolledFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "actorId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "applicationId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "contactId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "emailSequenceActivityLogId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "emailSequenceId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "endReason", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailSequenceEndReasonEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "endTime", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "entityId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "entityType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "BaseEntityTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "excludedFromStats", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "leadId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "opptyId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "projectId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "startTime", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "stepCount", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "address", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "stepIndex", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "ProcessStatusEnum", "ofType": null}, "defaultValue": null}, {"name": "entityName", "description": null, "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "defaultValue": null}, {"name": "account", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "actor", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "application", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ApplicationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "emailSequenceActivityLog", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailSequenceActivityLogFilterInput", "ofType": null}, "defaultValue": null}, {"name": "emailSequence", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailSequenceFilterInput", "ofType": null}, "defaultValue": null}, {"name": "lead", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "ofType": null}, "defaultValue": null}, {"name": "oppty", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "project", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailSequenceEndReasonEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailSequenceEndReasonEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailSequenceEndReasonEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "EmailSequenceEndReasonEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NoReason", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Unenrolled", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Finished", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "activeQuoteId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isArchived", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "isValueAutoCalculate", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "labelFlag", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LabelFlagEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "lastAiBuyingCenterApplied", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "leadSourceId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "opptyTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "productCurrencyId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "productPriceListId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quickAccountEmail", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quickAccountName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quickAccountPhone", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quickContactName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quickEmail", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quickPhone", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ranking", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "reasonOfCloseDescription", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "reasonOfCloseId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ShareModeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "stepId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "tableName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "wasQualified", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "enrolledEmailSequences", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "pipelineId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpptyStatusEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "relatedEntities", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "EntityFilterRelatedField", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomField", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "activeQuote", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesList", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CurrencyExchangeRatesListFilterInput", "ofType": null}, "defaultValue": null}, {"name": "leadSource", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "DataFilterInput", "ofType": null}, "defaultValue": null}, {"name": "opptyType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpportunityTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "productCurrency", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CurrencyFilterInput", "ofType": null}, "defaultValue": null}, {"name": "productPriceList", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProductPriceListFilterInput", "ofType": null}, "defaultValue": null}, {"name": "reasonOfClose", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "DataFilterInput", "ofType": null}, "defaultValue": null}, {"name": "step", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "StepFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "opptyRecurrence", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpptyRecurrenceFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revenueSchedule", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpptyRevenueScheduleFilterInput", "ofType": null}, "defaultValue": null}, {"name": "productRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpptyProductRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "primaryContact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "primaryAccount", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contactRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptyContactRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accountRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptyAccountRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "documents", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "quoteRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingUnits", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptySharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingClients", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptySharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "tags", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "staticProfiles", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProfileRelationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpptyStatusEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpptyStatusEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpptyStatusEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isArchived", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "opptyId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "productCurrencyId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "productPriceListId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quickAccountEmail", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quickAccountName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quickAccountPhone", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quickContactName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quickEmail", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quickPhone", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quoteNumber", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quoteTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "reasonOfCloseDescription", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "reasonOfCloseId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ShareModeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "stepId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "version", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "pipelineId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteStatusEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomField", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "currencyExchangeRatesList", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CurrencyExchangeRatesListFilterInput", "ofType": null}, "defaultValue": null}, {"name": "oppty", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "productCurrency", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CurrencyFilterInput", "ofType": null}, "defaultValue": null}, {"name": "productPriceList", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProductPriceListFilterInput", "ofType": null}, "defaultValue": null}, {"name": "quoteType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "reasonOfClose", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "DataFilterInput", "ofType": null}, "defaultValue": null}, {"name": "step", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "StepFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "productRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpptyProductRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "primaryContact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "primaryAccount", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contactRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteContactRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accountRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteAccountRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "documents", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingUnits", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingClients", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "staticProfiles", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProfileRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "tags", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "QuoteStatusEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteStatusEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteStatusEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProductPriceListFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductPriceListFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductPriceListFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProductPriceListFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isActive", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProductPriceListTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "isDefault", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "ProductPriceListStatusEnum", "ofType": null}, "defaultValue": null}, {"name": "productPriceListPrices", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProductPriceListPriceFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProductPriceListTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductPriceListTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProductPriceListTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ProductPriceListTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Standard", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Scheduled", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "ProductPriceListStatusEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Active", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Inactive", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Scheduled", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Expired", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProductPriceListPriceFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductPriceListPriceFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductPriceListPriceFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProductPriceListPriceFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "currencyId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "price", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "productId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "productPriceListId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "currency", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CurrencyFilterInput", "ofType": null}, "defaultValue": null}, {"name": "product", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProductFilterInput", "ofType": null}, "defaultValue": null}, {"name": "productPriceList", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProductPriceListFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProductFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProductFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "allowedPipelines", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessPipelinesEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "pictureId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "productCategoryId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "productTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "sku", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "unitSymbol", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "allowedForPipeline", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "isTypeDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomField", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "currencyExchangeRatesList", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CurrencyExchangeRatesListFilterInput", "ofType": null}, "defaultValue": null}, {"name": "picture", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "productCategory", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProductCategoryFilterInput", "ofType": null}, "defaultValue": null}, {"name": "productType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProductTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "productPipelineRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProductPipelineRelationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccessPipelinesEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccessPipelinesEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccessPipelinesEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AccessPipelinesEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "All", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Selected", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProductCategoryFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductCategoryFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductCategoryFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProductCategoryFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "parentId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "parent", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProductCategoryFilterInput", "ofType": null}, "defaultValue": null}, {"name": "productRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProductFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProductTypeFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProductTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "opptyProductRelationTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "opptyProductRelationType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpptyProductRelationTypeFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpptyProductRelationTypeFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpptyProductRelationTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpptyProductRelationTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpptyProductRelationTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "productType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProductTypeFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProductPipelineRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductPipelineRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductPipelineRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProductPipelineRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "pipelineId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "productId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "pipeline", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PipelineFilterInput", "ofType": null}, "defaultValue": null}, {"name": "product", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProductFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpptyProductRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpptyProductRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpptyProductRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpptyProductRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "amount", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "comment", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "onlineFormFieldId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "onlineFormId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "opptyId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "opptyProductRelationTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "pairedOpptyProductRelationId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "price", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "productId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quantity", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "quoteId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "sectionId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "discountValue", "description": null, "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "defaultValue": null}, {"name": "discountPercentage", "description": null, "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomField", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "currencyExchangeRatesList", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CurrencyExchangeRatesListFilterInput", "ofType": null}, "defaultValue": null}, {"name": "onlineFormField", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "FieldFilterInput", "ofType": null}, "defaultValue": null}, {"name": "onlineForm", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormFilterInput", "ofType": null}, "defaultValue": null}, {"name": "oppty", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "opptyProductRelationType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpptyProductRelationTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "pairedOpptyProductRelation", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpptyProductRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "product", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProductFilterInput", "ofType": null}, "defaultValue": null}, {"name": "quote", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revenueSchedule", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpptyProductRelationRevenueScheduleFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "FieldFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "FieldFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "entityName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "apiName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "useLang", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "columnName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "columnSource", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "relationId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "relationWithEntityId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "sharedWithFieldId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "systemType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "typeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "compositeFieldId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "dataSetId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "parentOptionsFieldId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "calcFormula", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "defaultValue", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "sequenceSetId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "systemRequired", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "systemReadonly", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "useInGlobalSearch", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "isUnique", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "sequencePattern", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OnlineFormFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "emailId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "onlineFormTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "productCurrencyId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "productPriceListId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessStatusEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "recordName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomField", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "currencyExchangeRatesList", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CurrencyExchangeRatesListFilterInput", "ofType": null}, "defaultValue": null}, {"name": "email", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailFilterInput", "ofType": null}, "defaultValue": null}, {"name": "onlineFormType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "productCurrency", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CurrencyFilterInput", "ofType": null}, "defaultValue": null}, {"name": "productPriceList", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProductPriceListFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accountRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contactRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "leadRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "opportunityRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "quoteRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "projectRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "customEntityRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "lines", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormActivityLogLineFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "bcc", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "body", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "bodySummary", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "cc", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "companyEmailId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "contentShareMode", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContentShareModeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contentType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "dateSent", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "direction", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailDirectionEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "draftParentEmailId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "errorCode", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "isDraft", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "isTracked", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "originalId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "parentEmailId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "sendAt", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "sender", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "senderAccountId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "senderClientId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "senderContactId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "sentiment", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailSentimentEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ShareModeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "subject", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "tableName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "templateId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "threadId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "to", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "uid", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "mailboxIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "companyEmail", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CompanyEmailFilterInput", "ofType": null}, "defaultValue": null}, {"name": "draftParentEmail", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailFilterInput", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "parentEmail", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailFilterInput", "ofType": null}, "defaultValue": null}, {"name": "senderAccount", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "senderClient", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "senderContact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "template", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailTemplateFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingUnits", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MessageSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingClients", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MessageSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contentSharingUnits", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailContentSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contentSharingClients", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailContentSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accountRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contactRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "projectRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "customEntityRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "leadRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "opportunityRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "quoteRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "tags", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "documents", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ContentShareModeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContentShareModeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContentShareModeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailDirectionEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailDirectionEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailDirectionEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailSentimentEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailSentimentEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailSentimentEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "EmailTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Standard", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Mass", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailTemplateFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailTemplateFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailTemplateFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailTemplateFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "body", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "emailTemplateFolderId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ShareModeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingUrlIsEnabled", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "subject", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailTemplateTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "emailTemplateFolder", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailTemplateFolderFilterInput", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingUnits", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailTemplateSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingClients", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailTemplateSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "documents", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailTemplateTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailTemplateTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailTemplateTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "EmailTemplateTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "TextTemplate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "HtmlTemplate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WysiwygTemplate", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailTemplateFolderFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailTemplateFolderFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailTemplateFolderFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailTemplateFolderFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "parentEmailTemplateFolderId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "parentEmailTemplateFolder", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailTemplateFolderFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailTemplateSharingSalesUnitRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailTemplateSharingSalesUnitRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailTemplateSharingSalesUnitRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailTemplateSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "emailTemplateId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SharingRoleEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "emailTemplate", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailTemplateFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailTemplateSharingClientRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailTemplateSharingClientRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailTemplateSharingClientRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailTemplateSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "clientId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "emailTemplateId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SharingRoleEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "client", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "emailTemplate", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailTemplateFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "MessageSharingSalesUnitRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MessageSharingSalesUnitRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MessageSharingSalesUnitRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MessageSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "messageId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "email", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailFilterInput", "ofType": null}, "defaultValue": null}, {"name": "memo", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MemoFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "MemoFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MemoFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MemoFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MemoFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "subject", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "tableName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingUnits", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MessageSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingClients", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MessageSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accountRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contactRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "projectRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "leadRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "quoteRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "opportunityRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "customEntityRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "documents", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "comments", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MemoCommentFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "MessageSharingClientRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MessageSharingClientRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MessageSharingClientRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MessageSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "clientId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "messageId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "client", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "email", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailFilterInput", "ofType": null}, "defaultValue": null}, {"name": "memo", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MemoFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MessageRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MessageRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "contactId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "customEntityId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "leadOpptyId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "messageId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "projectId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quoteId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "account", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "customEntity", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CustomEntityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "lead", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "ofType": null}, "defaultValue": null}, {"name": "oppty", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "email", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailFilterInput", "ofType": null}, "defaultValue": null}, {"name": "memo", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MemoFilterInput", "ofType": null}, "defaultValue": null}, {"name": "project", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "quote", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProjectFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "projectTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ShareModeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "enrolledEmailSequences", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectStatusEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomField", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "account", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesList", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CurrencyExchangeRatesListFilterInput", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "projectType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "documents", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingUnits", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingClients", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "primaryContact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contactRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectContactRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "tags", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "staticProfiles", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProfileRelationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProjectStatusEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectStatusEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectStatusEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProjectTypeFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "icon", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectTypeIconEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProjectTypeIconEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectTypeIconEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectTypeIconEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ProjectTypeIconEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "GeneralIcon", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Account", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProjectSharingSalesUnitRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectSharingSalesUnitRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectSharingSalesUnitRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "projectId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SharingRoleEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "project", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProjectSharingClientRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectSharingClientRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectSharingClientRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "clientId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "projectId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SharingRoleEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "client", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "project", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProjectContactRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectContactRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectContactRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectContactRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "contactId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isPrimary", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "projectId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "contact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "project", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "MemoCommentFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MemoCommentFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MemoCommentFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MemoCommentFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "comment", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "memoId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "memo", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MemoFilterInput", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailContentSharingSalesUnitRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailContentSharingSalesUnitRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailContentSharingSalesUnitRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailContentSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "emailId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "email", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailContentSharingClientRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailContentSharingClientRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailContentSharingClientRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailContentSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "clientId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "emailId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "client", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "email", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OnlineFormRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "contactId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "customEntityId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isPrimary", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "leadOpptyId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "onlineFormId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "projectId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quoteId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "account", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "customEntity", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CustomEntityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "lead", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "ofType": null}, "defaultValue": null}, {"name": "oppty", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "onlineForm", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormFilterInput", "ofType": null}, "defaultValue": null}, {"name": "project", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "quote", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OnlineFormActivityLogLineFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormActivityLogLineFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormActivityLogLineFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormActivityLogLineFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "executedAt", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "isVisible", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "onlineFormId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessStatusEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "onlineForm", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpptyProductRelationRevenueScheduleFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpptyProductRelationRevenueScheduleFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpptyProductRelationRevenueScheduleFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpptyProductRelationRevenueScheduleFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "periodCount", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "periodType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "RevenueSchedulePeriodTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "periods", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpptyProductRelationRevenueSchedulePeriodFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "RevenueSchedulePeriodTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "RevenueSchedulePeriodTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "RevenueSchedulePeriodTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "RevenueSchedulePeriodTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Month", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Quarter", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Year", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpptyProductRelationRevenueSchedulePeriodFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpptyProductRelationRevenueSchedulePeriodFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpptyProductRelationRevenueSchedulePeriodFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpptyProductRelationRevenueSchedulePeriodFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "opptyProductRelationRevenueScheduleId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "transactionId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "value", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "opptyProductRelationRevenueSchedule", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpptyProductRelationRevenueScheduleFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "QuoteContactRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteContactRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteContactRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteContactRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "contactId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isPrimary", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "quoteId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "contact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "quote", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "QuoteAccountRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteAccountRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteAccountRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteAccountRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isPrimary", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "quoteId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "account", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "quote", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "QuoteSharingSalesUnitRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteSharingSalesUnitRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteSharingSalesUnitRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "quoteId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SharingRoleEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "quote", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "QuoteSharingClientRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteSharingClientRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteSharingClientRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "clientId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quoteId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SharingRoleEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "client", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "quote", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpportunityTypeFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityTypeFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpportunityTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "pipelineId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "pipeline", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PipelineFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpptyRecurrenceFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpptyRecurrenceFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpptyRecurrenceFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpptyRecurrenceFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "condition", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "RecurrenceConditionEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "day", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "DateDayEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "dayOfWeek", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "DateDayOfWeekEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "month", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "DateMonthEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "occurEvery", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "occurrencesCount", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "opptyId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "stepId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "RecurrenceTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "week", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "DateWeekEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "oppty", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "step", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "StepFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "RecurrenceConditionEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "RecurrenceConditionEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "RecurrenceConditionEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "RecurrenceConditionEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Won", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Lost", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "DateDayEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DateDayEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "DateDayEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "DateDayEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Day1", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day2", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day3", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day4", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day5", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day6", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day7", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day8", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day9", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day10", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day11", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day12", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day13", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day14", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day15", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day16", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day17", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day18", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day19", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day20", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day21", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day22", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day23", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day24", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day25", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day26", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day27", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day28", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day29", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day30", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Day31", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "DateDayOfWeekEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DateDayOfWeekEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "DateDayOfWeekEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "DateDayOfWeekEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Sunday", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Monday", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Tuesday", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Wednesday", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Thursday", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Friday", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Saturday", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "DateMonthEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DateMonthEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "DateMonthEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "DateMonthEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Month1", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Month2", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Month3", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Month4", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Month5", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Month6", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Month7", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Month8", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Month9", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Month10", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Month11", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Month12", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "RecurrenceTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "RecurrenceTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "RecurrenceTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "RecurrenceTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NotSet", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Daily", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Weekly", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MonthlyRelative", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MonthlyAbsolute", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "YearlyRelative", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "YearlyAbsolute", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AfterNDays", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AfterNWeeks", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AfterNMonths", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AfterNYears", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "DateWeekEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DateWeekEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "DateWeekEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "DateWeekEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "WeekLast", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Week1", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Week2", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Week3", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Week4", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpptyRevenueScheduleFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpptyRevenueScheduleFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpptyRevenueScheduleFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpptyRevenueScheduleFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "periodCount", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "periodType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "RevenueSchedulePeriodTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "periods", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpptyRevenueSchedulePeriodFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpptyRevenueSchedulePeriodFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpptyRevenueSchedulePeriodFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpptyRevenueSchedulePeriodFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpptyRevenueSchedulePeriodFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "opptyRevenueScheduleId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "transactionId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "value", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "opptyRevenueSchedule", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpptyRevenueScheduleFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LeadOpptyContactRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOpptyContactRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOpptyContactRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptyContactRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "comment", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "contactId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isPrimary", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "leadOpptyContactGroupRelationId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "leadOpptyId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "relationship", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OrgRelationshipTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "contact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "leadOpptyContactGroupRelation", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptyContactGroupRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "lead", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "ofType": null}, "defaultValue": null}, {"name": "oppty", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "salesRoles", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptyContactSalesRoleRelationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LeadOpptyContactGroupRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOpptyContactGroupRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOpptyContactGroupRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptyContactGroupRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "color", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "leadOpptyId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "lead", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "ofType": null}, "defaultValue": null}, {"name": "oppty", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LeadOpptyContactSalesRoleRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOpptyContactSalesRoleRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOpptyContactSalesRoleRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptyContactSalesRoleRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "leadOpptyContactRelationId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "salesRoleId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "leadOpptyContactRelation", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptyContactRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "salesRole", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesRoleFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "SalesRoleFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesRoleFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesRoleFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesRoleFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "colorCode", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LeadOpptyAccountRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOpptyAccountRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOpptyAccountRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptyAccountRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isPrimary", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "leadOpptyId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "account", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "lead", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "ofType": null}, "defaultValue": null}, {"name": "oppty", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LeadOpptySharingSalesUnitRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOpptySharingSalesUnitRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOpptySharingSalesUnitRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptySharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "leadOpptyId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SharingRoleEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "lead", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "ofType": null}, "defaultValue": null}, {"name": "oppty", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LeadOpptySharingClientRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOpptySharingClientRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOpptySharingClientRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptySharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "clientId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "leadOpptyId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SharingRoleEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "client", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "lead", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "ofType": null}, "defaultValue": null}, {"name": "oppty", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProcessFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "deactivationReason", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessDeactivationReasonEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isEnabled", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "lastSchemaChange", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "lastStatusChange", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "lastProcessRun", "description": null, "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "ProcessStatusEnum", "ofType": null}, "defaultValue": null}, {"name": "recordTriggerEvent", "description": null, "type": {"kind": "ENUM", "name": "ProcessRecordTriggerEventEnum", "ofType": null}, "defaultValue": null}, {"name": "triggerType", "description": null, "type": {"kind": "ENUM", "name": "ProcessTriggerTypeEnum", "ofType": null}, "defaultValue": null}, {"name": "triggerEntityName", "description": null, "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "defaultValue": null}, {"name": "triggerEntityApiName", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "activityLogs", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessActivityLogFilterInput", "ofType": null}, "defaultValue": null}, {"name": "tags", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "documents", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProcessDeactivationReasonEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessDeactivationReasonEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessDeactivationReasonEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ProcessDeactivationReasonEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NoReason", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Manual", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TooManyErrors", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "DisabledFeature", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "ProcessTriggerTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "ProcessRecordTrigger", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProcessScheduleTrigger", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProcessManualTrigger", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProcessOnlineFormTrigger", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProcessActivityLogFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessActivityLogFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessActivityLogFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessActivityLogFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "actorId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "applicationId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "cpuRunTime", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "endTime", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "isTestRun", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "processId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "runId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "startTime", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessStatusEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "recordName", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "actor", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "application", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ApplicationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "process", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessFilterInput", "ofType": null}, "defaultValue": null}, {"name": "lines", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessActivityLogLineFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProcessActivityLogLineFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessActivityLogLineFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessActivityLogLineFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessActivityLogLineFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "executedAt", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "isVisible", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "processActivityLogId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessStatusEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "processActivityLog", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessActivityLogFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "StepChecklistSalesRoleRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "StepChecklistSalesRoleRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "StepChecklistSalesRoleRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "StepChecklistSalesRoleRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "salesRoleId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "stepChecklistId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "salesRole", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesRoleFilterInput", "ofType": null}, "defaultValue": null}, {"name": "stepChecklist", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "StepChecklistFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProfileFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProfileFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProfileFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProfileFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "entity", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ScreenTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "entityApiName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ShareModeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "syncEnabled", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "syncEntityId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProfileTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "useLang", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "syncEntity", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ReportFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ScreenTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ScreenTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ScreenTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ScreenTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Pipelinescreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Timelinescreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Archivescreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Leadscreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Accountscreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Contactscreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Activityscreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Feedscreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Hrmscreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Auditscreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Navigator", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Insightsscreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Indicatorsscreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Conversionsscreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Lifecyclescreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Feedscreen2", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ProductScreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Projectscreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Forecastscreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadArchivescreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TargetScreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Quotescreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "QuoteArchivescreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Approvalscreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomEntityscreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AccountArchivescreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ContactArchivescreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "FeedDetailScreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "BetterNavigatorscreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "FeedEmailscreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "FeedEmailDetailScreen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EmailScreen", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProfileTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProfileTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ProfileTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Dynamic", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Static", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ReportFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReportFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReportFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ReportFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "accessLink", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "reportsFolderId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ShareModeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "shareModeParams", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ShareModeParamsEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "syncEnabled", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "syncEntityId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ReportTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "reportsFolder", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ReportFolderFilterInput", "ofType": null}, "defaultValue": null}, {"name": "syncEntity", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProfileFilterInput", "ofType": null}, "defaultValue": null}, {"name": "schedule", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ReportScheduleFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingUnits", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ReportSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "sharingClients", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ReportSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ShareModeParamsEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ShareModeParamsEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ShareModeParamsEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ShareModeParamsEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "ShareToUnitManagers", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ShareToIncludedUsers", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ReportTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReportTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ReportTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ReportFolderFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReportFolderFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReportFolderFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ReportFolderFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "parentReportFolderId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "parentReportFolder", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ReportFolderFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ReportScheduleFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReportScheduleFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReportScheduleFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ReportScheduleFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "reportId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "report", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ReportFilterInput", "ofType": null}, "defaultValue": null}, {"name": "documents", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ReportSharingSalesUnitRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReportSharingSalesUnitRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReportSharingSalesUnitRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ReportSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "reportId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SharingRoleEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "report", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ReportFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ReportSharingClientRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReportSharingClientRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReportSharingClientRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ReportSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "clientId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "reportId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SharingRoleEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "client", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "report", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ReportFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "SolutionFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SolutionFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SolutionFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SolutionFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "solutionTemplateId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "nodeCount", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "SolutionStatusEnum", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "solutionTemplate", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SolutionTemplateFilterInput", "ofType": null}, "defaultValue": null}, {"name": "tags", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "SolutionStatusEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Active", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Partial", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Inactive", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "SolutionTemplateFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SolutionTemplateFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SolutionTemplateFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SolutionTemplateFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "previewImageUrl", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TagFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TagFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TagFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TagFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "color", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "creatorId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "entityApiName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isEnabled", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "supportedEntities", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TagSupportedEntitiesEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "useLang", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "creator", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TagSupportedEntitiesEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TagSupportedEntitiesEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TagSupportedEntitiesEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "TagSupportedEntitiesEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Contact", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Account", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Opportunity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Lead", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Project", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Email", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Process", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Appointment", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Task", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Quote", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomEntity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Solution", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TaskSharingSalesUnitRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskSharingSalesUnitRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskSharingSalesUnitRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SharingRoleEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "taskId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "task", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskFilterInput", "ofType": null}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TaskSharingClientRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskSharingClientRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskSharingClientRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "clientId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SharingRoleEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "taskId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "client", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "task", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TaskReminderFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskReminderFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskReminderFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskReminderFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "setDate", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ReminderStatusEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "taskId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "task", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ReminderStatusEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReminderStatusEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ReminderStatusEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ReminderStatusEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Snoozed", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Scheduled", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Dismissed", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TaskRecurrenceFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskRecurrenceFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskRecurrenceFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskRecurrenceFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "day", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "DateDayEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "dayOfWeek", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "DateDayOfWeekEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "month", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "DateMonthEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "occurEvery", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "occurrencesCount", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "taskId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "RecurrenceTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "week", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "DateWeekEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "task", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ActivityCommentFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityCommentFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityCommentFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ActivityCommentFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "activityId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "comment", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "appointment", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentFilterInput", "ofType": null}, "defaultValue": null}, {"name": "task", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskFilterInput", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProjectObjectiveFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectObjectiveFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectObjectiveFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectObjectiveFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "projectId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "project", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AppointmentContactInviteesRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentContactInviteesRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentContactInviteesRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentContactInviteesRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "appointmentId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "contactId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "email", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "firstName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "inviteeType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentInviteeTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "lastName", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "response", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "InviteeResponseEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "appointment", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AppointmentInviteeTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentInviteeTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentInviteeTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AppointmentInviteeTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Standard", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Scheduled", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "InviteeResponseEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InviteeResponseEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "InviteeResponseEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AppointmentClientInviteesRelationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentClientInviteesRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentClientInviteesRelationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentClientInviteesRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "appointmentId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "clientId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "response", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "InviteeResponseEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "appointment", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentFilterInput", "ofType": null}, "defaultValue": null}, {"name": "client", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AppointmentReminderFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentReminderFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentReminderFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentReminderFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "appointmentId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "endDateOffset", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "snoozeDate", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ReminderStatusEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "appointment", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentFilterInput", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ApprovalProcessFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ApprovalProcessFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ApprovalProcessFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ApprovalProcessFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "entityType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "BaseEntityTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "isEnabled", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "lastSchemaChange", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "lastStatusChange", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "priority", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "triggerEntityName", "description": null, "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "ProcessStatusEnum", "ofType": null}, "defaultValue": null}, {"name": "triggerType", "description": null, "type": {"kind": "ENUM", "name": "ApprovalProcessTriggerTypeEnum", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "documents", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "activityLogs", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ApprovalFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ApprovalProcessTriggerTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Manual", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RecordChange", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ApprovalFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ApprovalFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ApprovalFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ApprovalFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "actorId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "applicationId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "approvalProcessId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "approvalStatus", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ApprovalStatusEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "comment", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "contactId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "endTime", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "leadOpptyId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quoteId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessStatusEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "entityType", "description": null, "type": {"kind": "ENUM", "name": "BaseEntityTypeEnum", "ofType": null}, "defaultValue": null}, {"name": "startTime", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "account", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "actor", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "application", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ApplicationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "approvalProcess", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ApprovalProcessFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "lead", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "ofType": null}, "defaultValue": null}, {"name": "oppty", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "quote", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "approvers", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ApprovalApproverFilterInput", "ofType": null}, "defaultValue": null}, {"name": "lines", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ApprovalProcessActivityLogLineFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ApprovalStatusEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ApprovalStatusEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ApprovalStatusEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ApprovalApproverFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ApprovalApproverFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ApprovalApproverFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ApprovalApproverFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "approvalId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "clientId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "comment", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ApprovalStatusEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "approval", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ApprovalFilterInput", "ofType": null}, "defaultValue": null}, {"name": "client", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ApprovalProcessActivityLogLineFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ApprovalProcessActivityLogLineFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ApprovalProcessActivityLogLineFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ApprovalProcessActivityLogLineFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "approvalId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "executedAt", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "isVisible", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessStatusEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "approval", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ApprovalFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "FieldMappingFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldMappingFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldMappingFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "FieldMappingFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "isSystem", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "operation", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "FieldMappingOperationTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "documents", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "FieldMappingOperationTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldMappingOperationTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "FieldMappingOperationTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "FieldMappingOperationTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Default", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Qualification", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "FollowUp", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Parent", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "QualificationAndAutocreate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Conversion", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "MediaFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MediaFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MediaFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MediaFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "activityId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "callId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "errorCode", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MediaStatusEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MediaTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "appointment", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AppointmentFilterInput", "ofType": null}, "defaultValue": null}, {"name": "task", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TaskFilterInput", "ofType": null}, "defaultValue": null}, {"name": "call", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CallFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "MediaStatusEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MediaStatusEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MediaStatusEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "MediaStatusEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NoRecording", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Uploading", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Uploaded", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Transcoding", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TranscriptionInProgress", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TranscriptionCompleted", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "MediaTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MediaTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "MediaTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "MediaTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Audio", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Video", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Transcription", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProcessTemplateFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessTemplateFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessTemplateFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProcessTemplateFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isRecommended", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "triggerType", "description": null, "type": {"kind": "ENUM", "name": "ProcessTriggerTypeEnum", "ofType": null}, "defaultValue": null}, {"name": "triggerEntityName", "description": null, "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "defaultValue": null}, {"name": "documents", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TextMessageFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TextMessageFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TextMessageFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TextMessageFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "chatConversationId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "content", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "datetimeSent", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "direction", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EmailDirectionEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "messageSid", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TextMessageStatusEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "textMessageConversationId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "chatConversation", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ChatConversationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "textMessageConversation", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TextMessageConversationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "attachments", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TextMessageStatusEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TextMessageStatusEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TextMessageStatusEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ChatConversationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ChatConversationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ChatConversationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ChatConversationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ChatConversationTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "messages", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TextMessageFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ChatConversationTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ChatConversationTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ChatConversationTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ChatConversationTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "AiChat", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AiRecordDetail", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TextMessageConversationFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TextMessageConversationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TextMessageConversationFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TextMessageConversationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "phoneId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "recipientAccountId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "recipientContactId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "recipientPhoneNumber", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "phone", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PhoneFilterInput", "ofType": null}, "defaultValue": null}, {"name": "recipientAccount", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "recipientContact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "messages", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TextMessageFilterInput", "ofType": null}, "defaultValue": null}, {"name": "accountRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TextMessageConversationRelationsFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contactRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TextMessageConversationRelationsFilterInput", "ofType": null}, "defaultValue": null}, {"name": "projectRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TextMessageConversationRelationsFilterInput", "ofType": null}, "defaultValue": null}, {"name": "leadRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TextMessageConversationRelationsFilterInput", "ofType": null}, "defaultValue": null}, {"name": "opportunityRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TextMessageConversationRelationsFilterInput", "ofType": null}, "defaultValue": null}, {"name": "quoteRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TextMessageConversationRelationsFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TextMessageConversationRelationsFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TextMessageConversationRelationsFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TextMessageConversationRelationsFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TextMessageConversationRelationsFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "contactId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "leadOpptyId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "projectId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "quoteId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "textMessageConversationId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "account", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "contact", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "lead", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "ofType": null}, "defaultValue": null}, {"name": "oppty", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "project", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "ProjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "quote", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "textMessageConversation", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "TextMessageConversationFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OnlineFormStyleFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormStyleFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormStyleFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OnlineFormStyleFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "useLang", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "SalesUnitOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "parent", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "parentId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "SalesUnitOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "parentId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountSharingClientRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "AccountSharingClientRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountSharingClientRelationEntityEdge", "description": "A Relay edge containing a `AccountSharingClientRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "AccountSharingClientRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountSharingClientRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "account", "description": "Account being shared.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "client", "description": "User the account is shared with.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": "Id of the shared account.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientId", "description": "Id of the user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Sharing role granting the user a specific access level (e.g. Read, Edit) on the account.", "args": [], "type": {"kind": "ENUM", "name": "SharingRoleEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ClientOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "defaultUnit", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "masterRight", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MasterRightOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "defaultUnitId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "firstName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "lastActive", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "lastName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "masterRightId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "middleName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phone", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "pictureUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "position", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "region", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "timezone", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "MasterRightOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessAccountRelationTypes", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessAccounts", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessAiAutomatizer", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessAiOnlineForms", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessAiRecordDetail", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessAiRecordEnrichment", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessAiRelationshipCharts", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessAiReports", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessAiSmartField", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessAppointmentScheduler", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessAppointmentSchedulerManagement", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessApprovalProcesses", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessApprovalProcessesManagement", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessApprovals", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessArchive", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessAudit", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessAuditLog", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessBulkUpdate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessCalling", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessCallingCompanyPhone", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessCallingPurchasePhone", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessCompanyEmails", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessContacts", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessDocumentManagement", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessDocumentManagementCompany", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessDocumentManagementRecord", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessDuplicateChecker", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEmailNotificationEnforcement", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityAccount", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityAccountCopy", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityAccountDelete", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityAccountDirection", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityAccountPrivate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityAccountTagCreate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityAppointment", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityAppointmentDelete", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityAppointmentDirection", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityAppointmentTagCreate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityBetterNavigator", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityBetterNavigatorDeleteNotOwned", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityBetterNavigatorDeleteOwned", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityBetterNavigatorSharingCustom", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityBetterNavigatorSharingPublic", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityContact", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityContactCopy", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityContactDelete", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityContactDirection", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityContactPrivate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityContactTagCreate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityDashboard", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityDashboardDeleteNotOwned", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityDashboardDeleteOwned", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityDashboardSharingCustom", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityDashboardSharingPublic", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityEmailContentShareMode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityEmailDeleteNotOwned", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityEmailSequence", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityEmailTemplate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityEmailTemplateCreateDeleteFolder", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityEmailTemplateDeleteNotOwned", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityEmailTemplateDeleteOwned", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityEmailTemplateSharingCustom", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityEmailTemplateSharingPublic", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityForecast", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityForecastDeleteNotOwned", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityForecastDeleteOwned", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityForecastEditNotOwned", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityForecastSharingCustom", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityForecastSharingPublic", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityFormView", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityFormViewDeleteNotOwned", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityFormViewDeleteOwned", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityFormViewSharingCustom", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityFormViewSharingPublic", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityLead", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityLeadCopy", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityLeadDelete", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityLeadDirection", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityLeadPrivate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityLeadTagCreate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityMessageTagCreate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityOppty", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityOpptyCopy", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityOpptyDelete", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityOpptyDirection", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityOpptyPrivate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityOpptyTagCreate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityPipeline", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityProcess", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityProfile", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityProfileDeleteNotOwned", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityProfileDeleteOwned", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityProfileSharingCustom", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityProfileSharingPublic", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityProject", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityProjectCopy", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityProjectDelete", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityProjectDirection", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityProjectPrivate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityProjectTagCreate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityQuote", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityQuoteCopy", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityQuoteDelete", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityQuoteDirection", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityQuoteTagCreate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityReport", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityReportCreateDeleteFolder", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityReportDeleteNotOwned", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityReportDeleteOwned", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityReportPrivate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityReportScheduleCreate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityReportScheduleManagement", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityReportSharingCustom", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityReportSharingPublic", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntitySolution", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntitySolutionManagement", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityTarget", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityTargetDeleteNotOwned", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityTargetDeleteOwned", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityTask", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityTaskDelete", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityTaskDirection", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityTaskTagCreate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessEntityTaskUnassigned", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessExport", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessFeeds", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessForeignCurrencies", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessFormAndFields", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessGlobalSettings", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessHomeScreen", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessImport", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessInsights", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessLeads", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessOnlineForms", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessOnlineFormsManagement", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessOpportunity", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessPipelineConfiguration", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessPrint", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessProductsServices", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessProjects", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessQuotes", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessSalesRoles", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessSecurity", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessUnits", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessUserAndRoles", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessWhatsAppCompanyPhone", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CloudObjectRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "CloudObjectRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CloudObjectRelationEntityEdge", "description": "A Relay edge containing a `CloudObjectRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "CloudObjectRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CloudObjectRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "account", "description": "Account the file is attached to, or empty when not attached to an account.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointment", "description": "Appointment the file is attached to. Set when activity_id resolves to an Appointment.", "args": [], "type": {"kind": "OBJECT", "name": "AppointmentEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "task", "description": "Task the file is attached to. Set when activity_id resolves to a Task.", "args": [], "type": {"kind": "OBJECT", "name": "TaskEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "approvalProcess", "description": "Approval process the file is attached to.", "args": [], "type": {"kind": "OBJECT", "name": "ApprovalProcessEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "call", "description": "Call the file is attached to (e.g. a call recording).", "args": [], "type": {"kind": "OBJECT", "name": "CallEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cloudObjectFolder", "description": "Folder the file is filed under within the parent record, or empty when stored at the record root.", "args": [], "type": {"kind": "OBJECT", "name": "CloudObjectFolderEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cloudObject", "description": "Cloud object (file) being linked.", "args": [], "type": {"kind": "OBJECT", "name": "CloudObjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": "Contact the file is attached to, or empty when not attached to a contact.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntity", "description": "Custom entity record the file is attached to.", "args": [], "type": {"kind": "OBJECT", "name": "CustomEntityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailSequence", "description": "Email sequence the file is attached to.", "args": [], "type": {"kind": "OBJECT", "name": "EmailSequenceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailTemplate", "description": "Email template the file is attached to as a template attachment.", "args": [], "type": {"kind": "OBJECT", "name": "EmailTemplateEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldMapping", "description": "Field mapping the file is attached to (e.g. an import file).", "args": [], "type": {"kind": "OBJECT", "name": "FieldMappingEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lead", "description": "Lead the file is attached to. Set when lead_oppty_id resolves to a Lead.", "args": [], "type": {"kind": "OBJECT", "name": "LeadEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "oppty", "description": "Opportunity the file is attached to. Set when lead_oppty_id resolves to an Opportunity.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "media", "description": "Media record the file is attached to.", "args": [], "type": {"kind": "OBJECT", "name": "MediaEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": "Email the file is attached to (e.g. an email attachment). Set when message_id resolves to an Email.", "args": [], "type": {"kind": "OBJECT", "name": "EmailEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "memo", "description": "Memo the file is attached to. Set when message_id resolves to a Memo.", "args": [], "type": {"kind": "OBJECT", "name": "MemoEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "onlineFormField", "description": "Online form field the file was uploaded into.", "args": [], "type": {"kind": "OBJECT", "name": "FieldEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "onlineForm", "description": "Online form submission the file was uploaded with.", "args": [], "type": {"kind": "OBJECT", "name": "OnlineFormEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "process", "description": "Sales process the file is attached to.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "processTemplate", "description": "Sales process template the file is attached to.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessTemplateEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "project", "description": "Project the file is attached to.", "args": [], "type": {"kind": "OBJECT", "name": "ProjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quote", "description": "Quote the file is attached to.", "args": [], "type": {"kind": "OBJECT", "name": "QuoteEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "reportSchedule", "description": "Report schedule the file is attached to (e.g. an exported report).", "args": [], "type": {"kind": "OBJECT", "name": "ReportScheduleEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "textMessage", "description": "Text message (SMS/MMS) the file is attached to.", "args": [], "type": {"kind": "OBJECT", "name": "TextMessageEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": "Id of the linked account.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "activityId", "description": "Id of the linked appointment or task, or empty when not linked.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "approvalProcessId", "description": "Id of the linked approval process.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "callId", "description": "Id of the linked call.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cloudObjectFolderId", "description": "Id of the folder within the parent record, or empty when stored at the record root.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cloudObjectId", "description": "Id of the linked file.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": "Id of the linked contact.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntityId", "description": "Id of the linked custom entity record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailSequenceId", "description": "Id of the linked email sequence.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailTemplateId", "description": "Id of the linked email template.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldMappingId", "description": "Id of the linked field mapping.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadOpptyId", "description": "Id of the linked lead or opportunity, or empty when not linked.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mediaId", "description": "Id of the linked media record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "messageId", "description": "Id of the linked email or memo, or empty when not linked.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "onlineFormFieldId", "description": "Id of the online form field the file was uploaded into.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "onlineFormId", "description": "Id of the linked online form submission.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "processId", "description": "Id of the linked sales process.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "processTemplateId", "description": "Id of the linked sales process template.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectId", "description": "Id of the linked project.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteId", "description": "Id of the linked quote.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "reportScheduleId", "description": "Id of the linked report schedule.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "textMessageId", "description": "Id of the linked text message.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AppointmentEntity", "description": null, "fields": [{"name": "customFields", "description": null, "args": [{"name": "apiNames", "description": "Api names of custom fields to retrieve. All are returned if not set.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pendingScheduledActions", "description": "Deferred property. Will return data only if called via get_by_id. Otherwise null or empty array is used.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeReminder", "description": "Timestamp of the next pending reminder configured for the activity (reminder time, due date or end date as applicable). Empty when no reminder is pending.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mediaTranscriptionId", "description": "Id of the linked Media record holding the activity's call recording / transcription, when available.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "activityType", "description": "Appointment type that classifies this appointment. Drives form layout and icon.", "args": [], "type": {"kind": "OBJECT", "name": "AppointmentTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRatesList", "description": "Currency exchange rate list used to convert monetary fields linked to this appointment. Empty to inherit the team space default.", "args": [], "type": {"kind": "OBJECT", "name": "CurrencyExchangeRatesListEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "Sales user who owns this appointment.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recurrenceMaster", "description": "Master appointment of the recurring series this occurrence belongs to. Empty for standalone appointments and for the master itself.", "args": [], "type": {"kind": "OBJECT", "name": "AppointmentEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "schedule", "description": "Appointment schedule (booking link) this appointment was created through, or empty for appointments created directly.", "args": [], "type": {"kind": "OBJECT", "name": "AppointmentScheduleEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Sales unit this appointment is assigned to. Determines which team members can see the record under unit-based sharing.", "args": [], "type": {"kind": "OBJECT", "name": "SalesUnitEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "activityTypeId", "description": "Id of the appointment type.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRatesListId", "description": "Id of the currency exchange rate list applied to this appointment.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Free-form description of the appointment.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "duration", "description": "Duration of the appointment, derived from start/end dates.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDate", "description": "End timestamp of the appointment.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "inviteesCanEdit", "description": "True when invitees are allowed to edit the appointment. Defaults to false.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isRecurrenceActive", "description": "True when the recurrence series is still generating new occurrences. Read-only.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isRecurrenceException", "description": "True when this occurrence has been modified independently of the recurring series. Read-only.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "location", "description": "Free-text physical location of the appointment.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "meetingUrl", "description": "Online meeting link associated with the appointment (join URL plus meeting type, e.g. Zoom, Teams). Empty when the appointment has no online meeting attached.", "args": [], "type": {"kind": "OBJECT", "name": "AppointmentMeeting", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "occurenceDate", "description": "Original date of this occurrence in the recurring series. Set automatically.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "organizer", "description": "Email of the user organising the appointment. Set automatically and used as the reply-to address in invitation emails.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the appointment owner.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recurrenceMasterId", "description": "Id of the master appointment.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recurrenceRule", "description": "iCalendar RRULE string describing the recurrence pattern (e.g. \"FREQ=WEEKLY;BYDAY=MO,WE\"). Empty for non-recurring appointments.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recurrenceTzid", "description": "IANA timezone the recurrence rule is evaluated in.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "scheduleId", "description": "Id of the appointment schedule.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "scheduleTzid", "description": "IANA timezone the appointment was booked in (e.g. \"Europe/Bratislava\"). Used to evaluate availability against the schedule.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDate", "description": "Start timestamp of the appointment.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "subject", "description": "Short summary line shown in calendars and lists.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tableName", "description": "Discriminator identifying the concrete record type \u2014 always \"appointment\" for Appointment records. Read-only; useful when consuming polymorphic Activity results.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": "Id of the sales unit.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Current status of the appointment (NotStarted, InProgress, Completed, Canceled). Read-only; derived from the start/end times and the deleted flag.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountRelations", "description": "Accounts this appointment is linked to.", "args": [{"name": "filter", "description": "Filter Account relations by target Account attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ActivityRelation relations by edge (relation) ActivityRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Account relations by target Account attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactRelations", "description": "Contacts this appointment is linked to.", "args": [{"name": "filter", "description": "Filter Contact relations by target Contact attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ActivityRelation relations by edge (relation) ActivityRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Contact relations by target Contact attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadRelations", "description": "Leads this appointment is linked to.", "args": [{"name": "filter", "description": "Filter Lead relations by target Lead attributes.", "type": {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ActivityRelation relations by edge (relation) ActivityRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Lead relations by target Lead attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunityRelations", "description": "Opportunities this appointment is linked to.", "args": [{"name": "filter", "description": "Filter Opportunity relations by target Opportunity attributes.", "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ActivityRelation relations by edge (relation) ActivityRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Opportunity relations by target Opportunity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectRelations", "description": "Projects this appointment is linked to, including the per-objective ordering.", "args": [{"name": "filter", "description": "Filter Project relations by target Project attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ActivityRelation relations by edge (relation) ActivityRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Project relations by target Project attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteRelations", "description": "Quotes this appointment is linked to.", "args": [{"name": "filter", "description": "Filter Quote relations by target Quote attributes.", "type": {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ActivityRelation relations by edge (relation) ActivityRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Quote relations by target Quote attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntityRelations", "description": "Custom entity records this appointment is linked to.", "args": [{"name": "filter", "description": "Filter CustomEntity relations by target CustomEntity attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CustomEntityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ActivityRelation relations by edge (relation) ActivityRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order CustomEntity relations by target CustomEntity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomEntityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "inviteesContacts", "description": "Non-user invitees on this appointment, identified by email. Contacts are auto-linked when their email matches an existing Contact record.", "args": [{"name": "filter", "description": "Filter AppointmentContactInviteesRelation relations by target AppointmentContactInviteesRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AppointmentContactInviteesRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order AppointmentContactInviteesRelation relations by target AppointmentContactInviteesRelation attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentContactInviteesRelationOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "AppointmentContactInviteesRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "inviteesClients", "description": "Internal-user invitees on this appointment.", "args": [{"name": "filter", "description": "Filter Client relations by target Client attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter AppointmentClientInviteesRelation relations by edge (relation) AppointmentClientInviteesRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AppointmentClientInviteesRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Client relations by target Client attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "AppointmentClientInviteesRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "exchangeEntityId", "description": "External identifier of the record in the linked third-party service (e.g. Google, Microsoft 365, Exchange). Maintained by the sync engine.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "gapiEntityId", "description": "External identifier of the record in the linked third-party service (e.g. Google, Microsoft 365, Exchange). Maintained by the sync engine.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "o365EntityId", "description": "External identifier of the record in the linked third-party service (e.g. Google, Microsoft 365, Exchange). Maintained by the sync engine.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "has3rdPartyMapping", "description": "True when this appointment is mirrored to an external calendar (Office 365, Exchange, Google). Read-only.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reminder", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "AppointmentReminderEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "Documents linked to this appointment.", "args": [{"name": "filter", "description": "Filter CloudObject relations by target CloudObject attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter CloudObjectRelation relations by edge (relation) CloudObjectRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order CloudObject relations by target CloudObject attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CloudObjectRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "comments", "description": "Comments authored on this appointment.", "args": [{"name": "filter", "description": "Filter ActivityComment relations by target ActivityComment attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ActivityCommentFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order ActivityComment relations by target ActivityComment attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityCommentOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityCommentEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": "Tag labels applied to this appointment.", "args": [{"name": "filter", "description": "Filter Tag relations by target Tag attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TagFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter TagRelation relations by edge (relation) TagRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Tag relations by target Tag attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TagOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "TagRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formattedName", "description": "Display name of the appointment (alias of subject).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recurrence", "description": "Recurrence configuration for recurring appointments (parsed RRULE plus exception metadata). Empty for one-off appointments.", "args": [], "type": {"kind": "OBJECT", "name": "AppointmentRecurrence", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modifiedByUser", "description": "Timestamp of the most recent modification made by an end user (excluding system changes). Read-only; computed by Coevera.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relatedEntitiesDrilldown", "description": null, "args": [{"name": "entityType", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CompactViewDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "charts", "description": null, "args": [{"name": "ids", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardChartData", "kind": "UNION", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "chartsDrilldown", "description": null, "args": [{"name": "id", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "seriesIndex", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "itemIndex", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CompactViewDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fields", "description": null, "args": [{"name": "ids", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "mediaTranscription", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "MediaEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AppointmentTypeEntity", "description": null, "fields": [{"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formEdit", "description": "JSON definition of the form layout used by the UI when creating or editing appointments of this type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "icon", "description": "Icon used to display appointments of this type in the UI.", "args": [], "type": {"kind": "ENUM", "name": "ActivityTypeIconEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isReadonly", "description": "True when the appointment type is system-managed and cannot be edited or deleted by users.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPublished", "description": "True when the entity configuration is published; false while it exists only as an unpublished draft.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasDraft", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formEditApi", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "Form", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "canChangeReadonly", "description": "Returns if user can change readonly flag on this entity_type.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AppointmentScheduleEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentOwner", "description": "User assigned as the appointment owner when a booking is made through this schedule.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentType", "description": "Appointment type used when a booking is created.", "args": [], "type": {"kind": "OBJECT", "name": "AppointmentTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "Owner of the schedule (typically the team member whose availability is exposed).", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "replyCompanyEmail", "description": "Sender company email used as the From / Reply-To on schedule confirmation emails. Empty falls back to the team space default.", "args": [], "type": {"kind": "OBJECT", "name": "CompanyEmailEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentDescription", "description": "Description applied to appointments booked through this schedule.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentDuration", "description": "Duration of each booked appointment.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentLocation", "description": "Location applied to appointments booked through this schedule.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentLocationType", "description": "How the location is interpreted (e.g. PhysicalAddress, OnlineMeeting).", "args": [], "type": {"kind": "ENUM", "name": "AppointmentScheduleLocationTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentOwnerId", "description": "Id of the user receiving the booking.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentSubject", "description": "Subject applied to appointments booked through this schedule.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentSubjectUsesScheduleName", "description": "When true, booked appointments use the schedule_name as their subject instead of appointment_subject.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentTypeId", "description": "Id of the appointment type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "availabilityTzid", "description": "IANA timezone (e.g. \"Europe/Bratislava\") in which availability windows are defined.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "bufferTimeAfter", "description": "Minutes of buffer reserved after each booked appointment.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "bufferTimeBefore", "description": "Minutes of buffer reserved before each booked appointment.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "confirmationPageType", "description": "What is shown to the booker after confirming (e.g. default Coevera page or a custom redirect URL).", "args": [], "type": {"kind": "ENUM", "name": "AppointmentScheduleConfirmationPageTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "confirmationPageUrl", "description": "Custom URL the booker is redirected to after confirming. Used when confirmation_page_type selects a custom redirect.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": "Master switch for the schedule. Disabled schedules do not accept new bookings.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "minimumNoticeTime", "description": "Minimum notice in hours required before a slot can be booked.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Admin-only name for the schedule, used in pickers and lists. Not shown to bookers; use schedule_name for the public-facing name.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the schedule owner.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "planningDayOffset", "description": "For rolling planning: how many days ahead the schedule remains bookable.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "planningPeriodFrom", "description": "For fixed-range planning: first date bookings are accepted for.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "planningPeriodTo", "description": "For fixed-range planning: last date bookings are accepted for.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "planningType", "description": "How far ahead bookings are accepted (e.g. RollingDays, FixedRange).", "args": [], "type": {"kind": "ENUM", "name": "AppointmentSchedulePlanningTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "reminderEmailEnabled", "description": "True when a reminder email is sent to invitees ahead of the booked appointment.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reminderEmailOffset", "description": "Time before the appointment when the reminder email is sent. Interpreted using reminder_email_offset_type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reminderEmailOffsetType", "description": "Unit of reminder_email_offset (e.g. Minutes, Hours, Days).", "args": [], "type": {"kind": "ENUM", "name": "AppointmentScheduleReminderOffsetTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "replyCompanyEmailId", "description": "Id of the reply company email.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "scheduleName", "description": "Public-facing name of the schedule, shown to bookers on the booking page.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "timeIncrement", "description": "Step in minutes between offered start times (e.g. 15 means slots at :00, :15, :30, :45).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Schedule type (e.g. one-on-one or round-robin).", "args": [], "type": {"kind": "ENUM", "name": "AppointmentScheduleTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "url", "description": "Public URL slug of the schedule, used to share the booking page.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "additionalFieldsData", "description": "Custom fields the booker is asked to fill in on the booking page, in display order.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentScheduleAdditionalField", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "availabilityData", "description": "Weekly availability windows (per weekday) used to compute bookable slots, in the schedule's availability_tzid timezone.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AppointmentScheduleAvailability", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentInviteesData", "description": "Default invitees added to appointments booked through this schedule (Pipeliner users or external email addresses).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentScheduleInvitee", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "availableSlots", "description": null, "args": [{"name": "tzId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "from", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "to", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "createdAppointmentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "upcomingAppointmentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "completedAppointmentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "canceledAppointmentsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AppointmentScheduleAdditionalField", "description": null, "fields": [{"name": "fieldId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isRequired", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AppointmentScheduleAvailability", "description": null, "fields": [{"name": "monday", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AppointmentScheduleDayAvailability", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tuesday", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AppointmentScheduleDayAvailability", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "wednesday", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AppointmentScheduleDayAvailability", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "thursday", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AppointmentScheduleDayAvailability", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "friday", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AppointmentScheduleDayAvailability", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "saturday", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AppointmentScheduleDayAvailability", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sunday", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AppointmentScheduleDayAvailability", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AppointmentScheduleDayAvailability", "description": null, "fields": [{"name": "isEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "slots", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentScheduleAvailabilitySlot", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AppointmentScheduleAvailabilitySlot", "description": null, "fields": [{"name": "start", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "end", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AppointmentScheduleInvitee", "description": null, "fields": [{"name": "type", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AppointmentScheduleInviteeType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AppointmentScheduleInviteeType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Client", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Contact", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Email", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "AppointmentMeeting", "description": null, "fields": [{"name": "joinUrl", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AppointmentMeetingTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ActivityRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityRelationEntityEdge", "description": "A Relay edge containing a `ActivityRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "ActivityRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "account", "description": "Account the activity is linked to, or empty when not linked to an account.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointment", "description": "Appointment side of the link. Set when activity_id resolves to an Appointment; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "AppointmentEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "task", "description": "Task side of the link. Set when activity_id resolves to a Task; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "TaskEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": "Contact the activity is linked to, or empty when not linked to a contact.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntity", "description": "Custom entity record the activity is linked to, or empty.", "args": [], "type": {"kind": "OBJECT", "name": "CustomEntityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lead", "description": "Lead the activity is linked to. Set when lead_oppty_id resolves to a Lead; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "LeadEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "oppty", "description": "Opportunity the activity is linked to. Set when lead_oppty_id resolves to an Opportunity; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "project", "description": "Project the activity is linked to, or empty when not linked to a project.", "args": [], "type": {"kind": "OBJECT", "name": "ProjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectObjective", "description": "Project objective the activity advances, or empty.", "args": [], "type": {"kind": "OBJECT", "name": "ProjectObjectiveEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quote", "description": "Quote the activity is linked to, or empty when not linked to a quote.", "args": [], "type": {"kind": "OBJECT", "name": "QuoteEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": "Id of the linked account.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "activityId", "description": "Id of the appointment or task on this link.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": "Id of the linked contact.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntityId", "description": "Id of the linked custom entity record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadOpptyId", "description": "Id of the lead or opportunity the activity is linked to, or empty when not linked.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectId", "description": "Id of the linked project.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectObjectiveId", "description": "Id of the project objective.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteId", "description": "Id of the linked quote.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Display order of the activity within its project objective. Required only when project_id is set.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TaskEntity", "description": null, "fields": [{"name": "customFields", "description": null, "args": [{"name": "apiNames", "description": "Api names of custom fields to retrieve. All are returned if not set.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pendingScheduledActions", "description": "Deferred property. Will return data only if called via get_by_id. Otherwise null or empty array is used.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeReminder", "description": "Timestamp of the next pending reminder configured for the activity (reminder time, due date or end date as applicable). Empty when no reminder is pending.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mediaTranscriptionId", "description": "Id of the linked Media record holding the activity's call recording / transcription, when available.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "activityType", "description": "Task type that classifies this task (e.g. Task, Call, Email). Drives form layout and icon.", "args": [], "type": {"kind": "OBJECT", "name": "TaskTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "call", "description": "Call record associated with this task when the task represents a phone call.", "args": [], "type": {"kind": "OBJECT", "name": "CallEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "callOutcome", "description": "Configurable outcome of the call (e.g. Reached, Voicemail, No Answer).", "args": [], "type": {"kind": "OBJECT", "name": "DataEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRatesList", "description": "Currency exchange rate list used to convert monetary fields linked to this task. Empty to inherit the team space default.", "args": [], "type": {"kind": "OBJECT", "name": "CurrencyExchangeRatesListEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "Sales user who owns this task. May be empty when the task is unassigned and available for take-over.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Sales unit this task is assigned to. Determines which team members can see the record under unit-based sharing.", "args": [], "type": {"kind": "OBJECT", "name": "SalesUnitEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "activityTypeId", "description": "Id of the task type.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "callDuration", "description": "Duration of the recorded call. Set automatically when the task is linked to a call log.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "callId", "description": "Id of the linked call record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "callOutcomeId", "description": "Id of the call outcome value.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRatesListId", "description": "Id of the currency exchange rate list applied to this task.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Free-form description of what the task entails.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dueDate", "description": "Date by which the task is expected to be completed.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "duration", "description": "Estimated duration of the task. Stored as a duration value (days/hours/minutes).", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the task owner.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "priority", "description": "Priority level of the task (e.g. Low, Normal, High, Urgent).", "args": [], "type": {"kind": "ENUM", "name": "PriorityEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": "Sharing model applied on top of the owner/unit visibility (e.g. shared with selected sales units or selected users).", "args": [], "type": {"kind": "ENUM", "name": "ShareModeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDate", "description": "Date when work on the task is scheduled to begin.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Current status of the task (NotStarted, InProgress, Completed, Deferred). Toggling to Completed marks any linked checklist items as done.", "args": [], "type": {"kind": "ENUM", "name": "TaskStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "subject", "description": "Short summary line shown in lists and notifications.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tableName", "description": "Discriminator identifying the concrete record type \u2014 always \"task\" for Task records. Read-only; useful when consuming polymorphic Activity results.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": "Id of the sales unit.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingUnits", "description": "Sales units that have been granted shared access to this task. Editable only when share_mode allows unit sharing.", "args": [{"name": "filter", "description": "Filter SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter TaskSharingSalesUnitRelation relations by edge (relation) TaskSharingSalesUnitRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TaskSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "TaskSharingSalesUnitRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingClients", "description": "Users that have been granted shared access to this task. Editable only when share_mode allows user sharing.", "args": [{"name": "filter", "description": "Filter Client relations by target Client attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter TaskSharingClientRelation relations by edge (relation) TaskSharingClientRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TaskSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Client relations by target Client attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "TaskSharingClientRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountRelations", "description": "Accounts this task is linked to.", "args": [{"name": "filter", "description": "Filter Account relations by target Account attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ActivityRelation relations by edge (relation) ActivityRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Account relations by target Account attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactRelations", "description": "Contacts this task is linked to.", "args": [{"name": "filter", "description": "Filter Contact relations by target Contact attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ActivityRelation relations by edge (relation) ActivityRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Contact relations by target Contact attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadRelations", "description": "Leads this task is linked to.", "args": [{"name": "filter", "description": "Filter Lead relations by target Lead attributes.", "type": {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ActivityRelation relations by edge (relation) ActivityRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Lead relations by target Lead attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunityRelations", "description": "Opportunities this task is linked to.", "args": [{"name": "filter", "description": "Filter Opportunity relations by target Opportunity attributes.", "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ActivityRelation relations by edge (relation) ActivityRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Opportunity relations by target Opportunity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectRelations", "description": "Projects this task is linked to, including the per-objective ordering.", "args": [{"name": "filter", "description": "Filter Project relations by target Project attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ActivityRelation relations by edge (relation) ActivityRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Project relations by target Project attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteRelations", "description": "Quotes this task is linked to.", "args": [{"name": "filter", "description": "Filter Quote relations by target Quote attributes.", "type": {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ActivityRelation relations by edge (relation) ActivityRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Quote relations by target Quote attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntityRelations", "description": "Custom entity records this task is linked to.", "args": [{"name": "filter", "description": "Filter CustomEntity relations by target CustomEntity attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CustomEntityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ActivityRelation relations by edge (relation) ActivityRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ActivityRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order CustomEntity relations by target CustomEntity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomEntityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "exchangeEntityId", "description": "External identifier of the record in the linked third-party service (e.g. Google, Microsoft 365, Exchange). Maintained by the sync engine.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "gapiEntityId", "description": "External identifier of the record in the linked third-party service (e.g. Google, Microsoft 365, Exchange). Maintained by the sync engine.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "o365EntityId", "description": "External identifier of the record in the linked third-party service (e.g. Google, Microsoft 365, Exchange). Maintained by the sync engine.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "reminder", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "TaskReminderEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskRecurrence", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "TaskRecurrenceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "Documents linked to this task.", "args": [{"name": "filter", "description": "Filter CloudObject relations by target CloudObject attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter CloudObjectRelation relations by edge (relation) CloudObjectRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order CloudObject relations by target CloudObject attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CloudObjectRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "comments", "description": "Comments authored on this task.", "args": [{"name": "filter", "description": "Filter ActivityComment relations by target ActivityComment attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ActivityCommentFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order ActivityComment relations by target ActivityComment attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityCommentOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityCommentEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": "Tag labels applied to this task.", "args": [{"name": "filter", "description": "Filter Tag relations by target Tag attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TagFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter TagRelation relations by edge (relation) TagRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Tag relations by target Tag attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TagOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "TagRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formattedName", "description": "Display name of the task (alias of subject).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "viewerIdsPerSalesUnit", "description": "Deferred property. Will return data only if called via get_by_id. Otherwise null or empty array is used.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modifiedByUser", "description": "Timestamp of the most recent modification made by an end user (excluding system changes). Read-only; computed by Coevera.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relatedEntitiesDrilldown", "description": null, "args": [{"name": "entityType", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CompactViewDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "charts", "description": null, "args": [{"name": "ids", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardChartData", "kind": "UNION", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "chartsDrilldown", "description": null, "args": [{"name": "id", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "seriesIndex", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "itemIndex", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CompactViewDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fields", "description": null, "args": [{"name": "ids", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "mediaTranscription", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "MediaEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TaskTypeEntity", "description": null, "fields": [{"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formEdit", "description": "JSON definition of the form layout used by the UI when creating or editing tasks of this type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "icon", "description": "Icon used to display tasks of this type in the UI.", "args": [], "type": {"kind": "ENUM", "name": "ActivityTypeIconEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isReadonly", "description": "True when the task type is system-managed and cannot be edited or deleted by users.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPublished", "description": "True when the entity configuration is published; false while it exists only as an unpublished draft.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasDraft", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formEditApi", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "Form", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "canChangeReadonly", "description": "Returns if user can change readonly flag on this entity_type.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CallEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "account", "description": "Account the call is linked to, when applicable.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "caller", "description": "User who initiated the call.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "client", "description": "User the call was made with, when the call was an internal user-to-user call.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": "Contact the call is linked to, when applicable.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lead", "description": "Lead the call is linked to, when the call is associated with a lead.", "args": [], "type": {"kind": "OBJECT", "name": "LeadEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "oppty", "description": "Opportunity the call is linked to, when the call is associated with an opportunity.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyProductRelation", "description": "Specific opportunity line-item discussed on the call, when applicable.", "args": [], "type": {"kind": "OBJECT", "name": "OpptyProductRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "product", "description": "Product discussed on the call, when applicable.", "args": [], "type": {"kind": "OBJECT", "name": "ProductEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": "Id of the linked account.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "callerId", "description": "Id of the calling user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientId", "description": "Id of the user the call was made with.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": "Id of the linked contact.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadOpptyId", "description": "Id of the linked lead or opportunity, or empty when not linked.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyProductRelationId", "description": "Id of the linked opportunity product line-item.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "phoneNumber", "description": "External phone number called or received, in E.164 format.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productId", "description": "Id of the linked product.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "transcriptionId", "description": "External transcription identifier from the calling provider.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "transcriptionLanguage", "description": "Language requested for the transcription as a BCP-47 locale tag (e.g. \"en-US\").", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "transcriptionSummary", "description": "AI-generated summary of the call transcription.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "twilioCallLogId", "description": "Id of the call-log record from the calling provider that this call is associated with.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "transcriptionFileId", "description": "Id of the cloud object holding the transcription payload, when available.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "audioId", "description": "Id of the cloud object holding the call audio recording, when available.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "twilioCallSid", "description": "External call identifier from the calling provider (e.g. Twilio Call SID).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "audioStatus", "description": "\n        This is a small hack to force creation of MediaEntity upon Call creation.\n        This field cannot be actually set. Instead, CallRepository.create method handles media creation,\n        if requested.\n        ", "args": [], "type": {"kind": "ENUM", "name": "AudioStatus", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "audio", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CloudObjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "task", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "TaskEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "transcriptionFile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CloudObjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mediaTranscription", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "MediaEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactEntity", "description": null, "fields": [{"name": "customFields", "description": null, "args": [{"name": "apiNames", "description": "Api names of custom fields to retrieve. All are returned if not set.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pendingScheduledActions", "description": "Deferred property. Will return data only if called via get_by_id. Otherwise null or empty array is used.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactType", "description": "Contact type that classifies this contact. Contact types are configurable per team space and drive which form, fields and pipelines apply.", "args": [], "type": {"kind": "OBJECT", "name": "ContactTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRatesList", "description": "Currency exchange rate list used to convert monetary fields linked to this contact. Empty to inherit the team space default.", "args": [], "type": {"kind": "OBJECT", "name": "CurrencyExchangeRatesListEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "Sales user who owns this contact.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "picture", "description": "Profile picture associated with the contact.", "args": [], "type": {"kind": "OBJECT", "name": "CloudObjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Sales unit this contact is assigned to. Determines which team members can see the record under unit-based sharing.", "args": [], "type": {"kind": "OBJECT", "name": "SalesUnitEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "address", "description": "Street address of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "city", "description": "City of the contact address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "comments", "description": "Free-form notes describing the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactTypeId", "description": "Id of the contact type assigned to this contact.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "country", "description": "Country of the contact address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRatesListId", "description": "Id of the currency exchange rate list applied to this contact.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email1", "description": "Primary email address of the contact. Used as default recipient for emails sent from Coevera.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email2", "description": "Additional email address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email3", "description": "Additional email address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email4", "description": "Additional email address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email5", "description": "Additional email address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "firstName", "description": "Given name of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "gender", "description": "Gender of the contact (e.g. Male, Female, Other).", "args": [], "type": {"kind": "ENUM", "name": "GenderEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isArchived", "description": "True when the contact has been archived. Archived contacts remain readable but are hidden from active lists and cannot be edited until reactivated.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastName", "description": "Family name of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "middleName", "description": "Middle name of the contact, if applicable.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the contact owner.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "phone1", "description": "Primary phone number of the contact. Used as default target for click-to-call.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "phone2", "description": "Additional phone number.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "phone3", "description": "Additional phone number.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "phone4", "description": "Additional phone number.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "phone5", "description": "Additional phone number.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pictureId", "description": "Id of the profile picture document.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "position", "description": "Job title or position of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickAccountName", "description": "Free-text company name used when the contact is not linked to an actual Account record. Lets integrators capture the company without creating a separate Account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": "Sharing model applied on top of the owner/unit visibility (e.g. shared with selected sales units or selected users). The matching sharing_units / sharing_clients lists control who is granted access.", "args": [], "type": {"kind": "ENUM", "name": "ShareModeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "stateProvince", "description": "State or province of the contact address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "title", "description": "Honorific or salutation prefix (e.g. Mr., Ms., Dr.) shown before the name.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": "Id of the sales unit.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "zipCode", "description": "ZIP or postal code of the contact address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formattedName", "description": "Display version of the contact name (title, first, middle, last). Used in lists and references.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "enrolledEmailSequences", "description": "Number of email sequences this record is currently actively enrolled in (soft-deleted or ended enrollments are not counted).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "socialMedia", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ContactSocialRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccount", "description": "Primary account this contact belongs to. Set automatically when the contact has an account relation marked as primary.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountRelations", "description": "Accounts this contact is linked to. Each link records the role and position the contact has at the related account.", "args": [{"name": "filter", "description": "Filter Account relations by target Account attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ContactAccountRelation relations by edge (relation) ContactAccountRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ContactAccountRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Account relations by target Account attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ContactAccountRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingUnits", "description": "Sales units that have been granted shared access to this contact. Editable only when share_mode allows unit sharing.", "args": [{"name": "filter", "description": "Filter SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ContactSharingSalesUnitRelation relations by edge (relation) ContactSharingSalesUnitRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ContactSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ContactSharingSalesUnitRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingClients", "description": "Users that have been granted shared access to this contact. Editable only when share_mode allows user sharing.", "args": [{"name": "filter", "description": "Filter Client relations by target Client attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ContactSharingClientRelation relations by edge (relation) ContactSharingClientRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ContactSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Client relations by target Client attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ContactSharingClientRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "Documents linked to this contact.", "args": [{"name": "filter", "description": "Filter CloudObject relations by target CloudObject attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter CloudObjectRelation relations by edge (relation) CloudObjectRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order CloudObject relations by target CloudObject attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CloudObjectRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "exchangeEntityId", "description": "External identifier of the record in the linked third-party service (e.g. Google, Microsoft 365, Exchange). Maintained by the sync engine.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "gapiEntityId", "description": "External identifier of the record in the linked third-party service (e.g. Google, Microsoft 365, Exchange). Maintained by the sync engine.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "o365EntityId", "description": "External identifier of the record in the linked third-party service (e.g. Google, Microsoft 365, Exchange). Maintained by the sync engine.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": "True when the current authenticated user has marked this contact as favorite. Per-user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountAccountRoles", "description": "Roles of Contact in his primary Account.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactAccountAccountRoleRelationEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountPosition", "description": "Job position of Contact in his primary Account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountPosition", "description": "Job position of Contact in his primary Account or quick account position if Contact has no primary Account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "viewerIdsPerSalesUnit", "description": "Deferred property. Will return data only if called via get_by_id. Otherwise null or empty array is used.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isUnsubscribed", "description": "If account has any unsubscribed email.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": "Tag labels applied to this contact.", "args": [{"name": "filter", "description": "Filter Tag relations by target Tag attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TagFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter TagRelation relations by edge (relation) TagRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Tag relations by target Tag attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TagOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "TagRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "staticProfiles", "description": "Saved view profiles this contact currently matches.", "args": [{"name": "filter", "description": "Filter Profile relations by target Profile attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProfileFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ProfileRelation relations by edge (relation) ProfileRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProfileRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Profile relations by target Profile attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProfileOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ProfileRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountRelationship", "description": "Org chart relationship of Contact in his primary Account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modifiedByUser", "description": "Timestamp of the most recent modification made by an end user (excluding system changes). Read-only; computed by Coevera.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relatedEntitiesDrilldown", "description": null, "args": [{"name": "entityType", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CompactViewDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "charts", "description": null, "args": [{"name": "ids", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardChartData", "kind": "UNION", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "chartsDrilldown", "description": null, "args": [{"name": "id", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "seriesIndex", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "itemIndex", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CompactViewDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fields", "description": null, "args": [{"name": "ids", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "approval", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ApprovalEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactTypeEntity", "description": null, "fields": [{"name": "hasDraft", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formEditApi", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "Form", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "canChangeReadonly", "description": "Returns if user can change readonly flag on this entity_type.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formEdit", "description": "JSON definition of the edit form layout used by the UI when creating or editing contacts of this type. Contains tabs, sections, and field placement.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isReadonly", "description": "True when the contact type is system-managed and cannot be edited or deleted by users.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": "Per-type configuration for records of this entity type, e.g. allowed task and appointment types that may be linked to records of this type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityTypeSettings", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPublished", "description": "True when the entity configuration is published; false while it exists only as an unpublished draft.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactSocialRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity. Must match with Contact id.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "angellistUrl", "description": "AngelList profile URL of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "crunchbaseUrl", "description": "Crunchbase profile URL of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "disqusUrl", "description": "Disqus profile URL of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "facebookId", "description": "Facebook profile id of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "facebookUrl", "description": "Facebook profile URL of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "flickrUrl", "description": "Flickr profile URL of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "foursquareUrl", "description": "Foursquare profile URL of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "googleId", "description": "Google profile id of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "googlePlusUrl", "description": "Google+ profile URL of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "gravatarUrl", "description": "Gravatar profile URL of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kloutUrl", "description": "Klout profile URL of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkedinId", "description": "LinkedIn profile id of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkedinUrl", "description": "LinkedIn profile URL of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pinterestUrl", "description": "Pinterest profile URL of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoraUrl", "description": "Quora profile URL of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "redditUrl", "description": "Reddit profile URL of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "skypeUrl", "description": "Skype contact URL or username of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "slideshareUrl", "description": "SlideShare profile URL of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "twitterId", "description": "Twitter (X) user id of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "twitterUrl", "description": "Twitter (X) profile URL of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "vimeoUrl", "description": "Vimeo profile URL of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "wordpressUrl", "description": "WordPress site URL of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "xingUrl", "description": "XING profile URL of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "yahooUrl", "description": "Yahoo profile URL of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "yelpUrl", "description": "Yelp profile URL of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "youtubeUrl", "description": "YouTube channel URL of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactAccountRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ContactAccountRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactAccountRelationEntityEdge", "description": "A Relay edge containing a `ContactAccountRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "ContactAccountRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactAccountRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "account", "description": "Account the contact is linked to.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": "Contact linked to the account.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": "Id of the account.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "comment", "description": "Free-form note describing this contact-account link.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": "Id of the contact.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAssistant", "description": "True when the contact acts as an assistant on the account org chart. Assistant relations cannot have child relations.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPrimary", "description": "True for the row that represents the primary related entity for this record. Setting is_primary to true on a row automatically clears it on any other primary row.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isSibling", "description": "True when the contact is a sibling node on the account org chart (no parent/child reporting line).", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "position", "description": "Job title or position the contact holds at the account.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "relationship", "description": "Org-chart relationship of the contact within the account hierarchy.", "args": [], "type": {"kind": "ENUM", "name": "OrgRelationshipTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountRoles", "description": "Roles the contact holds within the linked account.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactAccountAccountRoleRelationEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactAccountAccountRoleRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountRole", "description": "Role assigned to the contact at the account.", "args": [], "type": {"kind": "OBJECT", "name": "AccountRoleEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactAccountRelation", "description": "Contact-account link this role assignment belongs to.", "args": [], "type": {"kind": "OBJECT", "name": "ContactAccountRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountRoleId", "description": "Id of the account role.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactAccountRelationId", "description": "Id of the contact-account link.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountRoleEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "color", "description": "Display color of the role label, encoded as an integer packing the RGB components: (red << 16) | (green << 8) | blue.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccountOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accountType", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountTypeOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "currencyExchangeRatesList", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CurrencyExchangeRatesListOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "customerType", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "industry", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "parentAccount", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "parentAccountRelationType", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ParentAccountRelationTypeOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "accountClass", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accountTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "address", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "city", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "comments", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "country", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "customerTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email1", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email2", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email3", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email4", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email5", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "healthCategory", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "healthStatus", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "homePage", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "industryId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isArchived", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "parentAccountId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "parentAccountRelationTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phone1", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phone2", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phone3", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phone4", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phone5", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickParentAccountName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "stateProvince", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "zipCode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "enrolledEmailSequences", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "socialMedia", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountSocialRelationOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "relatedEntities", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByEntityRelationField", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByCustomField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccountTypeOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CurrencyExchangeRatesListOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "validFrom", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "DataOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "calcValue", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "optionName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ClientOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "defaultUnitId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "firstName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "lastActive", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "lastName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "masterRightId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "middleName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phone", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "pictureUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "position", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "region", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "timezone", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccountOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accountClass", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accountTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "address", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "city", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "comments", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "country", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "customerTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email1", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email2", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email3", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email4", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email5", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "healthCategory", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "healthStatus", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "homePage", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "industryId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isArchived", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "parentAccountId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "parentAccountRelationTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phone1", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phone2", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phone3", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phone4", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phone5", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickParentAccountName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "stateProvince", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "zipCode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "enrolledEmailSequences", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "relatedEntities", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByEntityRelationField", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByCustomField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByEntityRelationField", "description": null, "fields": null, "inputFields": [{"name": "relatedEntities", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "EntityFilterRelatedField", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "way", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByCustomField", "description": null, "fields": null, "inputFields": [{"name": "field", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "way", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ParentAccountRelationTypeOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "childLabel", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "parentLabel", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccountSocialRelationOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "angellistUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "crunchbaseUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "disqusUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "facebookUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "flickrUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "foursquareUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "googlePlusUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "gravatarUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "kloutUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "linkedinUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "pinterestUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quoraUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "redditUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "skypeUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "slideshareUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "twitterUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "vimeoUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "wordpressUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "xingUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "yahooUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "yelpUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "youtubeUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactSharingSalesUnitRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ContactSharingSalesUnitRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactSharingSalesUnitRelationEntityEdge", "description": "A Relay edge containing a `ContactSharingSalesUnitRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "ContactSharingSalesUnitRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactSharingSalesUnitRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": "Contact being shared.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Sales unit the contact is shared with.", "args": [], "type": {"kind": "OBJECT", "name": "SalesUnitEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": "Id of the shared contact.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Sharing role granting the unit a specific access level (e.g. Read, Edit) on the contact.", "args": [], "type": {"kind": "ENUM", "name": "SharingRoleEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": "Id of the sales unit.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactSharingClientRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ContactSharingClientRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactSharingClientRelationEntityEdge", "description": "A Relay edge containing a `ContactSharingClientRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "ContactSharingClientRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactSharingClientRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "client", "description": "User the contact is shared with.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": "Contact being shared.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientId", "description": "Id of the user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": "Id of the shared contact.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Sharing role granting the user a specific access level (e.g. Read, Edit) on the contact.", "args": [], "type": {"kind": "ENUM", "name": "SharingRoleEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CloudObjectOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "application", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ApplicationOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "companyCloudObjectFolder", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectFolderOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "creator", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "applicationId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "companyCloudObjectFolderId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "creatorId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "filename", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isPublic", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "mimeType", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "size", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "url", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ApplicationOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "automationHubId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isTrigger", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isVisible", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "usesImpersonation", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CloudObjectFolderOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "entityApiName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "onlineFormTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "parentCloudObjectFolderId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TagRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "TagRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TagRelationEntityEdge", "description": "A Relay edge containing a `TagRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "TagRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TagRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "account", "description": "Account the tag is attached to, or empty when not attached to an account.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointment", "description": "Appointment the tag is attached to, or empty when not attached to an appointment.", "args": [], "type": {"kind": "OBJECT", "name": "AppointmentEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": "Contact the tag is attached to, or empty when not attached to a contact.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntity", "description": "Custom entity record the tag is attached to, or empty when not attached to a custom entity record.", "args": [], "type": {"kind": "OBJECT", "name": "CustomEntityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": "Email the tag is attached to, or empty when not attached to an email.", "args": [], "type": {"kind": "OBJECT", "name": "EmailEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lead", "description": "Lead the tag is attached to, or empty when not attached to a lead.", "args": [], "type": {"kind": "OBJECT", "name": "LeadEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "oppty", "description": "Opportunity the tag is attached to, or empty when not attached to an opportunity.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "process", "description": "Sales process the tag is attached to, or empty when not attached to a process.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "project", "description": "Project the tag is attached to, or empty when not attached to a project.", "args": [], "type": {"kind": "OBJECT", "name": "ProjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quote", "description": "Quote the tag is attached to, or empty when not attached to a quote.", "args": [], "type": {"kind": "OBJECT", "name": "QuoteEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "solution", "description": "Solution the tag is attached to, or empty when not attached to a solution.", "args": [], "type": {"kind": "OBJECT", "name": "SolutionEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tag", "description": "Tag being attached to the record.", "args": [], "type": {"kind": "OBJECT", "name": "TagEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "task", "description": "Task the tag is attached to, or empty when not attached to a task.", "args": [], "type": {"kind": "OBJECT", "name": "TaskEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": "Id of the linked account.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentId", "description": "Id of the linked appointment.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": "Id of the linked contact.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntityId", "description": "Id of the linked custom entity record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailId", "description": "Id of the linked email.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadId", "description": "Id of the linked lead.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyId", "description": "Id of the linked opportunity.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "processId", "description": "Id of the linked sales process.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectId", "description": "Id of the linked project.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteId", "description": "Id of the linked quote.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "solutionId", "description": "Id of the linked solution.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tagId", "description": "Id of the tag.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskId", "description": "Id of the linked task.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntityEntity", "description": null, "fields": [{"name": "customFields", "description": null, "args": [{"name": "apiNames", "description": "Api names of custom fields to retrieve. All are returned if not set.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pendingScheduledActions", "description": "Deferred property. Will return data only if called via get_by_id. Otherwise null or empty array is used.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRatesList", "description": "Currency exchange rate list used to convert monetary fields linked to this record. Empty to inherit the team space default.", "args": [], "type": {"kind": "OBJECT", "name": "CurrencyExchangeRatesListEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "Sales user who owns this custom entity record.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Custom entity type that classifies this record. Custom entity types are configurable per team space and define the schema (fields and form) of the records.", "args": [], "type": {"kind": "OBJECT", "name": "CustomEntityTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Sales unit this record is assigned to. Determines which team members can see the record under unit-based sharing.", "args": [], "type": {"kind": "OBJECT", "name": "SalesUnitEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRatesListId", "description": "Id of the currency exchange rate list applied to this record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the record owner.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": "Sharing model applied on top of the owner/unit visibility (e.g. shared with selected sales units or selected users).", "args": [], "type": {"kind": "ENUM", "name": "ShareModeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tableName", "description": "Discriminator identifying which custom entity type this record belongs to. Read-only; matches CustomEntityType.entity_api_name and is used as the entity name in REST and GraphQL queries.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "typeId", "description": "Id of the custom entity type.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": "Id of the sales unit.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingUnits", "description": "Sales units that have been granted shared access to this custom entity record. Editable only when share_mode allows unit sharing.", "args": [{"name": "filter", "description": "Filter SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter CustomEntitySharingSalesUnitRelation relations by edge (relation) CustomEntitySharingSalesUnitRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CustomEntitySharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CustomEntitySharingSalesUnitRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingClients", "description": "Users that have been granted shared access to this custom entity record. Editable only when share_mode allows user sharing.", "args": [{"name": "filter", "description": "Filter Client relations by target Client attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter CustomEntitySharingClientRelation relations by edge (relation) CustomEntitySharingClientRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CustomEntitySharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Client relations by target Client attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CustomEntitySharingClientRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "Documents linked to this custom entity record.", "args": [{"name": "filter", "description": "Filter CloudObject relations by target CloudObject attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter CloudObjectRelation relations by edge (relation) CloudObjectRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order CloudObject relations by target CloudObject attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CloudObjectRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "staticProfiles", "description": "Saved view profiles this custom entity record currently matches.", "args": [{"name": "filter", "description": "Filter Profile relations by target Profile attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProfileFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ProfileRelation relations by edge (relation) ProfileRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProfileRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Profile relations by target Profile attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProfileOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ProfileRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": "Tag labels applied to this custom entity record.", "args": [{"name": "filter", "description": "Filter Tag relations by target Tag attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TagFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter TagRelation relations by edge (relation) TagRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Tag relations by target Tag attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TagOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "TagRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": "True when the current authenticated user has marked this record as favorite. Per-user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "viewerIdsPerSalesUnit", "description": "Deferred property. Will return data only if called via get_by_id. Otherwise null or empty array is used.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntityTypeEntity", "description": null, "fields": [{"name": "hasDraft", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formEditApi", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "Form", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "canChangeReadonly", "description": "Returns if user can change readonly flag on this entity_type.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formEdit", "description": "JSON definition of the form layout used by the UI when creating or editing records of this custom entity type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isReadonly", "description": "True when the custom entity type is system-managed and cannot be edited or deleted by users.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": "Per-type configuration for records of this entity type, e.g. allowed task and appointment types that may be linked to records of this type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityTypeSettings", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPublished", "description": "True when the entity configuration is published; false while it exists only as an unpublished draft.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "API name of the custom entity type (e.g. \"Vehicle\", \"Project_Phase\"). Used as the entity name when calling REST endpoints or selecting a concrete custom entity in GraphQL.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntitySharingSalesUnitRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "CustomEntitySharingSalesUnitRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntitySharingSalesUnitRelationEntityEdge", "description": "A Relay edge containing a `CustomEntitySharingSalesUnitRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "CustomEntitySharingSalesUnitRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntitySharingSalesUnitRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntity", "description": "\n    Relation to single entity instance. Target entity is re-used and not deleted on de-association.\n    Examples:\n         Opportunity.owner -> Client, the Client is reused for many opportunities.\n         Account.picture -> CloudObject, the CloudObject can be reused on many accounts.\n    ", "args": [], "type": {"kind": "OBJECT", "name": "CustomEntityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "\n    Relation to single entity instance. Target entity is re-used and not deleted on de-association.\n    Examples:\n         Opportunity.owner -> Client, the Client is reused for many opportunities.\n         Account.picture -> CloudObject, the CloudObject can be reused on many accounts.\n    ", "args": [], "type": {"kind": "OBJECT", "name": "SalesUnitEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntityId", "description": "Relation to single entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "SharingRoleEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": "Relation to single entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntitySharingClientRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "CustomEntitySharingClientRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntitySharingClientRelationEntityEdge", "description": "A Relay edge containing a `CustomEntitySharingClientRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "CustomEntitySharingClientRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntitySharingClientRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "client", "description": "\n    Relation to single entity instance. Target entity is re-used and not deleted on de-association.\n    Examples:\n         Opportunity.owner -> Client, the Client is reused for many opportunities.\n         Account.picture -> CloudObject, the CloudObject can be reused on many accounts.\n    ", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntity", "description": "\n    Relation to single entity instance. Target entity is re-used and not deleted on de-association.\n    Examples:\n         Opportunity.owner -> Client, the Client is reused for many opportunities.\n         Account.picture -> CloudObject, the CloudObject can be reused on many accounts.\n    ", "args": [], "type": {"kind": "OBJECT", "name": "CustomEntityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientId", "description": "Relation to single entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntityId", "description": "Relation to single entity instance.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "SharingRoleEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProfileRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ProfileRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProfileRelationEntityEdge", "description": "A Relay edge containing a `ProfileRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "ProfileRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProfileRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "account", "description": "Account this profile is linked to, when applicable.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": "Contact this profile is linked to, when applicable.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntity", "description": "Custom entity record this profile is linked to, when applicable.", "args": [], "type": {"kind": "OBJECT", "name": "CustomEntityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lead", "description": "Lead this profile is linked to. Set when lead_oppty_id resolves to a Lead.", "args": [], "type": {"kind": "OBJECT", "name": "LeadEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "oppty", "description": "Opportunity this profile is linked to. Set when lead_oppty_id resolves to an Opportunity.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "profile", "description": "Screen profile this relation links to a specific record.", "args": [], "type": {"kind": "OBJECT", "name": "ProfileEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "project", "description": "Project this profile is linked to, when applicable.", "args": [], "type": {"kind": "OBJECT", "name": "ProjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quote", "description": "Quote this profile is linked to, when applicable.", "args": [], "type": {"kind": "OBJECT", "name": "QuoteEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": "Id of the linked account.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": "Id of the linked contact.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntityId", "description": "Id of the linked custom entity record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadOpptyId", "description": "Id of the linked lead or opportunity, or empty when not pointing to one.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": "Id of the screen profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectId", "description": "Id of the linked project.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteId", "description": "Id of the linked quote.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadEntity", "description": null, "fields": [{"name": "customFields", "description": null, "args": [{"name": "apiNames", "description": "Api names of custom fields to retrieve. All are returned if not set.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pendingScheduledActions", "description": "Deferred property. Will return data only if called via get_by_id. Otherwise null or empty array is used.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRatesList", "description": "Currency exchange rate list used to convert monetary fields linked to this lead. Empty to inherit the team space default.", "args": [], "type": {"kind": "OBJECT", "name": "CurrencyExchangeRatesListEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadSource", "description": "How the lead originated (e.g. Website, Referral, Trade Show). Configurable per team space.", "args": [], "type": {"kind": "OBJECT", "name": "DataEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadType", "description": "Lead type that classifies this lead. Lead types are configurable per team space and drive which form, fields and lead process apply.", "args": [], "type": {"kind": "OBJECT", "name": "LeadTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "Sales user who owns this lead. May be empty when the lead is unassigned and available for take-over.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "reasonOfClose", "description": "Configurable reason recorded when the lead is archived (lost). Required when the lost form mandates it.", "args": [], "type": {"kind": "OBJECT", "name": "DataEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "step", "description": "Step in the lead process the lead is currently in.", "args": [], "type": {"kind": "OBJECT", "name": "StepEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Sales unit this lead is assigned to. Determines which team members can see the record under unit-based sharing.", "args": [], "type": {"kind": "OBJECT", "name": "SalesUnitEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRatesListId", "description": "Id of the currency exchange rate list applied to this lead.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Free-form description of the lead.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isArchived", "description": "True when the lead has been archived (lost). Archived leads remain readable but are hidden from active lists and cannot be edited until reactivated.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "labelFlag", "description": "User-set colored flag used to highlight the lead in lists and reports.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastAiBuyingCenterApplied", "description": "Time when an AI-suggested buying center was last applied to this lead.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadSourceId", "description": "Id of the lead source.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadTypeId", "description": "Id of the lead type.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the lead owner.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickAccountEmail", "description": "Free-text company email captured at lead creation when no Account record has been linked yet.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickAccountName", "description": "Free-text company name captured at lead creation when no Account record has been linked yet.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickAccountPhone", "description": "Free-text company phone captured at lead creation when no Account record has been linked yet.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickContactName", "description": "Free-text contact name captured at lead creation when no Contact record has been linked yet.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickEmail", "description": "Free-text contact email captured at lead creation when no Contact record has been linked yet.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickPhone", "description": "Free-text contact phone captured at lead creation when no Contact record has been linked yet.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ranking", "description": "Qualitative ranking score (1-10) the user assigns to indicate the strength of the lead.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "reasonOfCloseDescription", "description": "Free-form note explaining why the lead was archived (lost). Captured alongside reason_of_close.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "reasonOfCloseId", "description": "Id of the reason-of-close value.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": "Sharing model applied on top of the owner/unit visibility (e.g. shared with selected sales units or selected users). The matching sharing_units / sharing_clients lists control who is granted access.", "args": [], "type": {"kind": "ENUM", "name": "ShareModeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepId", "description": "Id of the lead process step.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tableName", "description": "Discriminator identifying the concrete record type \u2014 always \"lead\" for Lead records. Read-only; useful when consuming polymorphic LeadOppty results.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": "Id of the sales unit.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryContact", "description": "Primary contact of this lead. Set automatically from the contact relation marked as primary.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccount", "description": "Primary account of this lead. Set automatically from the account relation marked as primary.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactRelations", "description": "Contacts linked to this lead, including their roles and org-chart positions.", "args": [{"name": "filter", "description": "Filter Contact relations by target Contact attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter LeadOpptyContactRelation relations by edge (relation) LeadOpptyContactRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptyContactRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Contact relations by target Contact attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptyContactRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountRelations", "description": "Accounts linked to this lead, including the primary-account flag.", "args": [{"name": "filter", "description": "Filter Account relations by target Account attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter LeadOpptyAccountRelation relations by edge (relation) LeadOpptyAccountRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptyAccountRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Account relations by target Account attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptyAccountRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Current status of the lead (Open, Lost, Qualified). Read-only; derived from the archived flag and lifecycle events.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingUnits", "description": "Sales units that have been granted shared access to this lead. Editable only when share_mode allows unit sharing.", "args": [{"name": "filter", "description": "Filter SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter LeadOpptySharingSalesUnitRelation relations by edge (relation) LeadOpptySharingSalesUnitRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptySharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptySharingSalesUnitRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingClients", "description": "Users that have been granted shared access to this lead. Editable only when share_mode allows user sharing.", "args": [{"name": "filter", "description": "Filter Client relations by target Client attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter LeadOpptySharingClientRelation relations by edge (relation) LeadOpptySharingClientRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptySharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Client relations by target Client attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptySharingClientRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "Documents linked to this lead.", "args": [{"name": "filter", "description": "Filter CloudObject relations by target CloudObject attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter CloudObjectRelation relations by edge (relation) CloudObjectRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order CloudObject relations by target CloudObject attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CloudObjectRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "enrolledEmailSequences", "description": "Number of email sequences this record is currently actively enrolled in (soft-deleted or ended enrollments are not counted).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": "Tag labels applied to this lead.", "args": [{"name": "filter", "description": "Filter Tag relations by target Tag attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TagFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter TagRelation relations by edge (relation) TagRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Tag relations by target Tag attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TagOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "TagRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "staticProfiles", "description": "Saved view profiles this lead currently matches.", "args": [{"name": "filter", "description": "Filter Profile relations by target Profile attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProfileFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ProfileRelation relations by edge (relation) ProfileRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProfileRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Profile relations by target Profile attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProfileOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ProfileRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "qualifyDate", "description": "Timestamp of when the lead was qualified, taken from the matching KPI event. Empty for leads that have not been qualified. Read-only.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "daysInStep", "description": "Number of days the lead has been sitting in its current pipeline step. Read-only; computed by Coevera from the most recent move event.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fitness", "description": "Deferred property. Will return data only if called via get_by_id. Otherwise null or empty array is used.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "WarningLevelEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fitnessDescription", "description": "Deferred property. Will return data only if called via get_by_id. Otherwise null or empty array is used.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FitnessDescription", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": "True when the current authenticated user has marked this lead as favorite. Per-user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lostDate", "description": "Timestamp of when the lead was archived (lost). Setting it adjusts the underlying loss event; empty for leads that have not been archived.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formattedName", "description": "Display version of the lead name, used in lists and references.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "scoring", "description": "Lead scoring summary, combining the percentile and current scoring state. Read-only; computed by Coevera.", "args": [], "type": {"kind": "OBJECT", "name": "EntityScoringResult", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "viewerIdsPerSalesUnit", "description": "Deferred property. Will return data only if called via get_by_id. Otherwise null or empty array is used.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modifiedByUser", "description": "Timestamp of the most recent modification made by an end user (excluding system changes). Read-only; computed by Coevera.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relatedEntitiesDrilldown", "description": null, "args": [{"name": "entityType", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CompactViewDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "charts", "description": null, "args": [{"name": "ids", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardChartData", "kind": "UNION", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "chartsDrilldown", "description": null, "args": [{"name": "id", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "seriesIndex", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "itemIndex", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CompactViewDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fields", "description": null, "args": [{"name": "ids", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepChecklists", "description": null, "args": [{"name": "stepChecklistIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "StepChecklistActivityItem", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "approval", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ApprovalEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadTypeEntity", "description": null, "fields": [{"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadProcess", "description": "Lead process (pipeline) this lead type follows.", "args": [], "type": {"kind": "OBJECT", "name": "LeadProcessEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formEdit", "description": "JSON definition of the form layout used by the UI when creating or editing leads of this type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formLost", "description": "JSON definition of the form shown when archiving (losing) a lead of this type. Used to capture reason of close and any required closing fields.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formLostEnabled", "description": "True when the lost form is required on archiving leads of this type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isReadonly", "description": "True when the lead type is system-managed and cannot be edited or deleted by users.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadProcessId", "description": "Id of the lead process.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": "Per-type configuration for records of this entity type, e.g. allowed task and appointment types that may be linked to records of this type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityTypeSettings", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPublished", "description": "True when the entity configuration is published; false while it exists only as an unpublished draft.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasDraft", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formEditApi", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "Form", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "canChangeReadonly", "description": "Returns if user can change readonly flag on this entity_type.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formLostApi", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "Form", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadProcessEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "color", "description": "Display color of the lead process label, encoded as an integer packing the RGB components: (red << 16) | (green << 8) | blue.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "steps", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "StepEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadTypes", "description": "Lead types that follow this lead process.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadTypeEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "StepEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadProcess", "description": "Lead process this step belongs to. Set when the step is part of a lead process.", "args": [], "type": {"kind": "OBJECT", "name": "LeadProcessEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipeline", "description": "Opportunity pipeline this step belongs to. Set when the step is part of an opportunity pipeline.", "args": [], "type": {"kind": "OBJECT", "name": "PipelineEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteProcess", "description": "Quote process this step belongs to. Set when the step is part of a quote process.", "args": [], "type": {"kind": "OBJECT", "name": "QuoteProcessEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Free-text description shown in the step UI.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasReadonlyForm", "description": "When true, the record form is read-only while a record is in this step.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasVersionIncrement", "description": "When true, transitioning a record into this step bumps its version counter.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadProcessId", "description": "Id of the lead process.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "percent", "description": "Probability percent associated with the step (0-100). Required for opportunity pipeline steps; null for lead/quote process steps.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelineId", "description": "Id of the opportunity pipeline.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteProcessId", "description": "Id of the quote process.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Position of the step within its pipeline or process; lower values appear first.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "timeframe", "description": "Expected number of days a record should spend in this step. Used to flag overdue records.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "Files attached to the step (e.g. step-specific documentation or templates).", "args": [{"name": "filter", "description": "Filter CloudObject relations by target CloudObject attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter CloudObjectStepRelation relations by edge (relation) CloudObjectStepRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectStepRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order CloudObject relations by target CloudObject attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CloudObjectStepRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepChecklists", "description": "Checklist items the user must complete before moving a record out of this step.", "args": [{"name": "filter", "description": "Filter StepChecklist relations by target StepChecklist attributes.", "type": {"kind": "INPUT_OBJECT", "name": "StepChecklistFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order StepChecklist relations by target StepChecklist attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "StepChecklistOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "StepChecklistEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "PipelineEntity", "description": "Pipeline entity.", "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "color", "description": "Display color of the pipeline label, encoded as a 24-bit RGB integer: (red << 16) | (green << 8) | blue.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "steps", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "StepEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunityTypes", "description": "Opportunity types that follow this pipeline.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityTypeEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityTypeEntity", "description": null, "fields": [{"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipeline", "description": "Pipeline this opportunity type drives. Each opportunity type maps to exactly one pipeline.", "args": [], "type": {"kind": "OBJECT", "name": "PipelineEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formEdit", "description": "JSON definition of the form layout used by the UI when creating or editing opportunities of this type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formLost", "description": "JSON definition of the form shown when archiving (losing) an opportunity of this type. Used to capture reason of close and any required closing fields.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formQualify", "description": "JSON definition of the form shown when qualifying a lead into an opportunity of this type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formWon", "description": "JSON definition of the form shown when winning an opportunity of this type. Used to capture won-deal fields.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isReadonly", "description": "True when the opportunity type is system-managed and cannot be edited or deleted by users.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelineId", "description": "Id of the pipeline.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": "Per-type configuration for records of this entity type, e.g. allowed task and appointment types that may be linked to records of this type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityTypeSettings", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPublished", "description": "True when the entity configuration is published; false while it exists only as an unpublished draft.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasDraft", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formEditApi", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "Form", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "canChangeReadonly", "description": "Returns if user can change readonly flag on this entity_type.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formLostApi", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "Form", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formQualifyApi", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formWonApi", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteProcessEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "color", "description": "Display color of the quote process label, encoded as an integer packing the RGB components: (red << 16) | (green << 8) | blue.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "steps", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "StepEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteTypes", "description": "Quote types that follow this quote process.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteTypeEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteTypeEntity", "description": null, "fields": [{"name": "hasDraft", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formEditApi", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "Form", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "canChangeReadonly", "description": "Returns if user can change readonly flag on this entity_type.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteProcess", "description": "Quote process (pipeline) this quote type follows.", "args": [], "type": {"kind": "OBJECT", "name": "QuoteProcessEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formEdit", "description": "JSON definition of the form layout used by the UI when creating or editing quotes of this type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formLost", "description": "JSON definition of the form shown when archiving (losing) a quote of this type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formLostEnabled", "description": "True when the lost form is required on archiving quotes of this type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isReadonly", "description": "True when the quote type is system-managed and cannot be edited or deleted by users.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteProcessId", "description": "Id of the quote process.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": "Per-type configuration for records of this entity type, e.g. allowed task and appointment types that may be linked to records of this type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityTypeSettings", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPublished", "description": "True when the entity configuration is published; false while it exists only as an unpublished draft.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formLostApi", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "Form", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CloudObjectStepRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "CloudObjectStepRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CloudObjectStepRelationEntityEdge", "description": "A Relay edge containing a `CloudObjectStepRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "CloudObjectStepRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CloudObjectStepRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cloudObject", "description": "File attached to the step.", "args": [], "type": {"kind": "OBJECT", "name": "CloudObjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "step", "description": "Pipeline step the file is attached to.", "args": [], "type": {"kind": "OBJECT", "name": "StepEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cloudObjectId", "description": "Id of the attached file.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Position of the file within the step's document list.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepId", "description": "Id of the pipeline step.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "StepChecklistEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "StepChecklistEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "StepChecklistEntityEdge", "description": "A Relay edge containing a `StepChecklistEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "StepChecklistEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "StepChecklistEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentType", "description": "Appointment type that satisfies this checklist item. Set when activity_type_id resolves to an AppointmentType.", "args": [], "type": {"kind": "OBJECT", "name": "AppointmentTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskType", "description": "Task type that satisfies this checklist item. Set when activity_type_id resolves to a TaskType.", "args": [], "type": {"kind": "OBJECT", "name": "TaskTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cloudObjectTemplate", "description": "Cloud object template that the checklist item should fill and attach to the record.", "args": [], "type": {"kind": "OBJECT", "name": "CloudObjectTemplateEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailSequence", "description": "Email sequence the item should enroll the record into.", "args": [], "type": {"kind": "OBJECT", "name": "EmailSequenceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "field", "description": "Field whose value satisfies this checklist item. Set when item_type is FieldType.", "args": [], "type": {"kind": "OBJECT", "name": "FieldEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "process", "description": "Process the item should run. Set when item_type is ProcessType.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sendEmailField", "description": "Field that supplies the recipient email address when the checklist item triggers sending an email.", "args": [], "type": {"kind": "OBJECT", "name": "FieldEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sendEmailTemplate", "description": "Email template used when the checklist item triggers sending an email.", "args": [], "type": {"kind": "OBJECT", "name": "EmailTemplateEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "step", "description": "Pipeline or process step this checklist item belongs to.", "args": [], "type": {"kind": "OBJECT", "name": "StepEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "activityTypeId", "description": "Id of the appointment or task type that satisfies the checklist item, or empty when the item is not activity-based.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cloudObjectFormat", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "StepChecklistDocumentFormatEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cloudObjectTemplateId", "description": "Id of the cloud object template.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Free-text description shown alongside the checklist item.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailSequenceId", "description": "Id of the email sequence.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldId", "description": "Id of the related field.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "itemType", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "StepChecklistTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "itemValidation", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "StepChecklistValidationEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": "Display label of the checklist item.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "labelUseLang", "description": "When true, label is treated as a translation key and localized in the UI; otherwise the literal text is shown.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "processId", "description": "Id of the related process.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sendEmailFieldId", "description": "Id of the recipient field.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sendEmailTemplateId", "description": "Id of the email template.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Position of the checklist item within its step; lower values appear first.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepId", "description": "Id of the step.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "visibilityCondition", "description": "Filter expression that controls when the checklist item is shown. The item is visible only when the record matches this filter; defaults to a no-op filter matching all records.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "StepChecklistVisibilityFilter", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "visibilityType", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "StepChecklistVisibilityEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesRoles", "description": "Sales roles the checklist item is shown to. Empty means the item is shown to all roles.", "args": [{"name": "filter", "description": "Filter SalesRole relations by target SalesRole attributes.", "type": {"kind": "INPUT_OBJECT", "name": "SalesRoleFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter StepChecklistSalesRoleRelation relations by edge (relation) StepChecklistSalesRoleRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "StepChecklistSalesRoleRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order SalesRole relations by target SalesRole attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesRoleOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "StepChecklistSalesRoleRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CloudObjectTemplateEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": "Application that produced the object (e.g. Online Forms).", "args": [], "type": {"kind": "OBJECT", "name": "ApplicationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "companyCloudObjectFolder", "description": "Company-level folder that contains the object, when stored in the company document tree.", "args": [], "type": {"kind": "OBJECT", "name": "CloudObjectFolderEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "creator", "description": "User who uploaded the object.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "applicationId", "description": "Id of the producing application.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "companyCloudObjectFolderId", "description": "Id of the company folder, or empty when the object is not stored in the company tree.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "creatorId", "description": "Id of the uploading user.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "filename", "description": "File name (with extension) used when downloading the object.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPublic", "description": "When true, the object can be served via a public URL (see public_url).", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mimeType", "description": "Mime-type of the cloud object Is detected from content.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "size", "description": "Size of the object in bytes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "CloudObjectTemplateStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "templateEntityName", "description": "Entity type the template renders (e.g. Account, Opportunity, Quote). For custom entities, the value is \"CustomEntity\" and the API name is exposed via template_entity_api_name.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CloudObjectTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "uploadSource", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "UploadSourceEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "url", "description": "URL of the object. If URL scheme is not defined \"http://\" is automatically prepended to supplied URL.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "templateEntityApiName", "description": "API name of the custom entity the template renders. Set only when template_entity_name is \"CustomEntity\"; otherwise empty.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailSequenceEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "User who owns this email sequence.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "deactivationReason", "description": "Reason the sequence is currently disabled (e.g. Manual stop, system suspension). Read-only.", "args": [], "type": {"kind": "ENUM", "name": "EmailSequenceDeactivationReasonEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Free-form description of the sequence.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": "Master switch for the sequence. Read-only on this surface \u2014 change it via the enable / disable mutations.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastSchemaChange", "description": "Timestamp of the most recent change to settings. Read-only.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastStatusChange", "description": "Timestamp of the most recent change to is_enabled. Read-only.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the email sequence.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the email sequence owner.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "EmailSequenceSchema", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Process category of the sequence (e.g. EmailSequence vs other process types).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activityLogs", "description": "Run history of the sequence \u2014 one log per scheduled execution.", "args": [{"name": "filter", "description": "Filter EmailSequenceActivityLog relations by target EmailSequenceActivityLog attributes.", "type": {"kind": "INPUT_OBJECT", "name": "EmailSequenceActivityLogFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order EmailSequenceActivityLog relations by target EmailSequenceActivityLog attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailSequenceActivityLogOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "EmailSequenceActivityLogEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "Attachments and other documents linked to this sequence.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectRelationEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "enrolled", "description": "Enrolment records (recipients currently or previously running through the sequence).", "args": [{"name": "filter", "description": "Filter EmailSequenceEnrolled relations by target EmailSequenceEnrolled attributes.", "type": {"kind": "INPUT_OBJECT", "name": "EmailSequenceEnrolledFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order EmailSequenceEnrolled relations by target EmailSequenceEnrolled attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailSequenceEnrolledOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "EmailSequenceEnrolledEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Effective status of the sequence (e.g. Scheduled, Running, Expired, Error). Read-only; derived from the active-from / active-to settings and the most recent activity log status.", "args": [], "type": {"kind": "ENUM", "name": "ProcessStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastEmailSequenceRun", "description": "Timestamp the sequence last produced a run (delivered or attempted a step).", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "clickRate", "description": "Fraction of delivered emails (0\u20131) where at least one tracked link was clicked.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "bounceRate", "description": "Fraction of sent emails (0\u20131) that bounced (the recipient mailserver rejected them).", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "openRate", "description": "Fraction of delivered emails (0\u20131) that recorded at least one open event.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "replyRate", "description": "Fraction of delivered emails (0\u20131) where the recipient replied.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unsubscribeRate", "description": "Fraction of delivered emails (0\u20131) where the recipient unsubscribed.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "createdCount", "description": "Total number of emails produced (queued) by the sequence across all steps.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sentCount", "description": "Total number of emails actually delivered by the sequence across all steps.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "enrollCount", "description": "Number of records (Accounts/Contacts/Leads/Opportunities) currently enrolled in this sequence.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerEntityName", "description": "Entity name whose records trigger automatic enrollment into this sequence (e.g. \"Lead\", \"Contact\"). Empty when the sequence is manually enrolled only.", "args": [], "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerFieldId", "description": "Id of the field on the trigger entity whose value change drives enrollment (e.g. a step field on a Lead). Empty when no field-based trigger is configured.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepCount", "description": "Number of steps configured in the sequence.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stats", "description": null, "args": [{"name": "period", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailSequenceStatsPeriodEnum", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailSequenceStats", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "solutions", "description": "Solutions whose canvas contains this record (PLW-39121 impacts).", "args": [{"name": "before", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "SolutionEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailSequenceSchema", "description": null, "fields": [{"name": "trigger", "description": "Defines which record type and email field enroll into the sequence.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailSequenceTrigger", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "nodes", "description": "Ordered steps of the sequence, each sending an email or creating a record subject to its condition and day offset.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailSequenceNode", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": "Scheduling window, time zone, global actions, and lifecycle options for the sequence.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailSequenceSettings", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailSequenceTrigger", "description": null, "fields": [{"name": "entityType", "description": "Type of record that enrolls into the sequence when the trigger fires, such as Contact, Account, Lead, Opportunity, or Project.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldId", "description": "Identifier of the email field on the trigger record whose address the sequence sends to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "API name of the trigger record type when it is a custom entity.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "relationLookupFieldId", "description": "Identifier of a relation field used to resolve the email recipient from a related record rather than the trigger record itself.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailSequenceSettings", "description": null, "fields": [{"name": "globalActions", "description": "Sequence-wide reactions to recipient replies, unsubscribes, bounces, and custom conditions.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailSequenceGlobalActionsSettings", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "timezone", "description": "IANA time-zone name (for example Europe/Bratislava) in which the sending window and active dates are interpreted.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dayOfWeek", "description": "Weekdays on which emails may be sent, given as numbers 1 (Monday) through 7 (Sunday).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fromTimeOfDay", "description": "Start of the daily sending window, expressed as minutes after midnight (0-1440).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "toTimeOfDay", "description": "End of the daily sending window, expressed as minutes after midnight (0-1440); must be greater than fromTimeOfDay.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "everyEmailStartsConversation", "description": "When true, each email starts its own conversation thread; when false, all emails of one enrollment share a single thread.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerProcess", "description": "When true, the sequence starts the process given by triggerProcessId for records it creates.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerProcessId", "description": "Identifier of the process to start when triggerProcess is enabled.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeFrom", "description": "Date from which the sequence is allowed to send; earlier scheduling waits until this date.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeTo", "description": "Date after which the sequence stops sending.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "autoUnenrollWhenExpired", "description": "When true, records still enrolled after activeTo passes are automatically removed from the sequence.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailSequenceGlobalActionsSettings", "description": null, "fields": [{"name": "onReply", "description": "When true, the sequence reacts when a recipient replies to one of its emails.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "onReplyUnenroll", "description": "When true, a recipient who replies is removed from the sequence.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "onReplySendEmail", "description": "When true, an email is sent in response to a reply.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "onReplyEmail", "description": "Email sent in response to a reply.", "args": [], "type": {"kind": "OBJECT", "name": "EmailSequenceNodeEmail", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "onReplyCreateEntity", "description": "When true, a record is created in response to a reply.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "onReplyEntity", "description": "Template for the record created in response to a reply.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessEntityTemplate", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "onUnsubscribe", "description": "When true, the sequence reacts when a recipient unsubscribes, removing them from the sequence.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "onUnsubscribeCreateEntity", "description": "When true, a record is created when a recipient unsubscribes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "onUnsubscribeEntity", "description": "Template for the record created when a recipient unsubscribes.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessEntityTemplate", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "onCondition", "description": "When true, the sequence evaluates the custom condition filter and acts when it matches.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "onConditionFilter", "description": "Field-based filter that defines the custom condition checked against the enrolled record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailSequenceFilter", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "onConditionUnenroll", "description": "When true, a record matching the custom condition is removed from the sequence.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "onConditionSendEmail", "description": "When true, an email is sent when the custom condition matches.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "onConditionEmail", "description": "Email sent when the custom condition matches.", "args": [], "type": {"kind": "OBJECT", "name": "EmailSequenceNodeEmail", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "onConditionCreateEntity", "description": "When true, a record is created when the custom condition matches.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "onConditionEntity", "description": "Template for the record created when the custom condition matches.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessEntityTemplate", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "onBounce", "description": "When true, the sequence reacts when one of its emails bounces.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "onBounceUnenroll", "description": "When true, a recipient whose email bounces is removed from the sequence.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "onBounceUnsubscribe", "description": "When true, a recipient whose email bounces is also marked as unsubscribed.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailSequenceActivityLogEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "EmailSequenceActivityLogEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailSequenceActivityLogEntityEdge", "description": "A Relay edge containing a `EmailSequenceActivityLogEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "EmailSequenceActivityLogEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailSequenceActivityLogEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actor", "description": "User who initiated the run, or empty for runs triggered by automation.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": "Application context the run was triggered in (e.g. browser, automation, third-party integration).", "args": [], "type": {"kind": "OBJECT", "name": "ApplicationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailSequence", "description": "Email sequence this activity log belongs to.", "args": [], "type": {"kind": "OBJECT", "name": "EmailSequenceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorId", "description": "Id of the actor.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "applicationId", "description": "Id of the application.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailSequenceId", "description": "Id of the email sequence.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "endTime", "description": "Timestamp when the run finished. Empty for runs still in progress.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isTestRun", "description": "True when the run was a dry-run / test execution and did not produce real-side effects.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "startTime", "description": "Timestamp when the run started.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Outcome of the run (e.g. Ok, Error, Cancelled).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lines", "description": "Step-by-step log lines produced during the run.", "args": [{"name": "filter", "description": "Filter EmailSequenceActivityLogLine relations by target EmailSequenceActivityLogLine attributes.", "type": {"kind": "INPUT_OBJECT", "name": "EmailSequenceActivityLogLineFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order EmailSequenceActivityLogLine relations by target EmailSequenceActivityLogLine attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailSequenceActivityLogLineOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "EmailSequenceActivityLogLineEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordName", "description": "Display name of the record this run enrolled (e.g. contact name). Read-only; computed by Coevera.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordEmail", "description": "Email address of the record this run enrolled. Read-only; computed by Coevera.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailSequenceActivityLogLineEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "EmailSequenceActivityLogLineEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailSequenceActivityLogLineEntityEdge", "description": "A Relay edge containing a `EmailSequenceActivityLogLineEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "EmailSequenceActivityLogLineEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailSequenceActivityLogLineEntity", "description": null, "fields": [{"name": "formattedText", "description": "Human-readable rendering of the log line, prefixed with the line's timestamp and (when applicable) the parent record id.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailSequenceActivityLog", "description": "Activity log this line belongs to.", "args": [], "type": {"kind": "OBJECT", "name": "EmailSequenceActivityLogEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailSequenceActivityLogId", "description": "Id of the activity log.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isVisible", "description": "True when the line is shown in the activity log UI; false for internal-only lines.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Position of the line within its log run.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Outcome of the step the line represents (e.g. Ok, Error, Skipped).", "args": [], "type": {"kind": "ENUM", "name": "ProcessStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailSequenceActivityLogLineOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "emailSequenceActivityLog", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailSequenceActivityLogOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "emailSequenceActivityLogId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isVisible", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailSequenceActivityLogOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "actorId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "applicationId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "emailSequenceId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "endTime", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isTestRun", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "startTime", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "recordName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "recordEmail", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailSequenceActivityLogOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "actor", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "application", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ApplicationOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "emailSequence", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailSequenceOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "actorId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "applicationId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "emailSequenceId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "endTime", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isTestRun", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "startTime", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "recordName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "recordEmail", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailSequenceOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "deactivationReason", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isEnabled", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "lastSchemaChange", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "lastStatusChange", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "lastEmailSequenceRun", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "clickRate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "bounceRate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "openRate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "replyRate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "unsubscribeRate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "createdCount", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "sentCount", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "enrollCount", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "triggerEntityName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "triggerFieldId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "stepCount", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailSequenceEnrolledEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "EmailSequenceEnrolledEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailSequenceEnrolledEntityEdge", "description": "A Relay edge containing a `EmailSequenceEnrolledEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "EmailSequenceEnrolledEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailSequenceEnrolledEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "account", "description": "Account that was enrolled, when the trigger entity is an Account; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actor", "description": "User who triggered the enrolment, or empty for runs triggered by automation.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": "Application context the enrolment was triggered in.", "args": [], "type": {"kind": "OBJECT", "name": "ApplicationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": "Contact that was enrolled, when the trigger entity is a Contact; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailSequenceActivityLog", "description": "Activity log run that produced this enrolment.", "args": [], "type": {"kind": "OBJECT", "name": "EmailSequenceActivityLogEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailSequence", "description": "Email sequence this enrolment belongs to.", "args": [], "type": {"kind": "OBJECT", "name": "EmailSequenceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lead", "description": "Lead that was enrolled, when the trigger entity is a Lead; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "LeadEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "oppty", "description": "Opportunity that was enrolled, when the trigger entity is an Opportunity; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "project", "description": "Project that was enrolled, when the trigger entity is a Project; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "ProjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": "Id of the enrolled account.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorId", "description": "Id of the actor.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "applicationId", "description": "Id of the application.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": "Id of the enrolled contact.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailSequenceActivityLogId", "description": "Id of the activity log.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailSequenceId", "description": "Id of the email sequence.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "endReason", "description": "Why the enrolment ended (e.g. Reply, Unsubscribe, Bounce, Manual, Completed).", "args": [], "type": {"kind": "ENUM", "name": "EmailSequenceEndReasonEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "endTime", "description": "Timestamp when the enrolment ended (completed or unenrolled). Empty while the enrolment is active.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": "Id of the enrolled entity (matches whichever of account/contact/lead/oppty/project is set). Read-only.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": "Type of the enrolled entity (e.g. Account, Contact, Lead). Read-only.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "BaseEntityTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "excludedFromStats", "description": "True when this enrolment is excluded from sequence statistics (e.g. after a stats reset).", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadId", "description": "Id of the enrolled lead.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyId", "description": "Id of the enrolled opportunity.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectId", "description": "Id of the enrolled project.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "startTime", "description": "Timestamp when the enrolment started.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepCount", "description": "Number of steps the enrolment has reached. Read-only.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the enrolled record, formatted according to the calling user's preferred name format. Empty when the underlying record has been deleted.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "address", "description": "Email address used for delivery of this enrolment.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepIndex", "description": "Zero-based index of the next step the enrolment will execute (i.e. one past the highest step_index recorded in EmailSequenceEnrolledStatus). Empty before the first step runs.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Status of the enrolment's most recent sequence run: NoActivity, Running, Success, Warning, or Error.", "args": [], "type": {"kind": "ENUM", "name": "ProcessStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": "Name of the enrolled entity (Account, Contact, Lead, Opportunity, or Project), derived from entity_type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityEntity", "description": null, "fields": [{"name": "customFields", "description": null, "args": [{"name": "apiNames", "description": "Api names of custom fields to retrieve. All are returned if not set.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pendingScheduledActions", "description": "Deferred property. Will return data only if called via get_by_id. Otherwise null or empty array is used.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeQuote", "description": "Quote currently used to drive the opportunity (e.g. for synchronisation of monetary fields). Empty when no quote is active.", "args": [], "type": {"kind": "OBJECT", "name": "QuoteEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRatesList", "description": "Currency exchange rate list used to convert monetary fields linked to this opportunity. Empty to inherit the team space default.", "args": [], "type": {"kind": "OBJECT", "name": "CurrencyExchangeRatesListEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadSource", "description": "How the opportunity originated (e.g. Website, Referral, Trade Show). Configurable per team space.", "args": [], "type": {"kind": "OBJECT", "name": "DataEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyType", "description": "Opportunity type that classifies this opportunity. Each type maps to one pipeline and drives which form, fields and stages apply.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "Sales user who owns this opportunity.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productCurrency", "description": "Currency used for product line-item prices on this opportunity.", "args": [], "type": {"kind": "OBJECT", "name": "CurrencyEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productPriceList", "description": "Product price list used to populate prices for product line items added to this opportunity. Empty to use catalog defaults.", "args": [], "type": {"kind": "OBJECT", "name": "ProductPriceListEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "reasonOfClose", "description": "Configurable reason recorded when the opportunity is archived (lost). Required when the lost form mandates it.", "args": [], "type": {"kind": "OBJECT", "name": "DataEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "step", "description": "Pipeline step the opportunity is currently sitting in. Reaching the last step in the pipeline marks the opportunity as won; archiving sets it to lost.", "args": [], "type": {"kind": "OBJECT", "name": "StepEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Sales unit this opportunity is assigned to. Determines which team members can see the record under unit-based sharing.", "args": [], "type": {"kind": "OBJECT", "name": "SalesUnitEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeQuoteId", "description": "Id of the active quote.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "closingDate", "description": "Expected or actual closing date of the opportunity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRatesListId", "description": "Id of the currency exchange rate list applied to this opportunity.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Free-form description of the opportunity.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isArchived", "description": "True when the opportunity has been archived (lost). Archived opportunities remain readable but are hidden from active lists and cannot be edited until reactivated.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isValueAutoCalculate", "description": "True when value is auto-calculated from the opportunity product line items. False when the user enters value directly.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "labelFlag", "description": "User-set colored flag used to highlight the opportunity in lists and reports.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastAiBuyingCenterApplied", "description": "Time when an AI-suggested buying center was last applied to this opportunity.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadSourceId", "description": "Id of the lead source.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyTypeId", "description": "Id of the opportunity type.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the opportunity owner.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "productCurrencyId", "description": "Id of the product currency.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productPriceListId", "description": "Id of the product price list.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productSections", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductSection", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickAccountEmail", "description": "Free-text company email captured at opportunity creation when no Account record has been linked yet.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickAccountName", "description": "Free-text company name captured at opportunity creation when no Account record has been linked yet.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickAccountPhone", "description": "Free-text company phone captured at opportunity creation when no Account record has been linked yet.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickContactName", "description": "Free-text contact name captured at opportunity creation when no Contact record has been linked yet.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickEmail", "description": "Free-text contact email captured at opportunity creation when no Contact record has been linked yet.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickPhone", "description": "Free-text contact phone captured at opportunity creation when no Contact record has been linked yet.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ranking", "description": "Qualitative ranking score (1-10) the user assigns to indicate the strength of the opportunity.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "reasonOfCloseDescription", "description": "Free-form note explaining why the opportunity was archived (lost).", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "reasonOfCloseId", "description": "Id of the reason-of-close value.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": "Sharing model applied on top of the owner/unit visibility (e.g. shared with selected sales units or selected users). The matching sharing_units / sharing_clients lists control who is granted access.", "args": [], "type": {"kind": "ENUM", "name": "ShareModeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepId", "description": "Id of the pipeline step.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tableName", "description": "Discriminator identifying the concrete record type \u2014 always \"opportunity\" for Opportunity records. Read-only; useful when consuming polymorphic LeadOppty results.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": "Id of the sales unit.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "wasQualified", "description": "True when the opportunity has gone through the qualification step at least once.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Monetary value of the opportunity in the team space base currency, with the foreign value and currency code preserved alongside.", "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignField", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "enrolledEmailSequences", "description": "Number of email sequences this record is currently actively enrolled in (soft-deleted or ended enrollments are not counted).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyRecurrence", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "OpptyRecurrenceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revenueSchedule", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "OpptyRevenueScheduleEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productRelations", "description": "Product line items on this opportunity. Each entry holds the product, quantity, price and discount that contribute to the opportunity value when is_value_auto_calculate is true.", "args": [{"name": "filter", "description": "Filter Product relations by target Product attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProductFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter OpptyProductRelation relations by edge (relation) OpptyProductRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "OpptyProductRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Product relations by target Product attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OpptyProductRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryContact", "description": "Primary contact of this opportunity. Set automatically from the contact relation marked as primary.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccount", "description": "Primary account of this opportunity. Set automatically from the account relation marked as primary.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactRelations", "description": "Contacts linked to this opportunity, including their roles and org-chart positions.", "args": [{"name": "filter", "description": "Filter Contact relations by target Contact attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter LeadOpptyContactRelation relations by edge (relation) LeadOpptyContactRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptyContactRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Contact relations by target Contact attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptyContactRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountRelations", "description": "Accounts linked to this opportunity, including the primary-account flag.", "args": [{"name": "filter", "description": "Filter Account relations by target Account attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter LeadOpptyAccountRelation relations by edge (relation) LeadOpptyAccountRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptyAccountRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Account relations by target Account attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptyAccountRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "Documents linked to this opportunity.", "args": [{"name": "filter", "description": "Filter CloudObject relations by target CloudObject attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter CloudObjectRelation relations by edge (relation) CloudObjectRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order CloudObject relations by target CloudObject attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CloudObjectRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteRelations", "description": "Quotes prepared for this opportunity.", "args": [{"name": "filter", "description": "Filter Quote relations by target Quote attributes.", "type": {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Quote relations by target Quote attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "QuoteEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Current status of the opportunity (Open, Won, Lost). Read-only; derived from the current pipeline step and the archived flag.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpptyStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "qualifyDate", "description": "Timestamp of when the opportunity was qualified, taken from the matching KPI event. Empty for opportunities that have not been qualified. Read-only.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "wonDate", "description": "Timestamp of when the opportunity was won. Setting it adjusts the underlying win event; empty for opportunities that have not been won.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lostDate", "description": "Timestamp of when the opportunity was archived (lost). Setting it adjusts the underlying loss event; empty for opportunities that have not been archived.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "daysInStep", "description": "Number of days the opportunity has been sitting in its current pipeline step. Read-only; computed by Coevera from the most recent move event and per-step timeframe history.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": "True when the current authenticated user has marked this opportunity as favorite. Per-user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingUnits", "description": "Sales units that have been granted shared access to this opportunity. Editable only when share_mode allows unit sharing.", "args": [{"name": "filter", "description": "Filter SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter LeadOpptySharingSalesUnitRelation relations by edge (relation) LeadOpptySharingSalesUnitRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptySharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptySharingSalesUnitRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingClients", "description": "Users that have been granted shared access to this opportunity. Editable only when share_mode allows user sharing.", "args": [{"name": "filter", "description": "Filter Client relations by target Client attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter LeadOpptySharingClientRelation relations by edge (relation) LeadOpptySharingClientRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "LeadOpptySharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Client relations by target Client attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptySharingClientRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": "Tag labels applied to this opportunity.", "args": [{"name": "filter", "description": "Filter Tag relations by target Tag attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TagFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter TagRelation relations by edge (relation) TagRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Tag relations by target Tag attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TagOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "TagRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "staticProfiles", "description": "Saved view profiles this opportunity currently matches.", "args": [{"name": "filter", "description": "Filter Profile relations by target Profile attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProfileFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ProfileRelation relations by edge (relation) ProfileRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProfileRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Profile relations by target Profile attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProfileOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ProfileRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "fitness", "description": "Deferred property. Will return data only if called via get_by_id. Otherwise null or empty array is used.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "WarningLevelEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fitnessDescription", "description": "Deferred property. Will return data only if called via get_by_id. Otherwise null or empty array is used.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FitnessDescription", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formattedName", "description": "Display version of the opportunity name, used in lists and references.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "viewerIdsPerSalesUnit", "description": "Deferred property. Will return data only if called via get_by_id. Otherwise null or empty array is used.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modifiedByUser", "description": "Timestamp of the most recent modification made by an end user (excluding system changes). Read-only; computed by Coevera.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relatedEntitiesDrilldown", "description": null, "args": [{"name": "entityType", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CompactViewDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "charts", "description": null, "args": [{"name": "ids", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardChartData", "kind": "UNION", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "chartsDrilldown", "description": null, "args": [{"name": "id", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "seriesIndex", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "itemIndex", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CompactViewDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fields", "description": null, "args": [{"name": "ids", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepChecklists", "description": null, "args": [{"name": "stepChecklistIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "StepChecklistActivityItem", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "approval", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ApprovalEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteEntity", "description": null, "fields": [{"name": "customFields", "description": null, "args": [{"name": "apiNames", "description": "Api names of custom fields to retrieve. All are returned if not set.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pendingScheduledActions", "description": "Deferred property. Will return data only if called via get_by_id. Otherwise null or empty array is used.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRatesList", "description": "Currency exchange rate list used to convert monetary fields linked to this quote. Empty to inherit the team space default.", "args": [], "type": {"kind": "OBJECT", "name": "CurrencyExchangeRatesListEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "oppty", "description": "Opportunity this quote was prepared for. Empty for standalone quotes.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "Sales user who owns this quote.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productCurrency", "description": "Currency used for product line-item prices on this quote.", "args": [], "type": {"kind": "OBJECT", "name": "CurrencyEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productPriceList", "description": "Product price list used to populate prices for product line items added to this quote. Empty to use catalog defaults.", "args": [], "type": {"kind": "OBJECT", "name": "ProductPriceListEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteType", "description": "Quote type that classifies this quote. Each type maps to one quote process and drives which form, fields and stages apply.", "args": [], "type": {"kind": "OBJECT", "name": "QuoteTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "reasonOfClose", "description": "Configurable reason recorded when the quote is archived (lost). Required when the lost form mandates it.", "args": [], "type": {"kind": "OBJECT", "name": "DataEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "step", "description": "Quote-process step the quote is currently sitting in. Reaching the last step in the process marks the quote as accepted.", "args": [], "type": {"kind": "OBJECT", "name": "StepEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Sales unit this quote is assigned to. Determines which team members can see the record under unit-based sharing.", "args": [], "type": {"kind": "OBJECT", "name": "SalesUnitEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRatesListId", "description": "Id of the currency exchange rate list applied to this quote.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Free-form description of the quote.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "expirationDate", "description": "Date after which the quote is no longer considered valid.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isArchived", "description": "True when the quote has been archived (lost). Archived quotes remain readable but are hidden from active lists and cannot be edited until reactivated.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyId", "description": "Id of the opportunity.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the quote owner.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "productCurrencyId", "description": "Id of the product currency.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productPriceListId", "description": "Id of the product price list.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productSections", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductSection", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickAccountEmail", "description": "Free-text company email captured at quote creation when no Account record has been linked yet.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickAccountName", "description": "Free-text company name captured at quote creation when no Account record has been linked yet.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickAccountPhone", "description": "Free-text company phone captured at quote creation when no Account record has been linked yet.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickContactName", "description": "Free-text contact name captured at quote creation when no Contact record has been linked yet.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickEmail", "description": "Free-text contact email captured at quote creation when no Contact record has been linked yet.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickPhone", "description": "Free-text contact phone captured at quote creation when no Contact record has been linked yet.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteNumber", "description": "Auto-generated sequential identifier of the quote, used for human-readable reference.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteTypeId", "description": "Id of the quote type.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "reasonOfCloseDescription", "description": "Free-form note explaining why the quote was archived (lost).", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "reasonOfCloseId", "description": "Id of the reason-of-close value.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": "Sharing model applied on top of the owner/unit visibility (e.g. shared with selected sales units or selected users). The matching sharing_units / sharing_clients lists control who is granted access.", "args": [], "type": {"kind": "ENUM", "name": "ShareModeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepId", "description": "Id of the quote-process step.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": "Id of the sales unit.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "version", "description": "Revision number of the quote, incremented when a new version of the same quote is created.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalAmount", "description": "Total monetary value of the quote in the team space base currency, with the foreign value and currency code preserved alongside.", "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignField", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productRelations", "description": "Product line items on this quote. Each entry holds the product, quantity, price and discount that contribute to total_amount.", "args": [{"name": "filter", "description": "Filter Product relations by target Product attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProductFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter OpptyProductRelation relations by edge (relation) OpptyProductRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "OpptyProductRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Product relations by target Product attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OpptyProductRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryContact", "description": "Primary contact of this quote. Set automatically from the contact relation marked as primary.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccount", "description": "Primary account of this quote. Set automatically from the account relation marked as primary.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactRelations", "description": "Contacts linked to this quote.", "args": [{"name": "filter", "description": "Filter Contact relations by target Contact attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter QuoteContactRelation relations by edge (relation) QuoteContactRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "QuoteContactRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Contact relations by target Contact attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "QuoteContactRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountRelations", "description": "Accounts linked to this quote, including the primary-account flag.", "args": [{"name": "filter", "description": "Filter Account relations by target Account attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter QuoteAccountRelation relations by edge (relation) QuoteAccountRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "QuoteAccountRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Account relations by target Account attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "QuoteAccountRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "Documents linked to this quote.", "args": [{"name": "filter", "description": "Filter CloudObject relations by target CloudObject attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter CloudObjectRelation relations by edge (relation) CloudObjectRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order CloudObject relations by target CloudObject attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CloudObjectRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingUnits", "description": "Sales units that have been granted shared access to this quote. Editable only when share_mode allows unit sharing.", "args": [{"name": "filter", "description": "Filter SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter QuoteSharingSalesUnitRelation relations by edge (relation) QuoteSharingSalesUnitRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "QuoteSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "QuoteSharingSalesUnitRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingClients", "description": "Users that have been granted shared access to this quote. Editable only when share_mode allows user sharing.", "args": [{"name": "filter", "description": "Filter Client relations by target Client attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter QuoteSharingClientRelation relations by edge (relation) QuoteSharingClientRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "QuoteSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Client relations by target Client attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "QuoteSharingClientRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Current status of the quote (Open, Lost, Accepted). Read-only; derived from the current step and the archived flag.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formattedName", "description": "Display version of the quote name, used in lists and references.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": "True when the current authenticated user has marked this quote as favorite. Per-user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isActiveInOpportunity", "description": "If quote is set as active in opportunity.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "viewerIdsPerSalesUnit", "description": "Deferred property. Will return data only if called via get_by_id. Otherwise null or empty array is used.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modifiedByUser", "description": "Timestamp of the most recent modification made by an end user (excluding system changes). Read-only; computed by Coevera.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "staticProfiles", "description": "Saved view profiles this quote currently matches.", "args": [{"name": "filter", "description": "Filter Profile relations by target Profile attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProfileFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ProfileRelation relations by edge (relation) ProfileRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProfileRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Profile relations by target Profile attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProfileOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ProfileRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": "Tag labels applied to this quote.", "args": [{"name": "filter", "description": "Filter Tag relations by target Tag attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TagFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter TagRelation relations by edge (relation) TagRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Tag relations by target Tag attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TagOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "TagRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relatedEntitiesDrilldown", "description": null, "args": [{"name": "entityType", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CompactViewDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "charts", "description": null, "args": [{"name": "ids", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardChartData", "kind": "UNION", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "chartsDrilldown", "description": null, "args": [{"name": "id", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "seriesIndex", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "itemIndex", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CompactViewDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fields", "description": null, "args": [{"name": "ids", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectObjectiveActivitiesDrilldown", "description": null, "args": [{"name": "projectObjectiveId", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CompactViewDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepChecklists", "description": null, "args": [{"name": "stepChecklistIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "StepChecklistActivityItem", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "approval", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ApprovalEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductPriceListEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Free-form description of the price list.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDate", "description": "Date when the price list expires. Empty means open-ended.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isActive", "description": "Master switch for the price list. Inactive price lists are not applied to opportunities or quotes regardless of dates.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "rules", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDate", "description": "Date when the price list becomes active. Empty means immediately.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Distribution model of the price list (e.g. List, Promotion, Discount).", "args": [], "type": {"kind": "ENUM", "name": "ProductPriceListTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": "True for the team space default price list, which cannot be deleted. Read-only.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Effective status of the price list (Active, Inactive, Scheduled, Expired). Read-only; derived from is_active and the start/end dates.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductPriceListStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "productPriceListPrices", "description": "Per-product, per-currency prices configured in the price list.", "args": [{"name": "filter", "description": "Filter Product relations by target Product attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProductFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ProductPriceListPrice relations by edge (relation) ProductPriceListPrice attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProductPriceListPriceFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Product relations by target Product attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ProductPriceListPriceEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductPriceListPriceEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ProductPriceListPriceEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductPriceListPriceEntityEdge", "description": "A Relay edge containing a `ProductPriceListPriceEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "ProductPriceListPriceEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductPriceListPriceEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currency", "description": "Currency the price value is denominated in.", "args": [], "type": {"kind": "OBJECT", "name": "CurrencyEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "product", "description": "Product the price applies to.", "args": [], "type": {"kind": "OBJECT", "name": "ProductEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productPriceList", "description": "Price list the price belongs to.", "args": [], "type": {"kind": "OBJECT", "name": "ProductPriceListEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyId", "description": "Id of the currency.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "price", "description": "Price amount stored at 6-decimal precision; values set via the API are rounded.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productId", "description": "Id of the product.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "productPriceListId", "description": "Id of the price list.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": "Per-price access controls (e.g. which user roles can override this price). Stored as a JSON object.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductPriceListPriceSettings", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductEntity", "description": null, "fields": [{"name": "customFields", "description": null, "args": [{"name": "apiNames", "description": "Api names of custom fields to retrieve. All are returned if not set.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRatesList", "description": "Currency exchange rate list used to convert monetary fields linked to this product. Empty to inherit the team space default.", "args": [], "type": {"kind": "OBJECT", "name": "CurrencyExchangeRatesListEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "picture", "description": "Product picture.", "args": [], "type": {"kind": "OBJECT", "name": "CloudObjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productCategory", "description": "Product category this product belongs to. Categories form a hierarchy used in the catalog browser.", "args": [], "type": {"kind": "OBJECT", "name": "ProductCategoryEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productType", "description": "Product type that classifies this product. Product types are configurable per team space and drive which form, fields and product-line behavior apply.", "args": [], "type": {"kind": "OBJECT", "name": "ProductTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "allowedPipelines", "description": "Whether this product can be added to all pipelines or only the explicitly linked subset (see product_pipeline_relations).", "args": [], "type": {"kind": "ENUM", "name": "AccessPipelinesEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRatesListId", "description": "Id of the currency exchange rate list applied to this product.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Free-form description of the product.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the product, shown in catalogues and pickers.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pictureId", "description": "Id of the product picture document.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productCategoryId", "description": "Id of the product category.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productTypeId", "description": "Id of the product type.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sku", "description": "Stock-keeping unit (SKU) identifier of the product. Must be unique across products.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitSymbol", "description": "Unit of measure shown next to product quantities (e.g. pcs, kg, hours).", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productPipelineRelations", "description": "Deprecated pipeline connection.", "args": [{"name": "filter", "description": "Filter Pipeline relations by target Pipeline attributes.", "type": {"kind": "INPUT_OBJECT", "name": "PipelineFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ProductPipelineRelation relations by edge (relation) ProductPipelineRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProductPipelineRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Pipeline relations by target Pipeline attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "PipelineOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ProductPipelineRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productPipelines", "description": "Configuration of Pipelines where the Product can be used.", "args": [], "type": {"kind": "OBJECT", "name": "ProductPipelinesObject", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formattedName", "description": "Display version of the product name, used in lists and references.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyProductRelationTypeId", "description": "Id of the product line-item type derived from product_type. Used as a filter when listing relations on opportunities and quotes. Read-only.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "priceListPrice", "description": "Returns price of product for specific price list. If price_list == null then returns 0", "args": [{"name": "priceListId", "description": null, "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "defaultValue": null}, {"name": "currencyId", "description": null, "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "defaultValue": null}], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductCategoryEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "parent", "description": "Parent category in the catalog hierarchy. Empty for top-level categories.", "args": [], "type": {"kind": "OBJECT", "name": "ProductCategoryEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": "Id of the parent category.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productRelations", "description": "All Products in this category.", "args": [{"name": "filter", "description": "Filter Product relations by target Product attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProductFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Product relations by target Product attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ProductEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ProductEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductEntityEdge", "description": "A Relay edge containing a `ProductEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "ProductEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProductOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesList", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CurrencyExchangeRatesListOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "productCategory", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductCategoryOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "productType", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductTypeOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "productCategoryId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "productTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "sku", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "unitSymbol", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByCustomField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProductCategoryOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "parentId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProductTypeOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "opptyProductRelationTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductTypeEntity", "description": null, "fields": [{"name": "hasDraft", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formEditApi", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "Form", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "canChangeReadonly", "description": "Returns if user can change readonly flag on this entity_type.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyProductRelationType", "description": "Opportunity / quote line-item type paired with this product type. Drives the form used when adding products of this type as line items.", "args": [], "type": {"kind": "OBJECT", "name": "OpptyProductRelationTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formEdit", "description": "JSON definition of the form layout used by the UI when creating or editing products of this type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isReadonly", "description": "True when the product type is system-managed and cannot be edited or deleted by users.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyProductRelationTypeId", "description": "Id of the paired opportunity/quote line-item type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPublished", "description": "True when the entity configuration is published; false while it exists only as an unpublished draft.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpptyProductRelationTypeEntity", "description": null, "fields": [{"name": "hasDraft", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formEditApi", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "Form", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "canChangeReadonly", "description": "Returns if user can change readonly flag on this entity_type.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formEdit", "description": "JSON definition of the form layout used by the UI when adding line items of this type to opportunities or quotes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isReadonly", "description": "True when the line-item type is system-managed and cannot be edited or deleted by users.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPublished", "description": "True when the entity configuration is published; false while it exists only as an unpublished draft.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productType", "description": "Product type paired with this line-item type.", "args": [], "type": {"kind": "OBJECT", "name": "ProductTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productTypeId", "description": "Id of the paired product type. Read-only.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductPipelineRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ProductPipelineRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductPipelineRelationEntityEdge", "description": "A Relay edge containing a `ProductPipelineRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "ProductPipelineRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductPipelineRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipeline", "description": "Pipeline in which the product can be added as a line item.", "args": [], "type": {"kind": "OBJECT", "name": "PipelineEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "product", "description": "Product available in the linked pipeline.", "args": [], "type": {"kind": "OBJECT", "name": "ProductEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelineId", "description": "Id of the pipeline.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "productId", "description": "Id of the product.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "PipelineOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "color", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductPipelinesObject", "description": null, "fields": [{"name": "pipelines", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "allowedPipelines", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccessPipelinesEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductPriceListPriceSettings", "description": null, "fields": [{"name": "access", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductPriceListPriceAccessEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessRoles", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ProductPriceListPriceAccessEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NoAccess", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "All", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Role", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "CurrencyForeignField", "description": null, "fields": [{"name": "baseValue", "description": "Base value of entity. If empty, it is recalculated via current conversion rate of specified currency.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "valueForeign", "description": "Foreign value of entity. If empty, it is recalculated via current conversion rate of specified currency.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "convertedValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "convertedValueCurrencyId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpptyProductRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "OpptyProductRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpptyProductRelationEntityEdge", "description": "A Relay edge containing a `OpptyProductRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "OpptyProductRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpptyProductRelationEntity", "description": null, "fields": [{"name": "customFields", "description": null, "args": [{"name": "apiNames", "description": "Api names of custom fields to retrieve. All are returned if not set.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRatesList", "description": "Currency exchange rate list used to convert this line item, inherited from the parent opportunity or quote.", "args": [], "type": {"kind": "OBJECT", "name": "CurrencyExchangeRatesListEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "onlineFormField", "description": "Online form field that produced this line item, or empty when not applicable.", "args": [], "type": {"kind": "OBJECT", "name": "FieldEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "onlineForm", "description": "Online form this line item came from when the related opportunity was created through a form submission, or empty otherwise.", "args": [], "type": {"kind": "OBJECT", "name": "OnlineFormEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "oppty", "description": "Opportunity this line item belongs to. Set on create; mutually exclusive with quote.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyProductRelationType", "description": "Line-item type that drives the form layout for this product line. Resolved from the product type on create.", "args": [], "type": {"kind": "OBJECT", "name": "OpptyProductRelationTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pairedOpptyProductRelation", "description": "Counterpart line item on the paired record (e.g. matching line on the active quote when this line is on the opportunity, or vice versa). Empty when there is no pairing.", "args": [], "type": {"kind": "OBJECT", "name": "OpptyProductRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "product", "description": "Product on this line item. Set on create; cannot be changed afterwards.", "args": [], "type": {"kind": "OBJECT", "name": "ProductEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quote", "description": "Quote this line item belongs to. Mutually exclusive with oppty.", "args": [], "type": {"kind": "OBJECT", "name": "QuoteEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "amount", "description": "Total amount of the line item (price * quantity, with discounts applied).", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "comment", "description": "Free-form note describing this line item.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRatesListId", "description": "Id of the currency exchange rate list.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "onlineFormFieldId", "description": "Id of the online form field.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "onlineFormId", "description": "Id of the online form.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyId", "description": "Id of the opportunity.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyProductRelationTypeId", "description": "Id of the line-item type.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pairedOpptyProductRelationId", "description": "Id of the paired line item.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "price", "description": "Per-unit price of the line item. Defaults to the product price from the price list when not supplied explicitly.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "productId", "description": "Id of the product.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quantity", "description": "Number of product units on this line item.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteId", "description": "Id of the quote.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sectionId", "description": "Identifier of the product section this line belongs to (see the product_sections JSON layout on the parent opportunity or quote).", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Display order of the line item within its section. Maintained automatically when lines are added or moved.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revenueSchedule", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "OpptyProductRelationRevenueScheduleEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "discountValue", "description": "Absolute monetary discount applied to this line item versus the price-list price. Read-only; computed by Coevera.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "discountPercentage", "description": "Percentage discount applied to this line item versus the price-list price. Read-only; computed by Coevera.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modifiedByUser", "description": "Timestamp of the most recent modification made by an end user (excluding system changes). Read-only; computed by Coevera.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FieldEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasDraft", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "True when the field is marked as deleted (soft-delete).", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityName", "description": "Related entity name for field (e.g. Account, Contact, Lead, Opportunity, ...)", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "apiName", "description": "Immutable and generated name. This name is used for integrations.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "User friendly name for field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": "When true, the field name is treated as a translation key and resolved through the translation system; otherwise the literal name is shown.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "columnName", "description": "Storage column name for the field; used as the filter key in API queries.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "columnSource", "description": "Storage origin of the field: on the main entity record, on the custom-field data record, or computed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "relationId", "description": "For relation-typed fields, identifier of the relation kind that connects this entity to the related entity. Empty for non-relation fields.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "relationWithEntityId", "description": "For relation-typed fields, the entity the field points to (e.g. Contact, Account). Empty for non-relation fields.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedWithFieldId", "description": "When the field is shared between abstract entities (e.g. Lead and Opportunity), id of the counterpart field on the other entity. Empty when the field is not shared.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "systemType", "description": "Whether the field is System (built-in, immutable), Protected (built-in, limited changes), or Custom (user-created).", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "typeId", "description": "Type of the field. Supported field types are: checkbox, currency, currency_foreign, date, datetime, dropdown, email, float, input, integer, multiselect_checkbox, phone, radio, sequence, text_area, url", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "compositeFieldId", "description": "For sub-fields of a composite field (e.g. the value/currency parts of a foreign currency field), id of the parent composite field. Empty for top-level fields.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dataSetId", "description": "Optional custom data set id can be set.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentOptionsFieldId", "description": "For dependent dropdown/radio fields, id of the parent field whose selected value restricts the options shown on this field.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "calcFormula", "description": "Calculated formula used for fields which supports calculation.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "defaultValue", "description": "A default value for field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sequenceSetId", "description": "For sequence-typed fields, id grouping the FieldSequence rows that drive auto-numbering for this field.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sequenceId", "description": "Deprecated; always returns null. Use sequence_set_id and FieldSequence instead.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "systemRequired", "description": "True when the field cannot be made optional (enforced by the platform).", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPublished", "description": "True when the field configuration is published; false while the field exists only as an unpublished draft.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "systemReadonly", "description": "True when the field cannot be made writable (enforced by the platform).", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "useInGlobalSearch", "description": "If this field is allowed in global search.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": "Type-specific configuration for the field (e.g. rollup definition, calculated formula, AI options). Shape depends on type_id; null for fields that need no extra configuration.", "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isUnique", "description": "If true, then there will be an API validation if value of entity is unique.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dataSet", "description": "For dropdown, radio, and multiselect-checkbox fields, the set of available options. Empty for other field types.", "args": [{"name": "includeDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldDataSetRelation", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lookup", "description": "Lookup field definition.", "args": [], "type": {"kind": "OBJECT", "name": "LookupProperty", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sequencePattern", "description": "Deprecated - previously returned sequence pattern used for sequence type of field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sequence", "description": "Sequence field definition.", "args": [], "type": {"kind": "OBJECT", "name": "SequenceProperty", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "rollup", "description": "Rollup field definition.", "args": [], "type": {"kind": "OBJECT", "name": "RollupProperty", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "options", "description": "Available option values for dropdown, radio, and multiselect-checkbox fields, including labels and translations. Empty for other field types.", "args": [], "type": {"kind": "UNION", "name": "FieldOptionsProperty", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "aiOptions", "description": "AI Smart Field options. Available for input, text_area, integer, float, email, phone, url, currency.", "args": [], "type": {"kind": "OBJECT", "name": "FieldAiOptions", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "advancedFormula", "description": "Advanced calculated formula", "args": [], "type": {"kind": "OBJECT", "name": "AdvancedFormulaProperty", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceFieldId", "description": "For derived fields, id of the underlying source field that drives this field's value (e.g. the value side of a composite currency field).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceTypeId", "description": "Underlying primitive type id of the field, after resolving composite/rollup/lookup wrappers.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useInInterfacePreview", "description": "True when the field can be used in the record interface preview pane.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "translatedName", "description": "Field name resolved into the current user's language. When use_lang is true, the name is looked up via the translation system; otherwise name is returned as-is.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldPermissions", "description": "Per-user-role access overrides for this field. Empty when the field uses default access (full access for all roles).", "args": [{"name": "includeDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldPermissionEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "originalDatasetFieldId", "description": "When multiple dropdown/radio fields share a data set, id of the field that originally defined the data set. Null when this field is the originator or has no data set.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "nameTranslations", "description": "Map of locale codes to translated field names (e.g. {\"en-US\": \"First name\", \"de-DE\": \"Vorname\"}). Empty when no translations are defined.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "nameTranslated", "description": "Field name in the current user's language, taken from name_translations. Empty when no translation is available for that language.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primitiveType", "description": "Primitive value type of the field (e.g. STRING, INT, BOOL, DATE, ENUM), derived from source_type_id.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isReadonlyOnRecurrentAppointment", "description": "True when the field cannot be edited on individual occurrences of a recurring appointment (changes must be made on the recurrence master).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAvailableForWebresource", "description": "True when the field can be referenced from a Webresource URL template.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAvailableForAdvancedFormula", "description": "True when the field can be used as an input in an advanced calculated formula expression on this entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FieldDataSetRelation", "description": null, "fields": [{"name": "entity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DataEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "allowedBy", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LookupProperty", "description": null, "fields": [{"name": "entityType", "description": null, "args": [], "type": {"kind": "ENUM", "name": "LookupEntityTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "showRelated", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "oppositeLookupFieldId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasPrimaryRelation", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "LookupEntityTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Account", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Contact", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Lead", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Opportunity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Task", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Appointment", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Product", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptyProductRelation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Client", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Project", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Quote", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomEntity", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "SequenceProperty", "description": null, "fields": [{"name": "defaultItem", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SequenceItemProperty", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SequenceItemProperty", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SequenceItemProperty", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pattern", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastParticle", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "SequenceParticleProperty", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SequenceParticleProperty", "description": null, "fields": [{"name": "year", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "month", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sequenceNumber", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FieldAiOptions", "description": null, "fields": [{"name": "isEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "general", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldAiGeneralOptions", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "valueUpdate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldAiValueUpdateOptions", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FieldAiGeneralOptions", "description": null, "fields": [{"name": "prompt", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dataSourcesEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "webSearchEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordDataEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relatedRecordsEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relatedRecords", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldAiOptionsRelatedRecord", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordDocumentsEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordDocumentsFilter", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FieldAiOptionsRelatedRecord", "description": null, "fields": [{"name": "targetEntity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityRelationId", "description": "Lookup field id for the relation", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FieldAiValueUpdateOptions", "description": null, "fields": [{"name": "manualEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "autoUpdateOnRecordCreate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "autoUpdateOnRecordUpdate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "autoUpdateScheduled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "autoUpdateSchedule", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "FieldAiValueUpdateSchedule", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "autoUpdateScheduledFilter", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "FieldFilter", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FieldAiValueUpdateSchedule", "description": null, "fields": [{"name": "date", "description": "Date and time the schedule runs once. Set for a one-time schedule; left empty for recurring schedules that use the time-of-day and day fields instead.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "timeOfDay", "description": "0 - 1439", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dayOfWeek", "description": "1 = Monday, 7 = Sunday", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dayOfMonth", "description": "1 - 31", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ScheduleInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FieldPermissionEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasDraft", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "field", "description": "Custom field this permission applies to.", "args": [], "type": {"kind": "OBJECT", "name": "FieldEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "masterRight", "description": "User role granted (or restricted) on the field.", "args": [], "type": {"kind": "OBJECT", "name": "MasterRightEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldId", "description": "Id of the custom field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "masterRightId", "description": "Id of the user role.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "permissionLevel", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessLevelFieldEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPublished", "description": "True when the permission override is published; false while it exists only as an unpublished draft.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "MasterRightEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessAccountRelationTypes", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessAccounts", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessAiAutomatizer", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessAiOnlineForms", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessAiRecordDetail", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessAiRecordEnrichment", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessAiRelationshipCharts", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessAiReports", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessAiSmartField", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessAppointmentScheduler", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessAppointmentSchedulerManagement", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessApprovalProcesses", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessApprovalProcessesManagement", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessApprovals", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessArchive", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessAudit", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessAuditLog", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessBulkUpdate", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessCalling", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessCallingCompanyPhone", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessLevelCompanyEmailsEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessCallingPurchasePhone", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessCompanyEmails", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessLevelCompanyEmailsEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessContacts", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessDocumentManagement", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessDocumentManagementCompany", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessDocumentManagementRecord", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessDuplicateChecker", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEmailNotificationEnforcement", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEmailNotificationSettings", "description": "Default email notification preferences applied to users with this role (which events trigger an email and through which channel).", "args": [], "type": {"kind": "OBJECT", "name": "NotificationSettings", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityAccount", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessLevelEntityEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityAccountCopy", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityAccountDelete", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityAccountDirection", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessDirectionEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityAccountPrivate", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityAccountTagCreate", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityAccountTypes", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessEntityTypesEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityAppointment", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessLevelEntityEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityAppointmentDelete", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityAppointmentDirection", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessDirectionEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityAppointmentTagCreate", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityAppointmentTypes", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessEntityTypesEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityBetterNavigator", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessLevelCommonRecordsEnumEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityBetterNavigatorDeleteNotOwned", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityBetterNavigatorDeleteOwned", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityBetterNavigatorSharingCustom", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityBetterNavigatorSharingPublic", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityContact", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessLevelEntityEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityContactCopy", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityContactDelete", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityContactDirection", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessDirectionEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityContactPrivate", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityContactTagCreate", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityContactTypes", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessEntityTypesEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityDashboard", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessLevelCommonRecordsEnumEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityDashboardDeleteNotOwned", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityDashboardDeleteOwned", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityDashboardSharingCustom", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityDashboardSharingPublic", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityEmailContentShareMode", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "ContentShareModeConfigEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityEmailDeleteNotOwned", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityEmailSequence", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessLevelEmailSequenceEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityEmailTemplate", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessLevelCommonRecordsEnumEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityEmailTemplateCreateDeleteFolder", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityEmailTemplateDeleteNotOwned", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityEmailTemplateDeleteOwned", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityEmailTemplateSharingCustom", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityEmailTemplateSharingPublic", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityForecast", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessLevelCommonRecordsEnumEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityForecastDeleteNotOwned", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityForecastDeleteOwned", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityForecastEditNotOwned", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityForecastSharingCustom", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityForecastSharingPublic", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityFormView", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessLevelCommonRecordsEnumEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityFormViewDeleteNotOwned", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityFormViewDeleteOwned", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityFormViewSharingCustom", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityFormViewSharingPublic", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityLead", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessLevelEntityEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityLeadCopy", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityLeadDelete", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityLeadDirection", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessDirectionEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityLeadPrivate", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityLeadTagCreate", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityLeadTypes", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessEntityTypesEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityMessageTagCreate", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityOppty", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessLevelEntityEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityOpptyCopy", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityOpptyDelete", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityOpptyDirection", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessDirectionEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityOpptyPrivate", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityOpptyTagCreate", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityPipeline", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessLevelPipelineEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityProcess", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessLevelProcessBuilderEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityProfile", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessLevelCommonRecordsEnumEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityProfileDefaultScreenProfiles", "description": "Default screen profile ids assigned to users with this role for each main screen (Navigator, Pipeline, Lead, Account, Contact, Activity, Project, Quote, etc.).", "args": [], "type": {"kind": "OBJECT", "name": "ScreensDefaultProfilesParams", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityProfileDeleteNotOwned", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityProfileDeleteOwned", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityProfileSharingCustom", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityProfileSharingPublic", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityProject", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessLevelEntityEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityProjectCopy", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityProjectDelete", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityProjectDirection", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessDirectionEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityProjectPrivate", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityProjectTagCreate", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityQuote", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessLevelEntityEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityQuoteCopy", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityQuoteDelete", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityQuoteDirection", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessDirectionEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityQuoteTagCreate", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityQuoteTypes", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessEntityTypesEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityReport", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessLevelCommonRecordsEnumEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityReportCreateDeleteFolder", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityReportDeleteNotOwned", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityReportDeleteOwned", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityReportPrivate", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityReportScheduleCreate", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityReportScheduleManagement", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityReportSharingCustom", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityReportSharingPublic", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntitySolution", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntitySolutionManagement", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityTarget", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessLevelCommonRecordsEnumEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityTargetDeleteNotOwned", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityTargetDeleteOwned", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityTask", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessLevelEntityEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityTaskDelete", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityTaskDirection", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessDirectionEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityTaskTagCreate", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityTaskTypes", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessEntityTypesEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityTaskUnassigned", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessExport", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessFeeds", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessForeignCurrencies", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessFormAndFields", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessGlobalSettings", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessHomeScreen", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessImport", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessInsights", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessLeads", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessOnlineForms", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessOnlineFormsManagement", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessOpportunity", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessPipelineConfiguration", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessPrint", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessProductsServices", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessProjects", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessQuotes", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessSalesRoles", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessSecurity", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessUnits", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessUserAndRoles", "description": "Controls access to resource.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessWhatsAppCompanyPhone", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "AccessLevelCompanyEmailsEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "allowedPipelines", "description": "Pipelines this user role can use. Effective only when access_entity_pipeline is set to Selected; with All-* values every pipeline is granted.", "args": [{"name": "filter", "description": "Filter Pipeline relations by target Pipeline attributes.", "type": {"kind": "INPUT_OBJECT", "name": "PipelineFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter AllowedPipeline relations by edge (relation) AllowedPipeline attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AllowedPipelineFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Pipeline relations by target Pipeline attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "PipelineOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "AllowedPipelineEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "allowedLeadTypes", "description": "Lead types this user role can use. Effective only when access_entity_lead_types is set to Selected.", "args": [{"name": "filter", "description": "Filter LeadType relations by target LeadType attributes.", "type": {"kind": "INPUT_OBJECT", "name": "LeadTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter AllowedLeadType relations by edge (relation) AllowedLeadType attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AllowedLeadTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order LeadType relations by target LeadType attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadTypeOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "AllowedLeadTypeEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "allowedQuoteTypes", "description": "Quote types this user role can use. Effective only when access_entity_quote_types is set to Selected.", "args": [{"name": "filter", "description": "Filter QuoteType relations by target QuoteType attributes.", "type": {"kind": "INPUT_OBJECT", "name": "QuoteTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter AllowedQuoteType relations by edge (relation) AllowedQuoteType attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AllowedQuoteTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order QuoteType relations by target QuoteType attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteTypeOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "AllowedQuoteTypeEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "allowedAccountTypes", "description": "Account types this user role can use. Effective only when access_entity_account_types is set to Selected.", "args": [{"name": "filter", "description": "Filter AccountType relations by target AccountType attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AccountTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter AllowedAccountType relations by edge (relation) AllowedAccountType attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AllowedAccountTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order AccountType relations by target AccountType attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountTypeOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "AllowedAccountTypeEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "allowedContactTypes", "description": "Contact types this user role can use. Effective only when access_entity_contact_types is set to Selected.", "args": [{"name": "filter", "description": "Filter ContactType relations by target ContactType attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ContactTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter AllowedContactType relations by edge (relation) AllowedContactType attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AllowedContactTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order ContactType relations by target ContactType attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactTypeOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "AllowedContactTypeEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "allowedTaskTypes", "description": "Task types this user role can use. Effective only when access_entity_task_types is set to Selected.", "args": [{"name": "filter", "description": "Filter TaskType relations by target TaskType attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TaskTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter AllowedTaskType relations by edge (relation) AllowedTaskType attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AllowedTaskTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order TaskType relations by target TaskType attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskTypeOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "AllowedTaskTypeEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "allowedAppointmentTypes", "description": "Appointment types this user role can use. Effective only when access_entity_appointment_types is set to Selected. The recurrent appointment type is always granted implicitly and cannot be stored here.", "args": [{"name": "filter", "description": "Filter AppointmentType relations by target AppointmentType attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AppointmentTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter AllowedAppointmentType relations by edge (relation) AllowedAppointmentType attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AllowedAppointmentTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order AppointmentType relations by target AppointmentType attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentTypeOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "AllowedAppointmentTypeEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "allowedCompanyEmails", "description": "Company email addresses this user role can send from. Effective only when access_company_emails is set to Selected.", "args": [{"name": "filter", "description": "Filter CompanyEmail relations by target CompanyEmail attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CompanyEmailFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter AllowedCompanyEmail relations by edge (relation) AllowedCompanyEmail attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AllowedCompanyEmailFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order CompanyEmail relations by target CompanyEmail attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CompanyEmailOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "AllowedCompanyEmailEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "allowedCompanyPhones", "description": "Company phones this user role can use for calling/SMS. Effective only when access_calling_company_phone is set to Selected.", "args": [{"name": "filter", "description": "Filter Phone relations by target Phone attributes.", "type": {"kind": "INPUT_OBJECT", "name": "PhoneFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter AllowedCompanyPhone relations by edge (relation) AllowedCompanyPhone attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AllowedCompanyPhoneFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Phone relations by target Phone attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "PhoneOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "AllowedCompanyPhoneEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntities", "description": "Per-custom-entity access settings (access level, allowed types, default screen profile, etc.) for users with this role. One entry per custom entity defined in the space.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomEntityMasterRight", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NotificationSettings", "description": null, "fields": [{"name": "Emails", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailNotificationSettings", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "AccountsAndContacts", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountsAndContactsNotificationSettings", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadsAndOpportunities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadsAndOpportunitiesNotificationSettings", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Feeds", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedsNotificationSettings", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Activities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivitiesNotificationSettings", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "WhatsApp", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "TextMessageNotificationSettings", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "CallingAndMessaging", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "TextMessageNotificationSettings", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ProcessBuilder", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ProcessBuilderNotificationSettings", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "Projects", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ProjectsNotificationSettings", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "Quotes", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "QuotesNotificationSettings", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "EmailSequences", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "EmailSequencesNotificationSettings", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ApprovalProcesses", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ApprovalProcessesNotificationSettings", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "OnlineForms", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "OnlineFormsNotificationSettings", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "CustomEntities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomEntitiesNotificationSetting", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isSettingsEnforced", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailNotificationSettings", "description": null, "fields": [{"name": "IsActive", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "LinkedItem", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "Tracking", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "Bounced", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountsAndContactsNotificationSettings", "description": null, "fields": [{"name": "IsActive", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "OwnershipAndSalesTeamChange", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "LinkedItem", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadsAndOpportunitiesNotificationSettings", "description": null, "fields": [{"name": "IsActive", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "LinkedItem", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Move", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "OwnershipAndSalesTeamChange", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Qualification", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "StatusChange", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedsNotificationSettings", "description": null, "fields": [{"name": "IsActive", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Create", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Comment", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivitiesNotificationSettings", "description": null, "fields": [{"name": "IsActive", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "OwnershipAndSalesTeamChange", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "StatusChange", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Invitation", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Comment", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TextMessageNotificationSettings", "description": null, "fields": [{"name": "IsActive", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "LinkedItem", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessBuilderNotificationSettings", "description": null, "fields": [{"name": "IsActive", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Warnings", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Errors", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectsNotificationSettings", "description": null, "fields": [{"name": "IsActive", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "OwnershipAndSalesTeamChange", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "StatusChange", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "LinkedItem", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuotesNotificationSettings", "description": null, "fields": [{"name": "IsActive", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "LinkedItem", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Move", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "OwnershipAndSalesTeamChange", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "StatusChange", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailSequencesNotificationSettings", "description": null, "fields": [{"name": "IsActive", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Warnings", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Errors", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ApprovalProcessesNotificationSettings", "description": null, "fields": [{"name": "IsActive", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ApprovalRequest", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ApprovalResponse", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ApprovalProcessWarning", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ApprovalProcessError", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormsNotificationSettings", "description": null, "fields": [{"name": "IsActive", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Responses", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Warnings", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Errors", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntitiesNotificationSetting", "description": null, "fields": [{"name": "entityApiName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "IsActive", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "OwnershipAndSalesTeamChange", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "LinkedItem", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ScreensDefaultProfilesParams", "description": null, "fields": [{"name": "Navigator", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Pipelinescreen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Leadscreen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Accountscreen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Contactscreen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Activityscreen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Feedscreen2", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Archivescreen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadArchivescreen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Insightsscreen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Indicatorsscreen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Conversionsscreen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Lifecyclescreen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Projectscreen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "Quotescreen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "QuoteArchivescreen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "BetterNavigatorscreen", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedPipelineEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "AllowedPipelineEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedPipelineEntityEdge", "description": "A Relay edge containing a `AllowedPipelineEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "AllowedPipelineEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedPipelineEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "masterRight", "description": "User role granted access to the pipeline.", "args": [], "type": {"kind": "OBJECT", "name": "MasterRightEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipeline", "description": "Pipeline the user role can use.", "args": [], "type": {"kind": "OBJECT", "name": "PipelineEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessStepDocuments", "description": "When true, the user role can access documents attached to steps of this pipeline.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "masterRightId", "description": "Id of the user role.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelineId", "description": "Id of the pipeline.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedLeadTypeEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "AllowedLeadTypeEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedLeadTypeEntityEdge", "description": "A Relay edge containing a `AllowedLeadTypeEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "AllowedLeadTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedLeadTypeEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadType", "description": "Lead type the user role can use.", "args": [], "type": {"kind": "OBJECT", "name": "LeadTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "masterRight", "description": "User role granted access to the lead type.", "args": [], "type": {"kind": "OBJECT", "name": "MasterRightEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadTypeId", "description": "Id of the lead type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "masterRightId", "description": "Id of the user role.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LeadTypeOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "leadProcess", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadProcessOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "formLostEnabled", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "leadProcessId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LeadProcessOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "color", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedQuoteTypeEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "AllowedQuoteTypeEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedQuoteTypeEntityEdge", "description": "A Relay edge containing a `AllowedQuoteTypeEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "AllowedQuoteTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedQuoteTypeEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "masterRight", "description": "User role granted access to the quote type.", "args": [], "type": {"kind": "OBJECT", "name": "MasterRightEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteType", "description": "Quote type the user role can use.", "args": [], "type": {"kind": "OBJECT", "name": "QuoteTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "masterRightId", "description": "Id of the user role.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteTypeId", "description": "Id of the quote type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "QuoteTypeOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quoteProcess", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteProcessOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "formLostEnabled", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quoteProcessId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "QuoteProcessOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "color", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedAccountTypeEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "AllowedAccountTypeEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedAccountTypeEntityEdge", "description": "A Relay edge containing a `AllowedAccountTypeEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "AllowedAccountTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedAccountTypeEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountType", "description": "Account type the user role can use.", "args": [], "type": {"kind": "OBJECT", "name": "AccountTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "masterRight", "description": "User role granted access to the account type.", "args": [], "type": {"kind": "OBJECT", "name": "MasterRightEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountTypeId", "description": "Id of the account type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "masterRightId", "description": "Id of the user role.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccountTypeOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedContactTypeEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "AllowedContactTypeEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedContactTypeEntityEdge", "description": "A Relay edge containing a `AllowedContactTypeEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "AllowedContactTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedContactTypeEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactType", "description": "Contact type the user role can use.", "args": [], "type": {"kind": "OBJECT", "name": "ContactTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "masterRight", "description": "User role granted access to the contact type.", "args": [], "type": {"kind": "OBJECT", "name": "MasterRightEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactTypeId", "description": "Id of the contact type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "masterRightId", "description": "Id of the user role.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ContactTypeOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedTaskTypeEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "AllowedTaskTypeEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedTaskTypeEntityEdge", "description": "A Relay edge containing a `AllowedTaskTypeEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "AllowedTaskTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedTaskTypeEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "masterRight", "description": "User role granted access to the task type.", "args": [], "type": {"kind": "OBJECT", "name": "MasterRightEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskType", "description": "Task type the user role can use.", "args": [], "type": {"kind": "OBJECT", "name": "TaskTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "masterRightId", "description": "Id of the user role.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskTypeId", "description": "Id of the task type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TaskTypeOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "icon", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedAppointmentTypeEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "AllowedAppointmentTypeEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedAppointmentTypeEntityEdge", "description": "A Relay edge containing a `AllowedAppointmentTypeEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "AllowedAppointmentTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedAppointmentTypeEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentType", "description": "Appointment type the user role can use.", "args": [], "type": {"kind": "OBJECT", "name": "AppointmentTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "masterRight", "description": "User role granted access to the appointment type.", "args": [], "type": {"kind": "OBJECT", "name": "MasterRightEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentTypeId", "description": "Id of the appointment type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "masterRightId", "description": "Id of the user role.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AppointmentTypeOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "icon", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedCompanyEmailEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "AllowedCompanyEmailEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedCompanyEmailEntityEdge", "description": "A Relay edge containing a `AllowedCompanyEmailEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "AllowedCompanyEmailEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedCompanyEmailEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "companyEmail", "description": "Company email address the user role can send from.", "args": [], "type": {"kind": "OBJECT", "name": "CompanyEmailEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "masterRight", "description": "User role granted access to the company email address.", "args": [], "type": {"kind": "OBJECT", "name": "MasterRightEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "companyEmailId", "description": "Id of the company email address.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "masterRightId", "description": "Id of the user role.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CompanyEmailOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "enabled", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "errorCode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "pictureUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "serviceType", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedCompanyPhoneEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "AllowedCompanyPhoneEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedCompanyPhoneEntityEdge", "description": "A Relay edge containing a `AllowedCompanyPhoneEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "AllowedCompanyPhoneEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedCompanyPhoneEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "masterRight", "description": "User role granted access to the company phone.", "args": [], "type": {"kind": "OBJECT", "name": "MasterRightEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "phone", "description": "Company phone the user role can use for calling/SMS.", "args": [], "type": {"kind": "OBJECT", "name": "PhoneEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "masterRightId", "description": "Id of the user role.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "phoneId", "description": "Id of the company phone.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "PhoneEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "User the phone is assigned to, when the phone belongs to a specific user (personal calling/SMS line).", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "errorCode", "description": "Error code recorded for the phone, set on integration failures (e.g. provider rejected the last send) or when the user disables the integration; empty when the phone is healthy.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the assigned user, or empty when the phone is a company-level resource.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "phoneNumber", "description": "Phone number in E.164 format (e.g. \"+12025550123\").", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "twilioCallerSid", "description": "External caller identifier from the calling provider (e.g. Twilio caller SID).", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PhoneTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "messageForwardingEmail", "description": "Email address that incoming text messages to this phone are forwarded to. Empty when forwarding is not configured.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "callForwardingPhone", "description": "Phone number that incoming calls/SMS to this phone are forwarded to. Empty when forwarding is not configured.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "enabled", "description": "False when the user has disabled the calling/SMS integration on this phone (error_code is set to indicate user disablement); true otherwise.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "PhoneOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "errorCode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phoneNumber", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "twilioCallerSid", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "enabled", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntityMasterRight", "description": null, "fields": [{"name": "entityApiName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "navigationAccess", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessLevel", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccessLevelEntityEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessDirection", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccessDirectionEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessPrivate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessDelete", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessEntityTypes", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccessEntityTypesEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "allowedEntityTypeIds", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "defaultProfileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessCopy", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessTagCreate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AccessLevelFieldEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "FullAccess", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Readonly", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "NoAccess", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "OpptyProductRelationRevenueScheduleEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity. Must match with OpptyProductRelation id.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cancelationDate", "description": "Date when the revenue schedule was cancelled. Empty for active schedules.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "periodCount", "description": "Number of periods the line-item amount is split into.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "periodType", "description": "Length of each period (e.g. Monthly, Quarterly, Yearly).", "args": [], "type": {"kind": "ENUM", "name": "RevenueSchedulePeriodTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDate", "description": "Date when revenue recognition for this product line begins.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "periods", "description": "Periods produced by this revenue schedule, ordered by date.", "args": [{"name": "filter", "description": "Filter OpptyProductRelationRevenueSchedulePeriod relations by target OpptyProductRelationRevenueSchedulePeriod attributes.", "type": {"kind": "INPUT_OBJECT", "name": "OpptyProductRelationRevenueSchedulePeriodFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order OpptyProductRelationRevenueSchedulePeriod relations by target OpptyProductRelationRevenueSchedulePeriod attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpptyProductRelationRevenueSchedulePeriodOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OpptyProductRelationRevenueSchedulePeriodEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpptyProductRelationRevenueSchedulePeriodEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "OpptyProductRelationRevenueSchedulePeriodEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpptyProductRelationRevenueSchedulePeriodEntityEdge", "description": "A Relay edge containing a `OpptyProductRelationRevenueSchedulePeriodEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "OpptyProductRelationRevenueSchedulePeriodEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpptyProductRelationRevenueSchedulePeriodEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyProductRelationRevenueSchedule", "description": "Parent revenue schedule this period belongs to.", "args": [], "type": {"kind": "OBJECT", "name": "OpptyProductRelationRevenueScheduleEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "date", "description": "Recognition date of this period.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyProductRelationRevenueScheduleId", "description": "Id of the parent revenue schedule.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "transactionId", "description": "Identifier linking the period to the recognition transaction.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Amount recognised in this period.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpptyProductRelationRevenueSchedulePeriodOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "opptyProductRelationRevenueSchedule", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpptyProductRelationRevenueScheduleOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "date", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "opptyProductRelationRevenueScheduleId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "value", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpptyProductRelationRevenueScheduleOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "cancelationDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "periodCount", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "startDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteContactRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "QuoteContactRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteContactRelationEntityEdge", "description": "A Relay edge containing a `QuoteContactRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "QuoteContactRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteContactRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": "Contact linked to the quote.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quote", "description": "Quote the contact is linked to.", "args": [], "type": {"kind": "OBJECT", "name": "QuoteEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": "Id of the contact.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPrimary", "description": "True for the row that represents the primary related entity for this record. Setting is_primary to true on a row automatically clears it on any other primary row.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteId", "description": "Id of the quote.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ContactOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "contactType", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactTypeOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "currencyExchangeRatesList", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CurrencyExchangeRatesListOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "address", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "city", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "comments", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "contactTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "country", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email1", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email2", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email3", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email4", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email5", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "firstName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "gender", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isArchived", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "lastName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "middleName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phone1", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phone2", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phone3", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phone4", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phone5", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "position", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickAccountName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "stateProvince", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "title", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "zipCode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "enrolledEmailSequences", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "socialMedia", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactSocialRelationOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "exchangeEntityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "gapiEntityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "o365EntityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "relatedEntities", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByEntityRelationField", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByCustomField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ContactTypeOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ContactSocialRelationOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "angellistUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "crunchbaseUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "disqusUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "facebookUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "flickrUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "foursquareUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "googlePlusUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "gravatarUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "kloutUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "linkedinUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "pinterestUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quoraUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "redditUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "skypeUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "slideshareUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "twitterUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "vimeoUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "wordpressUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "xingUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "yahooUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "yelpUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "youtubeUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteAccountRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "QuoteAccountRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteAccountRelationEntityEdge", "description": "A Relay edge containing a `QuoteAccountRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "QuoteAccountRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteAccountRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "account", "description": "Account linked to the quote.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quote", "description": "Quote the account is linked to.", "args": [], "type": {"kind": "OBJECT", "name": "QuoteEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": "Id of the account.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPrimary", "description": "True for the row that represents the primary related entity for this record. Setting is_primary to true on a row automatically clears it on any other primary row.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteId", "description": "Id of the quote.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteSharingSalesUnitRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "QuoteSharingSalesUnitRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteSharingSalesUnitRelationEntityEdge", "description": "A Relay edge containing a `QuoteSharingSalesUnitRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "QuoteSharingSalesUnitRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteSharingSalesUnitRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quote", "description": "Quote being shared.", "args": [], "type": {"kind": "OBJECT", "name": "QuoteEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Sales unit the quote is shared with.", "args": [], "type": {"kind": "OBJECT", "name": "SalesUnitEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteId", "description": "Id of the shared quote.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Sharing role granting the unit a specific access level (e.g. Read, Edit) on the quote.", "args": [], "type": {"kind": "ENUM", "name": "SharingRoleEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": "Id of the sales unit.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteSharingClientRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "QuoteSharingClientRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteSharingClientRelationEntityEdge", "description": "A Relay edge containing a `QuoteSharingClientRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "QuoteSharingClientRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteSharingClientRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "client", "description": "User the quote is shared with.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quote", "description": "Quote being shared.", "args": [], "type": {"kind": "OBJECT", "name": "QuoteEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientId", "description": "Id of the user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteId", "description": "Id of the shared quote.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Sharing role granting the user a specific access level (e.g. Read, Edit) on the quote.", "args": [], "type": {"kind": "ENUM", "name": "SharingRoleEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProfileOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "syncEntity", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReportOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "entity", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "entityApiName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "syncEnabled", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "syncEntityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "useLang", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ReportOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accessLink", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "reportsFolderId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "syncEnabled", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "syncEntityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TagOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "creator", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "color", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "creatorId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "entityApiName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isEnabled", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "supportedEntities", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "useLang", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CompactViewDrilldownModel", "description": null, "fields": [{"name": "listViewItems", "description": null, "args": [{"name": "filter", "description": null, "type": {"kind": "SCALAR", "name": "DrilldownFilterJSONString", "ofType": null}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}, {"name": "maxRecords", "description": "Max total records to return. If null, then no limit.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "GenericDrilldownDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "GenericDrilldownDataGridViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sumItem", "description": "Sums of numeric fields", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldDataContainer", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "averageItem", "description": "Averages of numeric fields", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldDataContainer", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "SCALAR", "name": "DrilldownFilterJSONString", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "DisplayColumnParams", "description": null, "fields": null, "inputFields": [{"name": "fieldId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "displayOption", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DisplayOption", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "description": null, "fields": null, "inputFields": [{"name": "period", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "HighlightPeriodEnum", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "columns", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "showOnlyRecordsWithChanges", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "customPeriodValue", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "1"}, {"name": "isEnabled", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "UNION", "name": "DashboardChartData", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "DashboardReportChartData", "ofType": null}, {"kind": "OBJECT", "name": "DashboardPipelineConversionsChartData", "ofType": null}, {"kind": "OBJECT", "name": "DashboardListChartData", "ofType": null}, {"kind": "OBJECT", "name": "DashboardTileData", "ofType": null}, {"kind": "OBJECT", "name": "DashboardInsightsData", "ofType": null}, {"kind": "OBJECT", "name": "DashboardAgendaData", "ofType": null}, {"kind": "OBJECT", "name": "DashboardTargetData", "ofType": null}, {"kind": "OBJECT", "name": "DashboardOpportunitiesTrendData", "ofType": null}, {"kind": "OBJECT", "name": "DashboardGridData", "ofType": null}, {"kind": "OBJECT", "name": "DashboardKpiData", "ofType": null}, {"kind": "OBJECT", "name": "DashboardKpiListData", "ofType": null}]}, {"kind": "OBJECT", "name": "DashboardReportChartData", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "error", "description": null, "args": [], "type": {"kind": "ENUM", "name": "DashboardChartError", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "series", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardChartSeries", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "scorecard", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ScorecardData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sankey", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "SankeyData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "field", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "FieldDescriptor", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupField", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "FieldDescriptor", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "segmentField", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "FieldDescriptor", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": null, "args": [], "type": {"kind": "ENUM", "name": "ReportChartType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "DashboardChartId", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "DashboardChartId", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "error", "description": null, "args": [], "type": {"kind": "ENUM", "name": "DashboardChartError", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "DashboardReportChartData", "ofType": null}, {"kind": "OBJECT", "name": "DashboardPipelineConversionsChartData", "ofType": null}, {"kind": "OBJECT", "name": "DashboardListChartData", "ofType": null}, {"kind": "OBJECT", "name": "DashboardTileData", "ofType": null}, {"kind": "OBJECT", "name": "DashboardInsightsData", "ofType": null}, {"kind": "OBJECT", "name": "DashboardAgendaData", "ofType": null}, {"kind": "OBJECT", "name": "DashboardTargetData", "ofType": null}, {"kind": "OBJECT", "name": "DashboardOpportunitiesTrendData", "ofType": null}, {"kind": "OBJECT", "name": "DashboardGridData", "ofType": null}, {"kind": "OBJECT", "name": "DashboardKpiData", "ofType": null}, {"kind": "OBJECT", "name": "DashboardKpiListData", "ofType": null}]}, {"kind": "ENUM", "name": "DashboardChartError", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Disabled", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "NotEnoughPermissions", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Deleted", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Unavailable", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardChartSeries", "description": null, "fields": [{"name": "items", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardChartSeriesItem", "kind": "UNION", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAverage", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "comparisonPeriod", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "PeriodOption", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "historyComparisonDateId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "UNION", "name": "DashboardChartSeriesItem", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "DashboardChartSeriesValueItem", "ofType": null}, {"kind": "OBJECT", "name": "DashboardChartSeriesXYItem", "ofType": null}]}, {"kind": "OBJECT", "name": "DashboardChartSeriesValueItem", "description": null, "fields": [{"name": "label", "description": "X axis", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Y axis", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardChartSeriesXYItem", "description": "Item for bubble chart (x, y, r) and scatter plot (x, y)", "fields": [{"name": "x", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "y", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "r", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ScorecardData", "description": null, "fields": [{"name": "value", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "comparisonValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "comparisonPeriod", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "PeriodOption", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SankeyData", "description": null, "fields": [{"name": "startField", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "FieldDescriptor", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "endField", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "FieldDescriptor", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "startValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "endValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "startNodes", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SankeyDataNode", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "endNodes", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SankeyDataNode", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "links", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SankeyDataLink", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FieldDescriptor", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "nameTranslated", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "nameTranslations", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "apiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "graphqlName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "externalEntity", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "primitiveType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PrimitiveType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "typeId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TypeEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceTypeId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceFieldId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "permissionLevel", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccessLevelFieldEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "typeEnumClassName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "defaultValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "compositeFieldId", "description": "Id of this fields composite parent (main) field.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dataSetId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentOptionsFieldId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "calcFormula", "description": "Formula used to calculate value of this field.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sequenceSetId", "description": "Id of sequence set used for this fields for auto incremented fields.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "systemRequired", "description": "Marks if field is required no matter what form validator says.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "systemReadonly", "description": "Marks if field is readonly by default - cannot be updated.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "systemType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldSystemType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedWithFieldId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "allowedEntityTypes", "description": "\n    Entities where field is allowed to be used,\n    for relation fields both left relation entity and right relation entity record is returned.\n    Abstract Entity (e.g. LeadOppty, Activity) are not returned they have to be evaluated by receiver.\n    ", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AllowedEntityType", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lookup", "description": "Properties for fields of type lookup. Otherwise null.", "args": [], "type": {"kind": "OBJECT", "name": "LookupProperty", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "rollup", "description": "Properties for fields of type rollup. Otherwise null.", "args": [], "type": {"kind": "OBJECT", "name": "RollupProperty", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "advancedFormula", "description": "Formula used to calculate value of this field.", "args": [], "type": {"kind": "OBJECT", "name": "AdvancedFormulaProperty", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "options", "description": null, "args": [], "type": {"kind": "UNION", "name": "FieldOptionsProperty", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "aiOptions", "description": "AI Smart Field options. Available for input, text_area, integer, float, email, phone, url, currency field types.", "args": [], "type": {"kind": "OBJECT", "name": "FieldAiOptions", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "fieldUseOptions", "description": "\n    Describes possible usage of field in application.\n    ", "args": [], "type": {"kind": "OBJECT", "name": "FieldUseOptions", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "valueOptions", "description": null, "args": [{"name": "entity", "description": "Entity on which the field is being used. This is used to identify correct value options, e.g Using ActivityType (TaskType + AppointmentType together) options when Task.type field is used on Activity entity.", "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "defaultValue": null}, {"name": "externalEntity", "description": "External entity used in integrations", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "filter", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "FieldValueOptionFilterInput", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of option items to return.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Return items located after item with this id.", "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "defaultValue": null}, {"name": "typeIds", "description": "Limit result set to options with provided ids.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "inaccessibleLast", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldValueOption", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relatedEntity", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "PrimitiveType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "BLOB", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "BOOL", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "DATE", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "DATETIME", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "DECIMAL", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "DOUBLE", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "DYNAMIC", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ENUM", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "INT", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LIST", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OBJECT", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "STRING", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UUID", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TSVECTOR", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "TypeEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "primitiveType", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PrimitiveType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "validator", "description": "Validation rules applied to values of this type (e.g. max length, regex, allowed enum values), as a JSON document.", "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "flag", "description": "\n        This field is bit flag which determinate purpose of the field and his abilities on form, following options are allowed\n            CUSTOM_ALLOWED = 1  # field of this type can be created as new custom field\n            CALC_ALLOWED = 2  # field can have calculation formula defined\n            DEFAULT_ALLOWED = 4  # field can have default value defined\n            MOBILE_ALLOWED = 8  # field can be displayed on form \n            FIELD_MAP_REQUIRED = 16  # Obsolete\n            FORM_FORBIDDEN = 32  # field of this type can't be located on form\n            READONLY_ALLOWED = 64  # field can be defined as readonly on form\n            ONLY_MAIN_FORM = 128  # field can be only at FORM_EDIT form not on e.g FORM_LOST \n            ALLOWED_IN_CALC_FORMULA = 256  # field can be used within calculation expression\n            MUST_BE_ON_FORM = 512 # field of this type can't be removed from form\n        \n    ", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "defaultValue", "description": "Default value applied to fields of this type when no value is supplied at create-time. Empty when the type has no default.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "relationType", "description": "Cardinality of the relation when the type represents a relation (e.g. one-to-one, many-to-one).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "RelationType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "containerSize", "description": "Maximum length or capacity for fields of this type (e.g. string max-length).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isGroupable", "description": "True when fields of this type can be used as a grouping column in reports.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFilterable", "description": "True when fields of this type can be used in filters.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isSortable", "description": "True when fields of this type can be used to sort records.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isSelectable", "description": "True when fields of this type can be selected in queries.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "RelationType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NO_RELATION", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MANY_TO_ONE_SCALAR", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MANY_TO_MANY_VECTOR", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "FieldSystemType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "SYSTEM", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PROTECTED", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CUSTOM", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "VIRTUAL", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "COMPUTED", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "AllowedEntityType", "description": "Entities where field is allowed to be used,\nfor relation fields both left relation entity and right relation entity record is returned.\nAbstract Entity (e.g. LeadOppty, Activity) are not returned they have to be evaluated by receiver.", "fields": [{"name": "entity", "description": "Name of entity where field is allowed to be used, for relation fields both left relation entity and right relation entity is returned.Abstract Entity (e.g. LeadOppty, Activity) are not returned they have to be evaluated by receiver.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypeIds", "description": "Ids of entity types where field is declared on its type form, if entity doesn't have types a NULL is returned.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FieldUseOptions", "description": "Describes possible usage of field in application.", "fields": [{"name": "isDisplayable", "description": "Field can retrieved in result set. E.g. as grid view column.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFilterable", "description": "Field can be used in entity filter.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isGroupable", "description": "Results can be grouped by this field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isSortable", "description": "Results can be sorted by this field.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDisplayableOnPivot", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAvailableForAggregation", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAvailableForTargetCalculation", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAvailableForPivotDataField", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAvailableForWebresource", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAvailableForCalculationFormula", "description": "Field can be used in other field's calculation formula", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAvailableForAdvancedCalcFormula", "description": "Field can be used in advanced calculation formula", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAvailableForChangeLog", "description": "Field is tracked in change log", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAvailableForHistoryReport", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAvailableForAdvancedFormula", "description": "Field is available for advanced formula", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAvailableForWhiteSpaceComparison", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAvailableForMerge", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isReadonlyOnRecurrentAppointment", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FieldValueOption", "description": null, "fields": [{"name": "value", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "labelTranslated", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isArchived", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "color", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "FieldValueOptionFilterInput", "description": null, "fields": null, "inputFields": [{"name": "valueIn", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": "[]"}, {"name": "value", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": "\"\""}, {"name": "labelContains", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": "\"\""}, {"name": "pipelineIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "leadProcessIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "quoteProcessIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "excludeArchived", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "excludeNonArchived", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SankeyDataNode", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SankeyDataLink", "description": null, "fields": [{"name": "startId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "startLabel", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "endId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "endLabel", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "endValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "startValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardPipelineConversionsChartData", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "error", "description": null, "args": [], "type": {"kind": "ENUM", "name": "DashboardChartError", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "steps", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardChartStep", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "DashboardChartId", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardChartStep", "description": null, "fields": [{"name": "conversion", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardListChartData", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "error", "description": null, "args": [], "type": {"kind": "ENUM", "name": "DashboardChartError", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entities", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardListChartDataEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortField", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "FieldDescriptor", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "DashboardChartId", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardListChartDataEntity", "description": null, "fields": [{"name": "account", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lead", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "LeadEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunity", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "OpportunityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "note", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "NoteEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cloudObject", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CloudObjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "task", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "TaskEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointment", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "AppointmentEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectObjectiveData", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ProjectObjectiveData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectData", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ProjectData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quote", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "QuoteEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntity", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CustomEntityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NoteEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "account", "description": "Account the note is attached to. Exactly one of account / contact / lead_oppty / project / quote / custom_entity must be set.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": "Contact the note is attached to.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntity", "description": "Custom entity record the note is attached to.", "args": [], "type": {"kind": "OBJECT", "name": "CustomEntityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lead", "description": "Lead the note is attached to. Set when lead_oppty_id resolves to a Lead.", "args": [], "type": {"kind": "OBJECT", "name": "LeadEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "oppty", "description": "Opportunity the note is attached to. Set when lead_oppty_id resolves to an Opportunity.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "User who authored the note.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "project", "description": "Project the note is attached to.", "args": [], "type": {"kind": "OBJECT", "name": "ProjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quote", "description": "Quote the note is attached to.", "args": [], "type": {"kind": "OBJECT", "name": "QuoteEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": "Id of the account.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": "Id of the contact.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntityId", "description": "Id of the custom entity record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadOpptyId", "description": "Id of the lead or opportunity the note is attached to.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "note", "description": "Free-form text body of the note (sanitized HTML allowed).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the note author.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectId", "description": "Id of the project.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteId", "description": "Id of the quote.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectEntity", "description": null, "fields": [{"name": "customFields", "description": null, "args": [{"name": "apiNames", "description": "Api names of custom fields to retrieve. All are returned if not set.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pendingScheduledActions", "description": "Deferred property. Will return data only if called via get_by_id. Otherwise null or empty array is used.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "account", "description": "Account this project is delivered for, or empty for internal projects without an external account.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRatesList", "description": "Currency exchange rate list used to convert monetary fields linked to this project. Empty to inherit the team space default.", "args": [], "type": {"kind": "OBJECT", "name": "CurrencyExchangeRatesListEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "Sales user who owns this project.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectType", "description": "Project type that classifies this project. Project types are configurable per team space and drive which form, fields and objectives apply.", "args": [], "type": {"kind": "OBJECT", "name": "ProjectTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Sales unit this project is assigned to. Determines which team members can see the record under unit-based sharing.", "args": [], "type": {"kind": "OBJECT", "name": "SalesUnitEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": "Id of the related account.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currencyExchangeRatesListId", "description": "Id of the currency exchange rate list applied to this project.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Free-form description of the project.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDate", "description": "Planned end date of the project. Must be on or after start_date when both are set.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the project owner.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectTypeId", "description": "Id of the project type.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": "Sharing model applied on top of the owner/unit visibility (e.g. shared with selected sales units or selected users).", "args": [], "type": {"kind": "ENUM", "name": "ShareModeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDate", "description": "Date when the project starts.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": "Id of the sales unit.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revenueGoal", "description": "Target revenue of the project, stored in the team space base currency with the foreign value and currency code preserved alongside.", "args": [], "type": {"kind": "OBJECT", "name": "CurrencyForeignField", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "Documents linked to this project.", "args": [{"name": "filter", "description": "Filter CloudObject relations by target CloudObject attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter CloudObjectRelation relations by edge (relation) CloudObjectRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order CloudObject relations by target CloudObject attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CloudObjectRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingUnits", "description": "Sales units that have been granted shared access to this project. Editable only when share_mode allows unit sharing.", "args": [{"name": "filter", "description": "Filter SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ProjectSharingSalesUnitRelation relations by edge (relation) ProjectSharingSalesUnitRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProjectSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ProjectSharingSalesUnitRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingClients", "description": "Users that have been granted shared access to this project. Editable only when share_mode allows user sharing.", "args": [{"name": "filter", "description": "Filter Client relations by target Client attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ProjectSharingClientRelation relations by edge (relation) ProjectSharingClientRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProjectSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Client relations by target Client attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ProjectSharingClientRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryContact", "description": "Primary contact of this project. Set automatically from the contact relation marked as primary.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactRelations", "description": "Contacts linked to this project, including the primary-contact flag.", "args": [{"name": "filter", "description": "Filter Contact relations by target Contact attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ProjectContactRelation relations by edge (relation) ProjectContactRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProjectContactRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Contact relations by target Contact attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ProjectContactRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": "Tag labels applied to this project.", "args": [{"name": "filter", "description": "Filter Tag relations by target Tag attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TagFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter TagRelation relations by edge (relation) TagRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Tag relations by target Tag attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TagOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "TagRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "staticProfiles", "description": "Saved view profiles this project currently matches.", "args": [{"name": "filter", "description": "Filter Profile relations by target Profile attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProfileFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ProfileRelation relations by edge (relation) ProfileRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProfileRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Profile relations by target Profile attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProfileOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ProfileRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "enrolledEmailSequences", "description": "Number of email sequences this record is currently actively enrolled in (soft-deleted or ended enrollments are not counted).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "objectives", "description": "Objectives defined for this project, sorted by display order.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectObjectiveEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": "True when the current authenticated user has marked this project as favorite. Per-user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Current status of the project (NotStarted, InProgress, Completed). Read-only; derived from is_completed and the underlying activity progress.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "viewerIdsPerSalesUnit", "description": "Deferred property. Will return data only if called via get_by_id. Otherwise null or empty array is used.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "completionRate", "description": "Percentage of activities (tasks and appointments) on this project that are completed. Read-only; computed by Coevera.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "activitiesTotal", "description": "Total number of activities (tasks and appointments) linked to this project. Read-only; computed by Coevera.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "activitiesCompleted", "description": "Number of completed activities on this project. Read-only; computed by Coevera.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formattedName", "description": "Display version of the project name, used in lists and references.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modifiedByUser", "description": "Timestamp of the most recent modification made by an end user (excluding system changes). Read-only; computed by Coevera.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relatedEntitiesDrilldown", "description": null, "args": [{"name": "entityType", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CompactViewDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "charts", "description": null, "args": [{"name": "ids", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardChartData", "kind": "UNION", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "chartsDrilldown", "description": null, "args": [{"name": "id", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "seriesIndex", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "itemIndex", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CompactViewDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fields", "description": null, "args": [{"name": "ids", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectObjectiveActivitiesDrilldown", "description": null, "args": [{"name": "projectObjectiveId", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CompactViewDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectTypeEntity", "description": null, "fields": [{"name": "hasDraft", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formEditApi", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "Form", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "canChangeReadonly", "description": "Returns if user can change readonly flag on this entity_type.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "formEdit", "description": "JSON definition of the form layout used by the UI when creating or editing projects of this type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "icon", "description": "Icon used to display projects of this type in the UI (e.g. GeneralIcon, Account).", "args": [], "type": {"kind": "ENUM", "name": "ProjectTypeIconEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isReadonly", "description": "True when the project type is system-managed and cannot be edited or deleted by users.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": "Per-type configuration for records of this entity type, e.g. allowed task and appointment types that may be linked to records of this type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityTypeSettings", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPublished", "description": "True when the entity configuration is published; false while it exists only as an unpublished draft.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectSharingSalesUnitRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ProjectSharingSalesUnitRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectSharingSalesUnitRelationEntityEdge", "description": "A Relay edge containing a `ProjectSharingSalesUnitRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "ProjectSharingSalesUnitRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectSharingSalesUnitRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "project", "description": "Project being shared.", "args": [], "type": {"kind": "OBJECT", "name": "ProjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Sales unit the project is shared with.", "args": [], "type": {"kind": "OBJECT", "name": "SalesUnitEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectId", "description": "Id of the shared project.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Sharing role granting the unit a specific access level (e.g. Read, Edit) on the project.", "args": [], "type": {"kind": "ENUM", "name": "SharingRoleEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": "Id of the sales unit.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectSharingClientRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ProjectSharingClientRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectSharingClientRelationEntityEdge", "description": "A Relay edge containing a `ProjectSharingClientRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "ProjectSharingClientRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectSharingClientRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "client", "description": "User the project is shared with.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "project", "description": "Project being shared.", "args": [], "type": {"kind": "OBJECT", "name": "ProjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientId", "description": "Id of the user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectId", "description": "Id of the shared project.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Sharing role granting the user a specific access level (e.g. Read, Edit) on the project.", "args": [], "type": {"kind": "ENUM", "name": "SharingRoleEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectContactRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ProjectContactRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectContactRelationEntityEdge", "description": "A Relay edge containing a `ProjectContactRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "ProjectContactRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectContactRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": "Contact linked to the project.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "project", "description": "Project the contact is linked to.", "args": [], "type": {"kind": "OBJECT", "name": "ProjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": "Id of the contact.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPrimary", "description": "True for the row that represents the primary related entity for this record. Setting is_primary to true on a row automatically clears it on any other primary row.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectId", "description": "Id of the project.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectObjectiveEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "project", "description": "Project this objective belongs to.", "args": [], "type": {"kind": "OBJECT", "name": "ProjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectId", "description": "Id of the project.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Position of the row within its sibling set; lower values appear first. The platform reorders neighbouring rows automatically when a value is inserted or changed.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relatedEntitiesDrilldown", "description": null, "args": [{"name": "entityType", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CompactViewDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectObjectiveData", "description": null, "fields": [{"name": "objective", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ProjectObjectiveEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "ENUM", "name": "ProjectObjectiveStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "completedTotal", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "inProgressTotal", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "overdueTotal", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "firstActivityStartDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastActivityEndDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "objectiveTotal", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "nextPlannedActivityStartDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ProjectObjectiveStatusEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NotStarted", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "InProgress", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AtRisk", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Completed", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectData", "description": null, "fields": [{"name": "project", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "objectivesCompleted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "objectivesTotal", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardTileData", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "error", "description": null, "args": [], "type": {"kind": "ENUM", "name": "DashboardChartError", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tileId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tileValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tileColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "DashboardChartId", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardInsightsData", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "error", "description": null, "args": [], "type": {"kind": "ENUM", "name": "DashboardChartError", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "insights", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardTileData", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "DashboardChartId", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardAgendaData", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "error", "description": null, "args": [], "type": {"kind": "ENUM", "name": "DashboardChartError", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "agenda", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "BetterDashboardAgenda", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "DashboardChartId", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "BetterDashboardAgenda", "description": null, "fields": [{"name": "items", "description": null, "args": [{"name": "before", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "NavigatorAgendaItemConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "overdueTasks", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OverdueTasks", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NavigatorAgendaItemConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "NavigatorAgendaItemEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NavigatorAgendaItemEdge", "description": "A Relay edge containing a `NavigatorAgendaItem` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "INTERFACE", "name": "NavigatorAgendaItemInterface", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OverdueTasks", "description": null, "fields": [{"name": "overdueTasksCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "overdueTasksList", "description": null, "args": [{"name": "before", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OverdueTaskOverviewAgendaConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OverdueTaskOverviewAgendaConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "OverdueTaskOverviewAgendaEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OverdueTaskOverviewAgendaEdge", "description": "A Relay edge containing a `OverdueTaskOverviewAgenda` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "OverdueTaskOverviewAgenda", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OverdueTaskOverviewAgenda", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "subject", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dueDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTypeIconEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "priority", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PriorityEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reminder", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "OverdueTaskOverview", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "OverdueTaskOverview", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "subject", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dueDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "OverdueTaskOverviewAgenda", "ofType": null}, {"kind": "OBJECT", "name": "NotificationTaskOverview", "ofType": null}]}, {"kind": "OBJECT", "name": "DashboardTargetData", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "error", "description": null, "args": [], "type": {"kind": "ENUM", "name": "DashboardChartError", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetDescription", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetGoal", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "DashboardChartId", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardOpportunitiesTrendData", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "error", "description": null, "args": [], "type": {"kind": "ENUM", "name": "DashboardChartError", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunitiesTrendWeightedData", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardChartSeriesValueItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunitiesTrendUnweightedData", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardChartSeriesValueItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunitiesTrendBalancedData", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardChartSeriesValueItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunitiesTrendWonData", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardChartSeriesValueItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunitiesTrendRankedData", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardChartSeriesValueItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "goal", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "DashboardChartId", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardGridData", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "error", "description": null, "args": [], "type": {"kind": "ENUM", "name": "DashboardChartError", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "listViewItems", "description": null, "args": [{"name": "filter", "description": null, "type": {"kind": "SCALAR", "name": "DrilldownFilterJSONString", "ofType": null}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}, {"name": "maxRecords", "description": "Max total records to return. If null, then no limit.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "GenericDrilldownDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "DashboardChartId", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardKpiData", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "error", "description": null, "args": [], "type": {"kind": "ENUM", "name": "DashboardChartError", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kpiId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kpiCurrentValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kpiPreviousValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kpiChartData", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardChartSeriesValueItem", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "kpiChartTarget", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kpiRelativeDifference", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "DashboardChartId", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardKpiListData", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "error", "description": null, "args": [], "type": {"kind": "ENUM", "name": "DashboardChartError", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "kpiList", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardKpiData", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "DashboardChartId", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "StepChecklistActivityItem", "description": null, "fields": [{"name": "stepChecklistId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepChecklistRelationId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "activityId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "noteId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cloudObjectId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "itemChecked", "description": "Raw value from from database.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isComplete", "description": "Calculated - if this activity is completed.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ApprovalEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "account", "description": "Account the approval is requested on, when the trigger record is an Account.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actor", "description": "User who triggered the approval, or empty when triggered automatically.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": "Application context the approval was triggered in.", "args": [], "type": {"kind": "OBJECT", "name": "ApplicationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "approvalProcess", "description": "Approval process this approval was raised from.", "args": [], "type": {"kind": "OBJECT", "name": "ApprovalProcessEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": "Contact the approval is requested on, when the trigger record is a Contact.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lead", "description": "Lead the approval is requested on. Set when lead_oppty_id resolves to a Lead.", "args": [], "type": {"kind": "OBJECT", "name": "LeadEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "oppty", "description": "Opportunity the approval is requested on. Set when lead_oppty_id resolves to an Opportunity.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quote", "description": "Quote the approval is requested on, when the trigger record is a Quote.", "args": [], "type": {"kind": "OBJECT", "name": "QuoteEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": "Id of the linked account.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorId", "description": "Id of the triggering user.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "applicationId", "description": "Id of the application.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "approvalProcessId", "description": "Id of the approval process.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "approvalStatus", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "ApprovalStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "comment", "description": "Comment the requester attached when raising the approval.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": "Id of the linked contact.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "endTime", "description": "Timestamp the approval reached a final status (Approved/Rejected/Cancelled). Empty while the approval is still pending.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadOpptyId", "description": "Id of the linked lead or opportunity, or empty when not linked.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteId", "description": "Id of the linked quote.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": "Snapshot of the approval process schema at the time the approval was raised. Frozen so subsequent changes to the parent approval process do not affect this run.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "ProcessStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "approvers", "description": "Users who must respond to the approval, with their individual responses.", "args": [{"name": "filter", "description": "Filter ApprovalApprover relations by target ApprovalApprover attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ApprovalApproverFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order ApprovalApprover relations by target ApprovalApprover attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ApprovalApproverOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ApprovalApproverEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lines", "description": "Activity log lines describing the steps taken on this approval (visible only).", "args": [{"name": "filter", "description": "Filter ApprovalProcessActivityLogLine relations by target ApprovalProcessActivityLogLine attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ApprovalProcessActivityLogLineFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order ApprovalProcessActivityLogLine relations by target ApprovalProcessActivityLogLine attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ApprovalProcessActivityLogLineOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ApprovalProcessActivityLogLineEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the approval, derived from the underlying record being approved (e.g. the quote name). Empty when the underlying record has been deleted.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the user who owns the record being approved (the record's owner, not the approver). Empty when the underlying record has been deleted.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": "Type identifier (e.g. account type, quote type) of the underlying record being approved. Empty when the underlying record has no type or has been deleted.", "args": [], "type": {"kind": "ENUM", "name": "BaseEntityTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "startTime", "description": "Timestamp the approval was raised (alias of created).", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ApprovalProcessEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "User who owns the approval process.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Free-text description shown alongside the approval process.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "BaseEntityTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": "When true, the approval process actively raises approvals on matching record events; when false, the process is paused.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastSchemaChange", "description": "Timestamp of the most recent change to settings.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastStatusChange", "description": "Timestamp of the most recent change to is_enabled.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the owning user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "priority", "description": "Position of this process among approval processes for the same record-trigger entity type; lower values are evaluated first. Read-only; managed via update_priority. Null for manual-trigger approval processes.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ApprovalProcessSchema", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "Files attached to the approval process (e.g. process documentation).", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectRelationEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activityLogs", "description": "Approvals (one per process run) raised by this approval process.", "args": [{"name": "filter", "description": "Filter Approval relations by target Approval attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ApprovalFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Approval relations by target Approval attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ApprovalOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ApprovalEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerEntityName", "description": "For record-change triggers, the entity whose records can raise an approval (e.g. \"Quote\"). Empty for manual triggers.", "args": [], "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Aggregate status of recent approval runs raised by this process: NoActivity, Running, Success, Warning, or Error.", "args": [], "type": {"kind": "ENUM", "name": "ProcessStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerType", "description": "How approvals are raised: Manual (a user must initiate) or RecordChange (automatically when a record matching the trigger condition is created or updated).", "args": [], "type": {"kind": "ENUM", "name": "ApprovalProcessTriggerTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ApprovalProcessSchema", "description": null, "fields": [{"name": "trigger", "description": "What starts the approval \u2014 a record event or a manual launch.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ApprovalProcessTrigger", "kind": "UNION", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": "Condition deciding which records the approval applies to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessFilterNode", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": "Approver list and approval behaviour.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ApprovalProcessSettings", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "approveNodes", "description": "Actions run when the approval is approved.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessNodeInterface", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "rejectNodes", "description": "Actions run when the approval is rejected.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessNodeInterface", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "UNION", "name": "ApprovalProcessTrigger", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ApprovalProcessManualTrigger", "ofType": null}, {"kind": "OBJECT", "name": "ApprovalProcessRecordTrigger", "ofType": null}]}, {"kind": "OBJECT", "name": "ApprovalProcessSettings", "description": null, "fields": [{"name": "approvers", "description": "Ordered list of approvers who must act on the approval.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ApprovalProcessApprover", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "allApprove", "description": "When true, every approver must approve; when false, a single approval suffices.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "canDelegate", "description": "When true, an approver may delegate their decision to another user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordLock", "description": "Who may still edit the record while approval is pending \u2014 managers, or managers and approvers.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ApprovalProcessRecordLock", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "expiration", "description": "When true, the approval auto-resolves after expiration_days without a decision.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "expirationDays", "description": "Days before an unanswered approval expires; at least 1 when expiration is true.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "expirationResult", "description": "Outcome applied when the approval expires \u2014 Approve or Reject.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ApprovalProcessExpirationResult", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesProcessDependency", "description": "When true, the approval is tied to the sales step of the record being approved.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ApprovalProcessApprover", "description": null, "fields": [{"name": "type", "description": "Kind of approver \u2014 a specific user, the record owner, or a role.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ApprovalProcessApproverType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Id of the approver user/role; empty for dynamic approvers like the record owner.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ApprovalProcessApproverType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "User", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SalesUnitManager", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Owner", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "ApprovalProcessRecordLock", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "ManagersCanEdit", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ManagersAndApproversCanEdit", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "ApprovalProcessExpirationResult", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Approve", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Reject", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ApprovalEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ApprovalEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ApprovalEntityEdge", "description": "A Relay edge containing a `ApprovalEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "ApprovalEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ApprovalOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "account", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "actor", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "application", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ApplicationOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "approvalProcess", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ApprovalProcessOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "contact", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "lead", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "oppty", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "quote", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "actorId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "applicationId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "approvalProcessId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "approvalStatus", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "comment", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "contactId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "endTime", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "leadOpptyId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quoteId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "startTime", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ApprovalProcessOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isEnabled", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "lastSchemaChange", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "lastStatusChange", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "priority", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "triggerEntityName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "triggerType", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ContactOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "address", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "city", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "comments", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "contactTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "country", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email1", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email2", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email3", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email4", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email5", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "firstName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "gender", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isArchived", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "lastName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "middleName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phone1", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phone2", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phone3", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phone4", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phone5", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "position", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickAccountName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "stateProvince", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "title", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "zipCode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "enrolledEmailSequences", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "exchangeEntityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "gapiEntityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "o365EntityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "relatedEntities", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByEntityRelationField", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByCustomField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LeadOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isArchived", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "labelFlag", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "leadSourceId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "leadTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickAccountEmail", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickAccountName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickAccountPhone", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickContactName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickEmail", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickPhone", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ranking", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "reasonOfCloseDescription", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "reasonOfCloseId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "stepId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "enrolledEmailSequences", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "relatedEntities", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByEntityRelationField", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByCustomField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpportunityOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "activeQuoteId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "closingDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isArchived", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isValueAutoCalculate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "labelFlag", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "leadSourceId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "opptyTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "productPriceListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickAccountEmail", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickAccountName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickAccountPhone", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickContactName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickEmail", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickPhone", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ranking", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "reasonOfCloseDescription", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "reasonOfCloseId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "stepId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "wasQualified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "value", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "enrolledEmailSequences", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "relatedEntities", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByEntityRelationField", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByCustomField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "QuoteOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "expirationDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isArchived", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "opptyId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "productPriceListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickAccountEmail", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickAccountName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickAccountPhone", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickContactName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickEmail", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickPhone", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quoteNumber", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quoteTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "reasonOfCloseDescription", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "reasonOfCloseId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "stepId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "version", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "totalAmount", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByCustomField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ApprovalApproverEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ApprovalApproverEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ApprovalApproverEntityEdge", "description": "A Relay edge containing a `ApprovalApproverEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "ApprovalApproverEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ApprovalApproverEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "approval", "description": "Approval this approver is assigned to.", "args": [], "type": {"kind": "OBJECT", "name": "ApprovalEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "client", "description": "User responsible for approving (or rejecting) the request.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "approvalId", "description": "Id of the approval.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientId", "description": "Id of the assigned user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "comment", "description": "Comment the user attached when responding to the approval.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "ApprovalStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ApprovalApproverOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "approval", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ApprovalOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "client", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "approvalId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "clientId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "comment", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ApprovalOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "actorId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "applicationId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "approvalProcessId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "approvalStatus", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "comment", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "contactId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "endTime", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "leadOpptyId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quoteId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "startTime", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ApprovalProcessActivityLogLineEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ApprovalProcessActivityLogLineEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ApprovalProcessActivityLogLineEntityEdge", "description": "A Relay edge containing a `ApprovalProcessActivityLogLineEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "ApprovalProcessActivityLogLineEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ApprovalProcessActivityLogLineEntity", "description": null, "fields": [{"name": "formattedText", "description": "Human-readable rendering of the log line, prefixed with the line's timestamp and (when applicable) the parent record id.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "approval", "description": "Approval this log line belongs to.", "args": [], "type": {"kind": "OBJECT", "name": "ApprovalEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "approvalId", "description": "Id of the approval.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": "Typed JSON payload describing the approval step (e.g. approver decisions, comments).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "executedAt", "description": "Timestamp the step represented by this line was executed. Empty for scheduled steps that have not yet run.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isVisible", "description": "True when the line is shown in the activity log UI; false for internal-only lines.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Position of the line within its approval run.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "ProcessStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ApprovalProcessActivityLogLineOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "approval", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ApprovalOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "approvalId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "executedAt", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isVisible", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpptyRecurrenceEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "oppty", "description": "Opportunity this recurrence belongs to. Each recurrence is bound to exactly one opportunity.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "step", "description": "Pipeline step that newly generated opportunities are placed in.", "args": [], "type": {"kind": "OBJECT", "name": "StepEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "condition", "description": "\n    Bit Flag field, with limited combination of integer values.\n    \nOptions:\nWon = 1 (0b01)\nLost = 2 (0b10) It is required if the recurrence is set. Conditionally generated opportunity as bitwise operation where bit: 1 bit - won 2 bit - loste.g. if the value is 1 => to generate only when opportunity is won.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "day", "description": "Field whose values are strictly defined with an enumeration of values. The day of the month. This setting is applicable only for RecurrenceTypeEnum.MonthlyRelative and RecurrenceTypeEnum.YearlyRelative.", "args": [], "type": {"kind": "ENUM", "name": "DateDayEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dayOfWeek", "description": "\n    Bit Flag field, with limited combination of integer values.\n    \nOptions:\nSunday = 1 (0b0000001)\nMonday = 2 (0b0000010)\nTuesday = 4 (0b0000100)\nWednesday = 8 (0b0001000)\nThursday = 16 (0b0010000)\nFriday = 32 (0b0100000)\nSaturday = 64 (0b1000000) The days of week in bit mask, number where every bit means one day (e.g. 0010001 = every Monday and Friday), bit 0 is Monday. This setting is applicable only for RecurrenceTypeEnum.Weekly, RecurrenceTypeEnum.MonthlyAbsolute, RecurrenceTypeEnum.YearlyAbsolute.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDate", "description": "Date information. The last date when no more other items should be created.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "month", "description": "Field whose values are strictly defined with an enumeration of values. The number of month this setting is applicable only     for RecurrenceTypeEnum.YearlyAbsolute and RecurrenceTypeEnum.YearlyRelative.", "args": [], "type": {"kind": "ENUM", "name": "DateMonthEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "occurEvery", "description": "\n    Generic field wrapping sqlalchemy column, configurable by constructor.\n    Good for one-of fields / generated fields.\n     The number of units of a given recurrence type between occurrences according to RecurrenceTypeEnum.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "occurrencesCount", "description": "Whole natural number. The number of remaining occurrences. Each time a new     one is created, it decreases. When item is set to 1, only last one can be created. If it is set to 0,     recurrence is stopped. If -1, no limits are applied.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyId", "description": "Id of the parent opportunity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDate", "description": "Date information. The effective start date of recurrence, which means each     next recurrence must be on or after this date.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepId", "description": "Relation to single entity instance. Step related to recurrence. A new opportunity will create     to this step.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Recurrence cadence (e.g. Daily, Weekly, MonthlyAbsolute, MonthlyRelative, YearlyAbsolute, YearlyRelative).", "args": [], "type": {"kind": "ENUM", "name": "RecurrenceTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "week", "description": "Field whose values are strictly defined with an enumeration of values. The week of month. This setting is applicable only     for RecurrenceTypeEnum.MonthlyAbsolute and RecurrenceTypeEnum.YearlyAbsolute.", "args": [], "type": {"kind": "ENUM", "name": "DateWeekEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpptyRevenueScheduleEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity. Must match with Opportunity id.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cancelationDate", "description": "Date when the revenue schedule was cancelled. Empty for active schedules.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "periodCount", "description": "Number of periods the opportunity value is split into.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "periodType", "description": "Length of each period (e.g. Monthly, Quarterly, Yearly).", "args": [], "type": {"kind": "ENUM", "name": "RevenueSchedulePeriodTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDate", "description": "Date when revenue recognition for the opportunity begins.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "periods", "description": "Periods produced by this revenue schedule, ordered by date.", "args": [{"name": "filter", "description": "Filter OpptyRevenueSchedulePeriod relations by target OpptyRevenueSchedulePeriod attributes.", "type": {"kind": "INPUT_OBJECT", "name": "OpptyRevenueSchedulePeriodFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order OpptyRevenueSchedulePeriod relations by target OpptyRevenueSchedulePeriod attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpptyRevenueSchedulePeriodOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OpptyRevenueSchedulePeriodEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpptyRevenueSchedulePeriodEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "OpptyRevenueSchedulePeriodEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpptyRevenueSchedulePeriodEntityEdge", "description": "A Relay edge containing a `OpptyRevenueSchedulePeriodEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "OpptyRevenueSchedulePeriodEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpptyRevenueSchedulePeriodEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyRevenueSchedule", "description": "Parent revenue schedule this period belongs to.", "args": [], "type": {"kind": "OBJECT", "name": "OpptyRevenueScheduleEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "date", "description": "Recognition date of this period.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyRevenueScheduleId", "description": "Id of the parent revenue schedule.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "transactionId", "description": "Identifier linking the period to the recognition transaction.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Amount recognised in this period.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpptyRevenueSchedulePeriodOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "opptyRevenueSchedule", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpptyRevenueScheduleOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "date", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "opptyRevenueScheduleId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "value", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpptyRevenueScheduleOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "cancelationDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "periodCount", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "startDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadOpptyContactRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "LeadOpptyContactRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadOpptyContactRelationEntityEdge", "description": "A Relay edge containing a `LeadOpptyContactRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "LeadOpptyContactRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadOpptyContactRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": "Contact linked to the lead or opportunity.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadOpptyContactGroupRelation", "description": "Contact group on the org chart this contact belongs to, or empty for ungrouped contacts.", "args": [], "type": {"kind": "OBJECT", "name": "LeadOpptyContactGroupRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lead", "description": "Lead the contact is linked to. Set when lead_oppty_id resolves to a Lead; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "LeadEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "oppty", "description": "Opportunity the contact is linked to. Set when lead_oppty_id resolves to an Opportunity; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "comment", "description": "Free-form note describing this contact link.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": "Id of the contact.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPrimary", "description": "True for the row that represents the primary related entity for this record. Setting is_primary to true on a row automatically clears it on any other primary row.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadOpptyContactGroupRelationId", "description": "Id of the contact group.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadOpptyId", "description": "Id of the lead or opportunity this link belongs to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "positionInGroup", "description": "Org-chart layout position of the contact within its group, as a JSON object {\"x\": <int>, \"y\": <int>}.", "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "relationship", "description": "Org-chart relationship of the contact within the lead/opportunity hierarchy.", "args": [], "type": {"kind": "ENUM", "name": "OrgRelationshipTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesRoles", "description": "Sales roles assigned to the contact for this lead or opportunity.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOpptyContactSalesRoleRelationEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadOpptyContactGroupRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lead", "description": "Lead this contact group belongs to. Set when lead_oppty_id resolves to a Lead; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "LeadEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "oppty", "description": "Opportunity this contact group belongs to. Set when lead_oppty_id resolves to an Opportunity; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "color", "description": "Display color of the contact group on the org chart, encoded as an integer packing the RGB components: (red << 16) | (green << 8) | blue.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupPosition", "description": "Org-chart layout of the contact group, as a JSON object {\"x\": <int>, \"y\": <int>, \"width\": <int>, \"height\": <int>}.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadOpptyId", "description": "Id of the lead or opportunity the contact group belongs to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadOpptyContactSalesRoleRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadOpptyContactRelation", "description": "Lead/opportunity-contact link this sales-role assignment belongs to.", "args": [], "type": {"kind": "OBJECT", "name": "LeadOpptyContactRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesRole", "description": "Sales role assigned to the contact on this lead or opportunity.", "args": [], "type": {"kind": "OBJECT", "name": "SalesRoleEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadOpptyContactRelationId", "description": "Id of the lead/opportunity-contact link.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesRoleId", "description": "Id of the sales role.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SalesRoleEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "colorCode", "description": "Display color of the sales role, encoded as a 24-bit RGB integer: (red << 16) | (green << 8) | blue.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadOpptyAccountRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "LeadOpptyAccountRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadOpptyAccountRelationEntityEdge", "description": "A Relay edge containing a `LeadOpptyAccountRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "LeadOpptyAccountRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadOpptyAccountRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "account", "description": "Account linked to the lead or opportunity.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lead", "description": "Lead the account is linked to. Set when lead_oppty_id resolves to a Lead; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "LeadEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "oppty", "description": "Opportunity the account is linked to. Set when lead_oppty_id resolves to an Opportunity; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": "Id of the account.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPrimary", "description": "True for the row that represents the primary related entity for this record. Setting is_primary to true on a row automatically clears it on any other primary row.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadOpptyId", "description": "Id of the lead or opportunity this link belongs to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "QuoteEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteEntityEdge", "description": "A Relay edge containing a `QuoteEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "QuoteEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "QuoteOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesList", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CurrencyExchangeRatesListOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "oppty", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "productPriceList", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductPriceListOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "quoteType", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteTypeOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "reasonOfClose", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "step", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "StepOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "expirationDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isArchived", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "opptyId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "productPriceListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickAccountEmail", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickAccountName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickAccountPhone", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickContactName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickEmail", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickPhone", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quoteNumber", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quoteTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "reasonOfCloseDescription", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "reasonOfCloseId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "stepId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "version", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "totalAmount", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByCustomField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProductPriceListOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "endDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isActive", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "startDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDefault", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "QuoteTypeOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "formLostEnabled", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quoteProcessId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "StepOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "hasReadonlyForm", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "hasVersionIncrement", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "leadProcessId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "percent", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "pipelineId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quoteProcessId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "timeframe", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadOpptySharingSalesUnitRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "LeadOpptySharingSalesUnitRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadOpptySharingSalesUnitRelationEntityEdge", "description": "A Relay edge containing a `LeadOpptySharingSalesUnitRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "LeadOpptySharingSalesUnitRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadOpptySharingSalesUnitRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lead", "description": "Lead being shared. Set when lead_oppty_id resolves to a Lead; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "LeadEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "oppty", "description": "Opportunity being shared. Set when lead_oppty_id resolves to an Opportunity; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Sales unit the lead or opportunity is shared with.", "args": [], "type": {"kind": "OBJECT", "name": "SalesUnitEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadOpptyId", "description": "Id of the lead or opportunity being shared.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Sharing role granting the unit a specific access level (e.g. Read, Edit) on the lead or opportunity.", "args": [], "type": {"kind": "ENUM", "name": "SharingRoleEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": "Id of the sales unit.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadOpptySharingClientRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "LeadOpptySharingClientRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadOpptySharingClientRelationEntityEdge", "description": "A Relay edge containing a `LeadOpptySharingClientRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "LeadOpptySharingClientRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadOpptySharingClientRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "client", "description": "User the lead or opportunity is shared with.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lead", "description": "Lead being shared. Set when lead_oppty_id resolves to a Lead; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "LeadEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "oppty", "description": "Opportunity being shared. Set when lead_oppty_id resolves to an Opportunity; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientId", "description": "Id of the user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadOpptyId", "description": "Id of the lead or opportunity being shared.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Sharing role granting the user a specific access level (e.g. Read, Edit) on the lead or opportunity.", "args": [], "type": {"kind": "ENUM", "name": "SharingRoleEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FitnessDescription", "description": null, "fields": [{"name": "isWon", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isArchived", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fitness", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "WarningLevelEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "indicators", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FitnessDescriptionIndicator", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FitnessDescriptionIndicator", "description": null, "fields": [{"name": "fitness", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "WarningLevelEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "indicator", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityFitnessIndicatorEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EntityFitnessIndicatorEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityFitness", "description": "Fitness configuration this indicator belongs to.", "args": [], "type": {"kind": "OBJECT", "name": "EntityFitnessEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Description of what the indicator measures, shown in the UI.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "descriptionUseLang", "description": "When true, description is treated as a translation key and localized in the UI.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityFitnessId", "description": "Id of the fitness configuration.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "howToFix", "description": "Suggested remediation text shown to the user when a record triggers this indicator.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "howToFixUseLang", "description": "When true, how_to_fix is treated as a translation key and localized in the UI.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": "When false, the indicator is configured but not evaluated for records.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display name of the indicator.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "nameUseLang", "description": "When true, name is treated as a translation key and localized in the UI; otherwise the literal text is shown.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": "Indicator rules. For system indicators contains three thresholds (Notice, Warning, Error); for custom indicators contains user-defined filter rules.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FitnessIndicatorSettings", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FitnessIndicatorTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EntityFitnessEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadType", "description": "Lead type this fitness configuration applies to. Set when configuring fitness for leads.", "args": [], "type": {"kind": "OBJECT", "name": "LeadTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyType", "description": "Opportunity type this fitness configuration applies to. Set when configuring fitness for opportunities.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadTypeId", "description": "Id of the lead type.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyTypeId", "description": "Id of the opportunity type.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "indicatorRelations", "description": "Fitness indicators (system or custom rules) defined for this configuration.", "args": [{"name": "filter", "description": "Filter EntityFitnessIndicator relations by target EntityFitnessIndicator attributes.", "type": {"kind": "INPUT_OBJECT", "name": "EntityFitnessIndicatorFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order EntityFitnessIndicator relations by target EntityFitnessIndicator attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityFitnessIndicatorOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "EntityFitnessIndicatorEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypeId", "description": "Id of the lead or opportunity type this fitness configuration applies to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": "Entity kind this fitness configuration applies to (Lead or Opportunity). Derived from whichever of lead_type/oppty_type is set.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "BaseEntityTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EntityFitnessIndicatorEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "EntityFitnessIndicatorEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EntityFitnessIndicatorEntityEdge", "description": "A Relay edge containing a `EntityFitnessIndicatorEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "EntityFitnessIndicatorEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EntityFitnessIndicatorFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityFitnessIndicatorFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityFitnessIndicatorFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFitnessIndicatorFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "descriptionUseLang", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "entityFitnessId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "howToFix", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "howToFixUseLang", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "isEnabled", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "nameUseLang", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "FitnessIndicatorTypeEnumFilterInput", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "entityFitness", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFitnessFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "FitnessIndicatorTypeEnumFilterInput", "description": "Generated class for API filtering", "fields": null, "inputFields": [{"name": "eq", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FitnessIndicatorTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "FitnessIndicatorTypeEnumFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "FitnessIndicatorTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Custom", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LowEmailOutreach", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LowEmailEngagement", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TasksOverdue", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "NoFollowUp", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ClosingDateOverdue", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SalesStepVelocityOverdue", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SalesCycleOverdue", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ManyClosingDateUpdates", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MovedToPreviousStep", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "RankingDecrease", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ValueDecrease", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EntityFitnessFilterInput", "description": "Generating class for API filtering", "fields": null, "inputFields": [{"name": "OR", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityFitnessFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "AND", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityFitnessFilterInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "NOT", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFitnessFilterInput", "ofType": null}, "defaultValue": null}, {"name": "globalSearchQuery", "description": "Search query on global search fields", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterDateTimeField", "ofType": null}, "defaultValue": null}, {"name": "leadTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "opptyTypeId", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterStringField", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFilterNumberField", "ofType": null}, "defaultValue": null}, {"name": "entityTypeId", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "entityType", "description": null, "type": {"kind": "ENUM", "name": "BaseEntityTypeEnum", "ofType": null}, "defaultValue": null}, {"name": "leadType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "LeadTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "opptyType", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OpportunityTypeFilterInput", "ofType": null}, "defaultValue": null}, {"name": "indicatorRelations", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "EntityFitnessIndicatorFilterInput", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EntityFitnessIndicatorOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "entityFitness", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityFitnessOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "descriptionUseLang", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "entityFitnessId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "howToFix", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "howToFixUseLang", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isEnabled", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "nameUseLang", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EntityFitnessOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "leadTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "opptyTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FitnessIndicatorSettings", "description": null, "fields": [{"name": "stepIds", "description": "Sales steps this indicator applies to; when empty, it applies to all steps.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "customRules", "description": "User-defined filter rules for a custom indicator, one per warning level. Null for system indicators.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FitnessCustomRule", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "systemRules", "description": "Threshold rules for a system indicator, one per warning level (Notice, Warning, Error). Null for custom indicators.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FitnessSystemRule", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FitnessCustomRule", "description": null, "fields": [{"name": "operator", "description": "How the filter boxes combine \u2014 And or Or.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formula", "description": "Optional boolean formula combining the filter boxes by their number.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMainBox", "description": "Primary group of filter conditions.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterSiblingBoxes", "description": "Additional condition groups, combined per operator/formula.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBox", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": "When false, this custom rule is configured but not evaluated for records.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "state", "description": "Warning level raised when a record matches this rule: Notice, Warning, or Error.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "WarningLevelEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FitnessSystemRule", "description": null, "fields": [{"name": "isEnabled", "description": "When false, this threshold is configured but not evaluated for records.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "state", "description": "Warning level reached when this threshold is met: Notice, Warning, or Error (Ok means no issue).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "WarningLevelEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Numeric threshold the indicator compares against, interpreted per indicator type (for example a count or a percentage).", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "days", "description": "Time window in days over which the indicator is measured, when the indicator type uses one.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypes", "description": "Activity or related entity types this threshold applies to, when the indicator type is scoped to specific types.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "period", "description": "Period over which a change is measured for trend-based indicators: current week, last two weeks, or current month.", "args": [], "type": {"kind": "ENUM", "name": "FitnessPeriodEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "FitnessPeriodEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "CurrentWeek", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LastTwoWeeks", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CurrentMonth", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailSequenceEnrolledOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "account", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "actor", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "application", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ApplicationOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "contact", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "emailSequenceActivityLog", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailSequenceActivityLogOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "emailSequence", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailSequenceOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "lead", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "oppty", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "project", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "actorId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "applicationId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "contactId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "emailSequenceActivityLogId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "emailSequenceId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "endReason", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "endTime", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "excludedFromStats", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "leadId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "opptyId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "projectId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "startTime", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "stepCount", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "address", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "stepIndex", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "entityName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProjectOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "endDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "projectTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "startDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revenueGoal", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "enrolledEmailSequences", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByCustomField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailSequenceStats", "description": null, "fields": [{"name": "openCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "clickCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "replyCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unsubscribeCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sentCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "createTaskCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "createLeadCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "createTextCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "createTaskRecipientsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "createLeadRecipientsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "createTextRecipientsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "currentEnrollCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unenrollCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sentRecipientsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notOpenRecipientsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "openRecipientsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "clickRecipientsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "replyRecipientsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "bounceRecipientsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notOpenCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "enrollCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "bounceCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "steps", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailSequenceStepStats", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recipients", "description": null, "args": [{"name": "type", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailSequenceStatsRecipientTypeEnum", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "filter", "description": null, "type": {"kind": "SCALAR", "name": "DrilldownFilterJSONString", "ofType": null}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}, {"name": "maxRecords", "description": "Max total records to return. If null, then no limit.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "GenericDrilldownDataGridViewItems", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "createdTasks", "description": null, "args": [{"name": "filter", "description": null, "type": {"kind": "SCALAR", "name": "DrilldownFilterJSONString", "ofType": null}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}, {"name": "maxRecords", "description": "Max total records to return. If null, then no limit.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "GenericDrilldownDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "createdLeads", "description": null, "args": [{"name": "filter", "description": null, "type": {"kind": "SCALAR", "name": "DrilldownFilterJSONString", "ofType": null}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}, {"name": "maxRecords", "description": "Max total records to return. If null, then no limit.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "GenericDrilldownDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "timeline", "description": null, "args": [{"name": "period", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailSequenceTimelinePeriodEnum", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailSequencePeriodStats", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "EmailSequenceCountStats", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "EmailSequenceCountStats", "description": null, "fields": [{"name": "openCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "clickCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "replyCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unsubscribeCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sentCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "EmailSequenceStats", "ofType": null}, {"kind": "OBJECT", "name": "EmailSequenceStepStats", "ofType": null}, {"kind": "OBJECT", "name": "EmailSequencePeriodStats", "ofType": null}]}, {"kind": "OBJECT", "name": "EmailSequenceStepStats", "description": null, "fields": [{"name": "openCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "clickCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "replyCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unsubscribeCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sentCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "step", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailSequenceNode", "kind": "INTERFACE", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailTemplate", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "EmailTemplateEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversion", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "createCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "bounceCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "EmailSequenceCountStats", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailTemplateEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailTemplateFolder", "description": "Folder in the template hierarchy that the template belongs to. Empty for templates at the root level.", "args": [], "type": {"kind": "OBJECT", "name": "EmailTemplateFolderEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "User who owns the template.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "body", "description": "HTML body of the template. May use merge-field placeholders that are filled with record values when the template is composed.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailTemplateFolderId", "description": "Id of the folder.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the template owner.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recentColors", "description": "List of integers.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": "Sharing model for the template (e.g. shared with selected sales units, selected users, or open for editing by all).", "args": [], "type": {"kind": "ENUM", "name": "ShareModeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingUrlIsEnabled", "description": "When true, the template's public sharing URL is active and accessible. Setting to false invalidates outstanding sharing URLs.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingUrlSettings", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "EmailTemplateSharingUrlSettings", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "subject", "description": "Subject line of emails composed from this template. Supports merge-field placeholders.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Template format (e.g. HtmlTemplate, PlainTextTemplate).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailTemplateTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingUnits", "description": "Sales units granted shared access to this template (custom share mode).", "args": [{"name": "filter", "description": "Filter SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter EmailTemplateSharingSalesUnitRelation relations by edge (relation) EmailTemplateSharingSalesUnitRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "EmailTemplateSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "EmailTemplateSharingSalesUnitRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingClients", "description": "Users granted shared access to this template (custom share mode).", "args": [{"name": "filter", "description": "Filter Client relations by target Client attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter EmailTemplateSharingClientRelation relations by edge (relation) EmailTemplateSharingClientRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "EmailTemplateSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Client relations by target Client attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "EmailTemplateSharingClientRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "Files attached to the template (used as default attachments).", "args": [{"name": "filter", "description": "Filter CloudObject relations by target CloudObject attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter CloudObjectRelation relations by edge (relation) CloudObjectRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order CloudObject relations by target CloudObject attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CloudObjectRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "trackingInfo", "description": null, "args": [{"name": "period", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PeriodOptionParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MassEmailTrackingInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "solutions", "description": "Solutions whose canvas contains this record (PLW-39121 impacts).", "args": [{"name": "before", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "SolutionEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailTemplateFolderEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentEmailTemplateFolder", "description": "Parent folder in the template hierarchy. Empty for top-level folders.", "args": [], "type": {"kind": "OBJECT", "name": "EmailTemplateFolderEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentEmailTemplateFolderId", "description": "Id of the parent folder.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailTemplateSharingUrlSettings", "description": null, "fields": [{"name": "url", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "personalizedEntityType", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "personalizedEntityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "personalizedEntityRecordId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailTemplateSharingSalesUnitRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "EmailTemplateSharingSalesUnitRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailTemplateSharingSalesUnitRelationEntityEdge", "description": "A Relay edge containing a `EmailTemplateSharingSalesUnitRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "EmailTemplateSharingSalesUnitRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailTemplateSharingSalesUnitRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailTemplate", "description": "Email template being shared.", "args": [], "type": {"kind": "OBJECT", "name": "EmailTemplateEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Sales unit the template is shared with.", "args": [], "type": {"kind": "OBJECT", "name": "SalesUnitEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailTemplateId", "description": "Id of the email template.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Sharing role granting the unit a specific access level (e.g. Read, Edit) on the template.", "args": [], "type": {"kind": "ENUM", "name": "SharingRoleEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": "Id of the sales unit.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailTemplateSharingClientRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "EmailTemplateSharingClientRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailTemplateSharingClientRelationEntityEdge", "description": "A Relay edge containing a `EmailTemplateSharingClientRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "EmailTemplateSharingClientRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailTemplateSharingClientRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "client", "description": "User the template is shared with.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailTemplate", "description": "Email template being shared.", "args": [], "type": {"kind": "OBJECT", "name": "EmailTemplateEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientId", "description": "Id of the user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailTemplateId", "description": "Id of the email template.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Sharing role granting the user a specific access level (e.g. Read, Edit) on the template.", "args": [], "type": {"kind": "ENUM", "name": "SharingRoleEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "MassEmailTrackingInfo", "description": null, "fields": [{"name": "openEmailEventCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "clickEmailEventCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalEmailEventCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sentEmailEventCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "bouncedEmailCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "repliedEmailCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unsubscribedEmailCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "PeriodOptionParams", "description": null, "fields": null, "inputFields": [{"name": "periodCustomFrom", "description": null, "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}, {"name": "periodCustomTo", "description": null, "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}, {"name": "period", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodKind", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SolutionEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "SolutionEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SolutionEntityEdge", "description": "A Relay edge containing a `SolutionEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "SolutionEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SolutionEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "User who owns the solution.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "solutionTemplate", "description": "Template this solution was created from, if any.", "args": [], "type": {"kind": "OBJECT", "name": "SolutionTemplateEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Free-text description of the solution.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the owning user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": "The saved canvas.", "args": [], "type": {"kind": "OBJECT", "name": "SolutionSchema", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "solutionTemplateId", "description": "Template this solution was created from, if any.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "nodeCount", "description": "Number of nodes on the canvas.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Live status derived from the activatable nodes (Automatizer, Email Sequence, Online Form): Active when all are enabled, Inactive when none are, Partial otherwise.", "args": [], "type": {"kind": "ENUM", "name": "SolutionStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": "Tags attached to the solution for organisation/filtering.", "args": [{"name": "filter", "description": "Filter Tag relations by target Tag attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TagFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter TagRelation relations by edge (relation) TagRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Tag relations by target Tag attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TagOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "TagRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stats", "description": "Read-time usage statistics for the selected period, aggregated from the member nodes' activity logs. Nothing is stored \u2014 every read recomputes.", "args": [{"name": "period", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SolutionStatsPeriodEnum", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SolutionStats", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activityLogs", "description": "Activity of the member tools, newest first: process runs, email-sequence runs and online-form submissions (PLW-38986 \u00a71.3). Forward-paginated (first/after; first defaults to 50, cap 200) with keyset cursors, so a page fetch never loads the whole history. Per-run visibility follows each tool's own activity log.", "args": [{"name": "period", "description": "Limit the runs to the given period (default All).", "type": {"kind": "ENUM", "name": "SolutionStatsPeriodEnum", "ofType": null}, "defaultValue": null}, {"name": "before", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SolutionActivityLogConnection", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SolutionTemplateEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Free-text description of what the template sets up.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "previewImageUrl", "description": "URL of the template preview image shown in the template gallery.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": "Minimal template canvas for the library card and the wizard \u2014 node identity, typing, texts and topology. Computed from the stored full definition, which is installer-internal and never exposed.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SolutionTemplateSchema", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SolutionTemplateSchema", "description": "Minimal template canvas: what the library card and the wizard need \u2014 node\nidentity/typing/texts, positions/groups matching the created solution's layout\n(so the preview looks like the install result), and the connection topology.\nNo creation payloads (installer-internal).", "fields": [{"name": "nodes", "description": "Nodes of the template.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SolutionTemplateNodeInterface", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Typed edges between nodes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SolutionTemplateEdge", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groups", "description": "Visual groups bundling nodes.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SolutionTemplateGroup", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SolutionTemplateEdge", "description": "A directed, typed edge between two template nodes.", "fields": [{"name": "id", "description": "Unique identifier of this edge within the template.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Edge label, if the template defines one.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceNodeId", "description": "Id of the node the edge starts from.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetNodeId", "description": "Id of the node the edge points to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Type of connection the edge represents.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SolutionEdgeType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SolutionTemplateGroup", "description": "A labelled container bundling template nodes.", "fields": [{"name": "id", "description": "Unique identifier of this group within the template.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "position", "description": "Group rectangle (position and size) on the canvas \u2014 matches the created solution, so the wizard preview matches the install result.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Rectangle", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Display label of the group.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "color", "description": "Group color.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SolutionStats", "description": "Solution-level statistics: per-node counters + their sums (PLW-39284 \u00a71.3/1.4).\n\nDeleted member records still contribute (their logs persist and the story lists\ndeleted nodes with stats); aggregation is record-scoped and elevated \u2014 the\nsolution-level Switch gate is the ACL boundary.", "fields": [{"name": "createRecordTotalCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "updateRecordTotalCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkRecordTotalCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveRecordTotalCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sendEmailTotalCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "createResponseTotalCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "nodes", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SolutionNodeStats", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SolutionNodeStats", "description": "Activity counters of one canvas node for the selected period (0 when the\ncounter does not apply to the node's type).", "fields": [{"name": "id", "description": "Canvas node id the counters belong to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "createRecordCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "updateRecordCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkRecordCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveRecordCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sendEmailCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "enrollCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unenrollCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "createResponseCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "SolutionStatsPeriodEnum", "description": "Statistics period selector (PLW-39284 \u00a71.2: 7/30/90/All). A Solutions-own enum\n    by decision (2026-07-16) \u2014 not shared with EmailSequence stats.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "All", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Last7Days", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Last30Days", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Last90Days", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "SolutionActivityLogConnection", "description": "Relay connection over the aggregated activity stream, newest first. Cursors\nare keyset anchors (run timestamp + id), so paging stays stable while new runs\nkeep arriving at the top \u2014 forward-only (``first``/``after``).", "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "SolutionActivityLogEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SolutionActivityLogEdge", "description": "A Relay edge containing a `SolutionActivityLog` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "UNION", "name": "SolutionActivityLogEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "UNION", "name": "SolutionActivityLogEntity", "description": "One run in a solution's aggregated activity log (PLW-38986 \u00a71.3): a process\nrun, an email-sequence run, or an online-form submission.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ProcessActivityLogEntity", "ofType": null}, {"kind": "OBJECT", "name": "EmailSequenceActivityLogEntity", "ofType": null}, {"kind": "OBJECT", "name": "OnlineFormEntity", "ofType": null}]}, {"kind": "OBJECT", "name": "ProcessActivityLogEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actor", "description": "User who triggered the run, or empty for runs triggered by automation.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "application", "description": "Application context the run was triggered in.", "args": [], "type": {"kind": "OBJECT", "name": "ApplicationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "process", "description": "Process whose execution this log records.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actorId", "description": "Id of the actor.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "applicationId", "description": "Id of the application.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "cpuRunTime", "description": "Total CPU time consumed by the run, in seconds.", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "endTime", "description": "Timestamp the run finished. Empty while the run is still in progress (e.g. waiting on scheduled actions).", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isTestRun", "description": "True when the run was triggered as a test (results are not persisted to records).", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentProcessIds", "description": "Ids of parent processes that triggered this run, ordered from outermost to innermost. Empty for top-level runs.", "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "processId", "description": "Id of the process.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "runId", "description": "Identifier grouping all activity logs that share the same root process run, including chained sub-process runs.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "startTime", "description": "Timestamp the run started.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lines", "description": "Activity log lines describing each step taken in this run (visible only).", "args": [{"name": "filter", "description": "Filter ProcessActivityLogLine relations by target ProcessActivityLogLine attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProcessActivityLogLineFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order ProcessActivityLogLine relations by target ProcessActivityLogLine attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessActivityLogLineOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ProcessActivityLogLineEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordName", "description": "Name of the trigger record (extracted from the first log line) for display in activity log lists.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "User who owns the process.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "aiConversation", "description": "AI assistant conversation associated with the process (e.g. records of AI-driven schema generation).", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AiConversationItem", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "deactivationReason", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "ProcessDeactivationReasonEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Free-text description shown alongside the process.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": "When true, the process actively responds to its trigger; when false, the process is paused. Toggle via enable/disable mutations.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastSchemaChange", "description": "Timestamp of the most recent change to settings.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastStatusChange", "description": "Timestamp of the most recent change to is_enabled.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the owning user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ProcessSchema", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activityLogs", "description": "Activity log runs (one per process execution) recorded for this process.", "args": [{"name": "filter", "description": "Filter ProcessActivityLog relations by target ProcessActivityLog attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProcessActivityLogFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order ProcessActivityLog relations by target ProcessActivityLog attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessActivityLogOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ProcessActivityLogEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": "Tags attached to the process for organisation/filtering.", "args": [{"name": "filter", "description": "Filter Tag relations by target Tag attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TagFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter TagRelation relations by edge (relation) TagRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TagRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Tag relations by target Tag attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TagOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "TagRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastProcessRun", "description": "Timestamp of the most recent execution of this process. Empty when never run.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "activity", "description": "Activity timeline for the last 24 hours showing per-hour counts of successful, warning, and error process runs.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProcessTimelineResult", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Aggregate status derived from the most recent runs in the last 24 hours: NoActivity, Running, Success, Warning, or Error.", "args": [], "type": {"kind": "ENUM", "name": "ProcessStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recordTriggerEvent", "description": "For record-based triggers, which record-lifecycle event fires the process (Create, Update, Delete). Empty for non-record triggers (schedule, webhook, ...).", "args": [], "type": {"kind": "ENUM", "name": "ProcessRecordTriggerEventEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerType", "description": "Kind of trigger configured for the process (RecordTrigger, ScheduleTrigger, WebhookTrigger, ...). Determines which other trigger_* fields apply.", "args": [], "type": {"kind": "ENUM", "name": "ProcessTriggerTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerEntityName", "description": "For record-based triggers, the entity whose records fire the process (e.g. \"Lead\"). Empty for non-record triggers.", "args": [], "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerEntityApiName", "description": "API name of the trigger entity (useful for custom entities where this differs from trigger_entity_name). Empty for non-record triggers.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "Files attached to the process (e.g. process documentation).", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectRelationEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "solutions", "description": "Solutions whose canvas contains this record (PLW-39121 impacts).", "args": [{"name": "before", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "SolutionEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AiConversationItem", "description": null, "fields": [{"name": "text", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "actor", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AiConversationItemActor", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AiConversationItemActor", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "User", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "System", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessActivityLogEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ProcessActivityLogEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessActivityLogEntityEdge", "description": "A Relay edge containing a `ProcessActivityLogEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "ProcessActivityLogEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProcessActivityLogOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "actor", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "application", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ApplicationOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "process", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "actorId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "applicationId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "cpuRunTime", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "endTime", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isTestRun", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "processId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "startTime", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "recordName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProcessOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "deactivationReason", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isEnabled", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "lastSchemaChange", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "lastStatusChange", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "lastProcessRun", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "recordTriggerEvent", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "triggerType", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "triggerEntityName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "triggerEntityApiName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessTimelineResult", "description": null, "fields": [{"name": "items", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessTimelineItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "successCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "warningCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "errorCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessTimelineItem", "description": null, "fields": [{"name": "startTime", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "endTime", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "successCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "warningCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "errorCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessActivityLogLineEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ProcessActivityLogLineEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessActivityLogLineEntityEdge", "description": "A Relay edge containing a `ProcessActivityLogLineEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "ProcessActivityLogLineEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessActivityLogLineEntity", "description": null, "fields": [{"name": "formattedText", "description": "Human-readable rendering of the log line, prefixed with the line's timestamp and (when applicable) the parent record id.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "processActivityLog", "description": "Activity log run this line belongs to.", "args": [], "type": {"kind": "OBJECT", "name": "ProcessActivityLogEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "executedAt", "description": "Timestamp the step represented by this line was executed. Empty for scheduled steps that have not yet run.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isVisible", "description": "True when the line is shown in the activity log UI; false for internal-only lines.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "processActivityLogId", "description": "Id of the activity log.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Position of the line within its log run.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "ProcessStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProcessActivityLogLineOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "processActivityLog", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessActivityLogOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "executedAt", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isVisible", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "processActivityLogId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProcessActivityLogOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "actorId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "applicationId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "cpuRunTime", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "endTime", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isTestRun", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "processId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "startTime", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "recordName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "EmailSequenceStatsRecipientTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Enroll", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CurrentEnroll", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Unenroll", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Unsubscribe", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Sent", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Open", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "NotOpen", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Click", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Reply", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Bounce", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CreateTask", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CreateLead", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CreateText", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailSequencePeriodStats", "description": null, "fields": [{"name": "openCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "clickCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "replyCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unsubscribeCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sentCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "createCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "enrollCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "date", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "EmailSequenceCountStats", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "EmailSequenceTimelinePeriodEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Daily", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Weekly", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Monthly", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Quarterly", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Yearly", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "EmailSequenceStatsPeriodEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "All", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Last7Days", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Last30Days", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Last90Days", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LastYear", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "StepChecklistVisibilityFilter", "description": null, "fields": [{"name": "operator", "description": "How the filter boxes combine \u2014 And or Or.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formula", "description": "Optional boolean formula combining the filter boxes by their number.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMainBox", "description": "Primary group of filter conditions.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterSiblingBoxes", "description": "Additional condition groups, combined per operator/formula.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBox", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "StepChecklistSalesRoleRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "StepChecklistSalesRoleRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "StepChecklistSalesRoleRelationEntityEdge", "description": "A Relay edge containing a `StepChecklistSalesRoleRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "StepChecklistSalesRoleRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "StepChecklistSalesRoleRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesRole", "description": "Sales role that sees the checklist item.", "args": [], "type": {"kind": "OBJECT", "name": "SalesRoleEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepChecklist", "description": "Checklist item the role is granted access to.", "args": [], "type": {"kind": "OBJECT", "name": "StepChecklistEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesRoleId", "description": "Id of the sales role.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepChecklistId", "description": "Id of the checklist item.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "SalesRoleOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "colorCode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "StepChecklistOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "appointmentType", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentTypeOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "taskType", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskTypeOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "cloudObjectTemplate", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectTemplateOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "emailSequence", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailSequenceOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "field", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "process", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "sendEmailField", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "sendEmailTemplate", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailTemplateOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "step", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "StepOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "activityTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "cloudObjectFormat", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "cloudObjectTemplateId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "emailSequenceId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "fieldId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "itemType", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "itemValidation", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "label", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "labelUseLang", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "processId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "sendEmailFieldId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "sendEmailTemplateId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "stepId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "visibilityType", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AppointmentTypeOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "icon", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TaskTypeOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "icon", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CloudObjectTemplateOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "applicationId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "companyCloudObjectFolderId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "creatorId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "filename", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isPublic", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "mimeType", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "size", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "templateEntityName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "url", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "templateEntityApiName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "FieldOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "entityName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "apiName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "useLang", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "columnName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "columnSource", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "relationId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "relationWithEntityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "sharedWithFieldId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "systemType", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "typeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "compositeFieldId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "dataSetId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "parentOptionsFieldId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "calcFormula", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "defaultValue", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "systemRequired", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "systemReadonly", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "useInGlobalSearch", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isUnique", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "sequencePattern", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailTemplateOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "emailTemplateFolderId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "sharingUrlIsEnabled", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "subject", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EntityScoringResult", "description": null, "fields": [{"name": "categories", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityScoringCategory", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "score", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "trend", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityScoringTrendEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "rules", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityScoringResultRule", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityScoringId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityScoringName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityScoringUseLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastCalculation", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EntityScoringCategory", "description": null, "fields": [{"name": "id", "description": "Unique identifier of the scoring category.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": "Display name of the scoring category (for example Hot, Warm, Cold).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": "When true, the label is treated as a translation key and localized in the UI; otherwise the literal label text is shown.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Upper score threshold of this category. A record falls into the category whose threshold its accumulated score does not exceed.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "color", "description": "Color used to render this category in the UI, encoded as an integer.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "EntityScoringTrendEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Decreasing", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Increasing", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "NoChange", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "EntityScoringResultRule", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "trend", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityScoringTrendEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProfileEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "User who owns the screen profile.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "syncEntity", "description": "Specific record this profile is synchronized to. Set only when sync_enabled is true.", "args": [], "type": {"kind": "OBJECT", "name": "ReportEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ScreenTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "API name of the custom entity this profile applies to. Set only when the profile targets a custom entity screen; otherwise empty.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the owning user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": "Layout and chart configuration of the screen profile, stored as a JSON document.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "ShareModeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "syncEnabled", "description": "When true, changes to the profile are propagated to records linked via ProfileRelation; when false, the profile is detached from the records.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "syncEntityId", "description": "Id of the synchronized record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "ProfileTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": "When true, the profile name is treated as a translation key and localized in the UI; otherwise the literal name is shown.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelines", "description": "For pipeline-screen profiles, ids of the pipelines included in the profile configuration; empty for profiles on other screens.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ReportEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "User who owns the report or dashboard.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "reportsFolder", "description": "Report folder this report is filed under (default folder when empty).", "args": [], "type": {"kind": "OBJECT", "name": "ReportFolderEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "syncEntity", "description": "Specific record this report is synchronized to. Set only when sync_enabled is true.", "args": [], "type": {"kind": "OBJECT", "name": "ProfileEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accessLink", "description": "Public access token used in shareable report URLs. Empty when public sharing is not configured for the report.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "aiConversation", "description": "AI assistant conversation associated with the report (e.g. records of AI-driven report generation).", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AiConversationItem", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Free-text description shown alongside the report.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the owning user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reportsFolderId", "description": "Id of the parent report folder.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ReportSettings", "kind": "UNION", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "ShareModeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareModeParams", "description": "Bit flags fine-tuning sharing behavior (e.g. allow editing for shared users).", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "syncEnabled", "description": "When true, name and settings are kept in sync with the linked screen profile; when false, the report is detached from profile sync.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "syncEntityId", "description": "Id of the synchronized record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ReportTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "schedule", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ReportScheduleEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": "True when the current user has marked this report as a favorite (see ClientFavorite).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingUnits", "description": "Sales units granted shared access to this report (custom share mode).", "args": [{"name": "filter", "description": "Filter SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ReportSharingSalesUnitRelation relations by edge (relation) ReportSharingSalesUnitRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ReportSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ReportSharingSalesUnitRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingClients", "description": "Users granted shared access to this report (custom share mode).", "args": [{"name": "filter", "description": "Filter Client relations by target Client attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter ReportSharingClientRelation relations by edge (relation) ReportSharingClientRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ReportSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Client relations by target Client attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ReportSharingClientRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ReportFolderEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentReportFolder", "description": "Parent report folder, when this folder is nested. Empty for top-level folders.", "args": [], "type": {"kind": "OBJECT", "name": "ReportFolderEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentReportFolderId", "description": "Id of the parent folder, or empty for top-level folders.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ReportScheduleEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "User who owns the schedule. The schedule sends emails on behalf of this user.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "report", "description": "Report whose delivery is scheduled.", "args": [], "type": {"kind": "OBJECT", "name": "ReportEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the owning user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reportId", "description": "Id of the scheduled report.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ReportScheduleSchema", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "Files attached to scheduled emails sent for this report.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectRelationEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderEmail", "description": "Email address used to send the scheduled report (company email when configured, otherwise the owner's personal email).", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "reportName", "description": "Name of the scheduled report (mirror of the linked Report.name).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reportOwnerId", "description": "Id of the user who owns the scheduled report.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reportType", "description": "Kind of the scheduled report (e.g. TableReport, AdvancedReport, DashboardReport).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ReportTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ReportSharingSalesUnitRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ReportSharingSalesUnitRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ReportSharingSalesUnitRelationEntityEdge", "description": "A Relay edge containing a `ReportSharingSalesUnitRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "ReportSharingSalesUnitRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ReportSharingSalesUnitRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "report", "description": "Report being shared.", "args": [], "type": {"kind": "OBJECT", "name": "ReportEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Sales unit granted shared access to the report.", "args": [], "type": {"kind": "OBJECT", "name": "SalesUnitEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "reportId", "description": "Id of the shared report.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "SharingRoleEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": "Id of the sales unit.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ReportSharingClientRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ReportSharingClientRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ReportSharingClientRelationEntityEdge", "description": "A Relay edge containing a `ReportSharingClientRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "ReportSharingClientRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ReportSharingClientRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "client", "description": "User granted shared access to the report.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "report", "description": "Report being shared.", "args": [], "type": {"kind": "OBJECT", "name": "ReportEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientId", "description": "Id of the user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reportId", "description": "Id of the shared report.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "SharingRoleEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TagEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "creator", "description": "User who created the tag.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "allowedEntityTypeIds", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "color", "description": "Display color of the tag, encoded as a 24-bit RGB integer: (red << 16) | (green << 8) | blue.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "creatorId", "description": "Id of the creating user.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": "For tags scoped to custom entities, the api name of the custom entity the tag belongs to. Required for custom-entity tags and must be empty for all other tags.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isEnabled", "description": "When false, the tag is hidden in pickers and cannot be assigned to new records.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "supportedEntities", "description": "Bit flag of entity kinds the tag can be attached to (Contact, Account, Opportunity, Lead, Project, Email, Process, Appointment, Task).", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": "When true, the tag name is treated as a translation key and localized in the UI; otherwise the literal name is shown.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AudioStatus", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NoRecording", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Uploading", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Uploaded", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TranscriptionInProgress", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TranscriptionError", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TranscriptionCompleted", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UploadError", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "TranscriptionEmpty", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "MediaEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointment", "description": "Appointment this media is attached to. Set when activity_id resolves to an Appointment.", "args": [], "type": {"kind": "OBJECT", "name": "AppointmentEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "task", "description": "Task this media is attached to. Set when activity_id resolves to a Task.", "args": [], "type": {"kind": "OBJECT", "name": "TaskEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "call", "description": "Call this media belongs to (e.g. a recording or transcription).", "args": [], "type": {"kind": "OBJECT", "name": "CallEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "activityId", "description": "Id of the linked appointment or task, or empty when not linked to an activity.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "callId", "description": "Id of the linked call, or empty when not linked.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": "Provider-specific metadata about the media (e.g. transcription identifiers, recording parameters), as a JSON object.", "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Free-text description of the media.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "errorCode", "description": "Error code reported by the calling/recording provider when processing failed; empty on success.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "MediaStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "MediaTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "audioId", "description": "Id of the cloud object holding the audio recording, when available.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "transcriptionFileId", "description": "Id of the cloud object holding the transcription payload, when available.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "transcriptionId", "description": "External transcription identifier from the calling provider.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "transcriptionLanguage", "description": "Language requested for the transcription as a BCP-47 locale tag (e.g. \"en-US\", \"de-DE\"). Set when the transcription was requested.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "transcriptionSummary", "description": "AI-generated summary of the transcription content.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "getTranscriptionViewerToken", "description": "Short-lived token for opening the transcription in the calling provider's viewer. Empty when no transcription is available.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "audio", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CloudObjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "transcriptionFile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CloudObjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TaskSharingSalesUnitRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "TaskSharingSalesUnitRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TaskSharingSalesUnitRelationEntityEdge", "description": "A Relay edge containing a `TaskSharingSalesUnitRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "TaskSharingSalesUnitRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TaskSharingSalesUnitRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "task", "description": "Task being shared.", "args": [], "type": {"kind": "OBJECT", "name": "TaskEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Sales unit the task is shared with.", "args": [], "type": {"kind": "OBJECT", "name": "SalesUnitEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Sharing role granting the unit a specific access level (e.g. Read, Edit) on the task.", "args": [], "type": {"kind": "ENUM", "name": "SharingRoleEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskId", "description": "Id of the shared task.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": "Id of the sales unit.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TaskSharingClientRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "TaskSharingClientRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TaskSharingClientRelationEntityEdge", "description": "A Relay edge containing a `TaskSharingClientRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "TaskSharingClientRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TaskSharingClientRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "client", "description": "User the task is shared with.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "task", "description": "Task being shared.", "args": [], "type": {"kind": "OBJECT", "name": "TaskEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientId", "description": "Id of the user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Sharing role granting the user a specific access level (e.g. Read, Edit) on the task.", "args": [], "type": {"kind": "ENUM", "name": "SharingRoleEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskId", "description": "Id of the shared task.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LeadOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesList", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CurrencyExchangeRatesListOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "leadSource", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "leadType", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadTypeOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "reasonOfClose", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "step", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "StepOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isArchived", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "labelFlag", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "leadSourceId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "leadTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickAccountEmail", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickAccountName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickAccountPhone", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickContactName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickEmail", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickPhone", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ranking", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "reasonOfCloseDescription", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "reasonOfCloseId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "stepId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "enrolledEmailSequences", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "relatedEntities", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByEntityRelationField", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByCustomField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LeadTypeOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "formLostEnabled", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "leadProcessId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpportunityOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "activeQuote", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "currencyExchangeRatesList", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CurrencyExchangeRatesListOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "leadSource", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "opptyType", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityTypeOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "productPriceList", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductPriceListOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "reasonOfClose", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "step", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "StepOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "activeQuoteId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "closingDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isArchived", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isValueAutoCalculate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "labelFlag", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "leadSourceId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "opptyTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "productPriceListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickAccountEmail", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickAccountName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickAccountPhone", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickContactName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickEmail", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quickPhone", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ranking", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "reasonOfCloseDescription", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "reasonOfCloseId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "stepId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "wasQualified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "value", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "enrolledEmailSequences", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "opptyRecurrence", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpptyRecurrenceOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "revenueSchedule", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpptyRevenueScheduleOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "relatedEntities", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByEntityRelationField", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByCustomField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpportunityTypeOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "pipelineId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpptyRecurrenceOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "condition", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "day", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "dayOfWeek", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "endDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "month", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "occurEvery", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "occurrencesCount", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "opptyId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "startDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "stepId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "week", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProjectOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "account", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "currencyExchangeRatesList", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CurrencyExchangeRatesListOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "projectType", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectTypeOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "endDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "projectTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "startDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revenueGoal", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "enrolledEmailSequences", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByCustomField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProjectTypeOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "icon", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CustomEntityOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesList", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CurrencyExchangeRatesListOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomEntityTypeOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "typeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByCustomField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CustomEntityTypeOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isPublished", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TaskReminderEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "User who set this reminder. Reminders are per-user.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "task", "description": "Task this reminder belongs to.", "args": [], "type": {"kind": "OBJECT", "name": "TaskEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the user who set the reminder.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "setDate", "description": "Timestamp when the reminder should fire.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Current state of the reminder (e.g. NotSent, Sent, Snoozed, Dismissed).", "args": [], "type": {"kind": "ENUM", "name": "ReminderStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskId", "description": "Id of the task.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TaskRecurrenceEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "task", "description": "Task this recurrence belongs to. Each recurrence is bound to exactly one task.", "args": [], "type": {"kind": "OBJECT", "name": "TaskEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "day", "description": "Field whose values are strictly defined with an enumeration of values. The day of the month. This setting is applicable only for RecurrenceTypeEnum.MonthlyRelative and RecurrenceTypeEnum.YearlyRelative.", "args": [], "type": {"kind": "ENUM", "name": "DateDayEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dayOfWeek", "description": "\n    Bit Flag field, with limited combination of integer values.\n    \nOptions:\nSunday = 1 (0b0000001)\nMonday = 2 (0b0000010)\nTuesday = 4 (0b0000100)\nWednesday = 8 (0b0001000)\nThursday = 16 (0b0010000)\nFriday = 32 (0b0100000)\nSaturday = 64 (0b1000000) The days of week in bit mask, number where every bit means one day (e.g. 0010001 = every Monday and Friday), bit 0 is Monday. This setting is applicable only for RecurrenceTypeEnum.Weekly, RecurrenceTypeEnum.MonthlyAbsolute, RecurrenceTypeEnum.YearlyAbsolute.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDate", "description": "Date information. The last date when no more other items should be created.", "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "month", "description": "Field whose values are strictly defined with an enumeration of values. The number of month this setting is applicable only     for RecurrenceTypeEnum.YearlyAbsolute and RecurrenceTypeEnum.YearlyRelative.", "args": [], "type": {"kind": "ENUM", "name": "DateMonthEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "occurEvery", "description": "\n    Generic field wrapping sqlalchemy column, configurable by constructor.\n    Good for one-of fields / generated fields.\n     The number of units of a given recurrence type between     occurrences according to RecurrenceTypeEnum.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "occurrencesCount", "description": "Whole natural number. The number of remaining occurrences. Each time a new     one is created, it decreases. When item is set to 1, only last one can be created. If it is set to 0,     recurrence is stopped. If -1, no limits are applied.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDate", "description": "Date information. The effective start date of recurrence, which means each     next recurrence must be on or after this date.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskId", "description": "Id of the parent task.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Recurrence cadence (e.g. Daily, Weekly, MonthlyAbsolute, MonthlyRelative, YearlyAbsolute, YearlyRelative, AfterNDays, AfterNWeeks, AfterNMonths, AfterNYears).", "args": [], "type": {"kind": "ENUM", "name": "RecurrenceTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "week", "description": "Field whose values are strictly defined with an enumeration of values. The week of month. This setting is applicable only     for RecurrenceTypeEnum.MonthlyAbsolute and RecurrenceTypeEnum.YearlyAbsolute.", "args": [], "type": {"kind": "ENUM", "name": "DateWeekEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityCommentEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ActivityCommentEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityCommentEntityEdge", "description": "A Relay edge containing a `ActivityCommentEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "ActivityCommentEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityCommentEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointment", "description": "Appointment this comment belongs to. Set when activity_id resolves to an Appointment; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "AppointmentEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "task", "description": "Task this comment belongs to. Set when activity_id resolves to a Task; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "TaskEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "User who authored the comment.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "activityId", "description": "Id of the appointment or task the comment belongs to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "comment", "description": "Free-form text body of the comment.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the comment author.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ActivityCommentOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "appointment", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "task", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "activityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "comment", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AppointmentOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "activityTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "duration", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "endDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "inviteesCanEdit", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "location", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "recurrenceMasterId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "scheduleId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "startDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "subject", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "exchangeEntityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "gapiEntityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "o365EntityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByCustomField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TaskOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "activityTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "callDuration", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "callId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "callOutcomeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "dueDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "duration", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "priority", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "startDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "subject", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "exchangeEntityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "gapiEntityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "o365EntityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByCustomField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AppointmentContactInviteesRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "AppointmentContactInviteesRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AppointmentContactInviteesRelationEntityEdge", "description": "A Relay edge containing a `AppointmentContactInviteesRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "AppointmentContactInviteesRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AppointmentContactInviteesRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointment", "description": "Appointment the contact has been invited to.", "args": [], "type": {"kind": "OBJECT", "name": "AppointmentEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": "Coevera Contact record matching the invitee email, when one exists.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentId", "description": "Id of the appointment.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": "Id of the matched contact.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": "Email address of the invitee. Required and used as the natural key for the link.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "firstName", "description": "Given name of the invitee, when supplied.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "inviteeType", "description": "How the invitee was added (e.g. as a contact, free-form email, schedule booking).", "args": [], "type": {"kind": "ENUM", "name": "AppointmentInviteeTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastName", "description": "Family name of the invitee, when supplied.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "response", "description": "Invitee response (e.g. Accepted, Tentative, Declined, Pending).", "args": [], "type": {"kind": "ENUM", "name": "InviteeResponseEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AppointmentContactInviteesRelationOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "appointment", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "contact", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "appointmentId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "contactId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "email", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "firstName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "inviteeType", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "lastName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "response", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AppointmentClientInviteesRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "AppointmentClientInviteesRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AppointmentClientInviteesRelationEntityEdge", "description": "A Relay edge containing a `AppointmentClientInviteesRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "AppointmentClientInviteesRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AppointmentClientInviteesRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointment", "description": "Appointment the user has been invited to.", "args": [], "type": {"kind": "OBJECT", "name": "AppointmentEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "client", "description": "Internal user invited to the appointment.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentId", "description": "Id of the appointment.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientId", "description": "Id of the user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "response", "description": "Invitee response (e.g. Accepted, Tentative, Declined, Pending).", "args": [], "type": {"kind": "ENUM", "name": "InviteeResponseEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AppointmentReminderEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointment", "description": "Appointment this reminder belongs to.", "args": [], "type": {"kind": "OBJECT", "name": "AppointmentEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "User who set this reminder. Reminders are per-user.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentId", "description": "Id of the appointment.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDateOffset", "description": "Minutes before the appointment start when the reminder should fire.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the user who set the reminder.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "snoozeDate", "description": "Timestamp when a snoozed reminder should fire again. Empty when not snoozed.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Current state of the reminder (e.g. NotSent, Sent, Snoozed, Dismissed).", "args": [], "type": {"kind": "ENUM", "name": "ReminderStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AppointmentRecurrence", "description": null, "fields": [{"name": "rrule", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "rruleHumanReadable", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "calendarUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FieldMappingEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isSystem", "description": "True when the mapping is shipped by the platform and cannot be deleted by the user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "mapping", "description": "Default field-to-field mapping template applied when no per-type-pair mapping matches.", "args": [], "type": {"kind": "OBJECT", "name": "FieldMappingTemplate", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "operation", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "FieldMappingOperationTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityApiName", "description": "API name of the source custom entity. Set only when source_entity_name is \"CustomEntity\"; otherwise empty.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetEntityApiName", "description": "API name of the target custom entity. Set only when target_entity_name is \"CustomEntity\"; otherwise empty.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "typeMappings", "description": "Per-type-pair field mappings: each entry binds a set of source/target type ids and the field-to-field mapping that applies when both types match.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityTypeFieldMapping", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sourceEntityName", "description": "Source entity kind for the mapping (e.g. Lead, Account, Contact). Returns \"CustomEntity\" when the source is a custom entity; the API name is then exposed via source_entity_api_name.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetEntityName", "description": "Target entity kind for the mapping (e.g. Lead, Account, Contact). Returns \"CustomEntity\" when the target is a custom entity; the API name is then exposed via target_entity_api_name.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "Files attached to the mapping (e.g. import source files).", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectRelationEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FieldMappingTemplate", "description": null, "fields": [{"name": "input", "description": "JSON object holding the default field values for the target record, keyed by field id.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operations", "description": "Per-field operations that derive each target field value from the source record or a value mapping.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "FieldMappingOperation", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FieldMappingOperation", "description": null, "fields": [{"name": "fieldId", "description": "Id of the target field this operation populates.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operation", "description": "How the target field value is produced \u2014 Custom (from a mapping) or SourceRecordValue (copied from the source record).", "args": [], "type": {"kind": "ENUM", "name": "FieldMappingOperationEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggeredRecordFieldId", "description": "Id of the source-record field whose value is used when the operation reads from the source record.", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "mapping", "description": "Source-to-target value translations applied to the field value.", "args": [], "type": {"kind": "OBJECT", "name": "EntityOperationMapping", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "FieldMappingOperationEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Custom", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SourceRecordValue", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "EntityTypeFieldMapping", "description": null, "fields": [{"name": "sourceTypeIds", "description": "Source entity-type ids this mapping applies to.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetTypeIds", "description": "Target entity-type ids this mapping applies to.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "mapping", "description": "Field-to-field mapping used when both the source and target types match.", "args": [], "type": {"kind": "OBJECT", "name": "FieldMappingTemplate", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "MemoEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "User who authored the memo.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the memo author.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "subject", "description": "Short summary line of the memo.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tableName", "description": "Discriminator identifying the concrete record type \u2014 always \"memo\" for Memo records. Read-only; useful when consuming polymorphic Message results.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingUnits", "description": "Sales units that have been granted shared access to this memo.", "args": [{"name": "filter", "description": "Filter SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "INPUT_OBJECT", "name": "SalesUnitFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter MessageSharingSalesUnitRelation relations by edge (relation) MessageSharingSalesUnitRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "MessageSharingSalesUnitRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order SalesUnit relations by target SalesUnit attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageSharingSalesUnitRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharingClients", "description": "Users that have been granted shared access to this memo.", "args": [{"name": "filter", "description": "Filter Client relations by target Client attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ClientFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter MessageSharingClientRelation relations by edge (relation) MessageSharingClientRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "MessageSharingClientRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Client relations by target Client attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageSharingClientRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountRelations", "description": "Accounts this memo is linked to.", "args": [{"name": "filter", "description": "Filter Account relations by target Account attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter MessageRelation relations by edge (relation) MessageRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Account relations by target Account attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactRelations", "description": "Contacts this memo is linked to.", "args": [{"name": "filter", "description": "Filter Contact relations by target Contact attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter MessageRelation relations by edge (relation) MessageRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Contact relations by target Contact attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectRelations", "description": "Projects this memo is linked to.", "args": [{"name": "filter", "description": "Filter Project relations by target Project attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter MessageRelation relations by edge (relation) MessageRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Project relations by target Project attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadRelations", "description": "Leads this memo is linked to.", "args": [{"name": "filter", "description": "Filter Lead relations by target Lead attributes.", "type": {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter MessageRelation relations by edge (relation) MessageRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Lead relations by target Lead attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteRelations", "description": "Quotes this memo is linked to.", "args": [{"name": "filter", "description": "Filter Quote relations by target Quote attributes.", "type": {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter MessageRelation relations by edge (relation) MessageRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Quote relations by target Quote attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunityRelations", "description": "Opportunities this memo is linked to.", "args": [{"name": "filter", "description": "Filter Opportunity relations by target Opportunity attributes.", "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter MessageRelation relations by edge (relation) MessageRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Opportunity relations by target Opportunity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntityRelations", "description": "Custom entity records this memo is linked to.", "args": [{"name": "filter", "description": "Filter CustomEntity relations by target CustomEntity attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CustomEntityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter MessageRelation relations by edge (relation) MessageRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "MessageRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order CustomEntity relations by target CustomEntity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomEntityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "Documents linked to this memo.", "args": [{"name": "filter", "description": "Filter CloudObject relations by target CloudObject attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter CloudObjectRelation relations by edge (relation) CloudObjectRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order CloudObject relations by target CloudObject attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CloudObjectRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "comments", "description": "Comments authored on this memo.", "args": [{"name": "filter", "description": "Filter MemoComment relations by target MemoComment attributes.", "type": {"kind": "INPUT_OBJECT", "name": "MemoCommentFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order MemoComment relations by target MemoComment attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MemoCommentOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MemoCommentEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "MessageSharingSalesUnitRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "MessageSharingSalesUnitRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "MessageSharingSalesUnitRelationEntityEdge", "description": "A Relay edge containing a `MessageSharingSalesUnitRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "MessageSharingSalesUnitRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "MessageSharingSalesUnitRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": "Email being shared. Set when message_id resolves to an Email; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "EmailEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "memo", "description": "Memo being shared. Set when message_id resolves to a Memo; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "MemoEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Sales unit the message is shared with.", "args": [], "type": {"kind": "OBJECT", "name": "SalesUnitEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "messageId", "description": "Id of the email or memo being shared.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": "Id of the sales unit.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "MessageSharingClientRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "MessageSharingClientRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "MessageSharingClientRelationEntityEdge", "description": "A Relay edge containing a `MessageSharingClientRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "MessageSharingClientRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "MessageSharingClientRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "client", "description": "User the message is shared with.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": "Email being shared. Set when message_id resolves to an Email; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "EmailEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "memo", "description": "Memo being shared. Set when message_id resolves to a Memo; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "MemoEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientId", "description": "Id of the user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "messageId", "description": "Id of the email or memo being shared.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "MessageRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "MessageRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "MessageRelationEntityEdge", "description": "A Relay edge containing a `MessageRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "MessageRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "MessageRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "account", "description": "Account the message is linked to, or empty when not linked to an account.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": "Contact the message is linked to, or empty when not linked to a contact.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntity", "description": "Custom entity record the message is linked to, or empty when not linked.", "args": [], "type": {"kind": "OBJECT", "name": "CustomEntityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lead", "description": "Lead the message is linked to. Set when lead_oppty_id resolves to a Lead; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "LeadEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "oppty", "description": "Opportunity the message is linked to. Set when lead_oppty_id resolves to an Opportunity; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": "Email side of the link. Set when message_id resolves to an Email; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "EmailEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "memo", "description": "Memo side of the link. Set when message_id resolves to a Memo; otherwise empty.", "args": [], "type": {"kind": "OBJECT", "name": "MemoEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "project", "description": "Project the message is linked to, or empty when not linked.", "args": [], "type": {"kind": "OBJECT", "name": "ProjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quote", "description": "Quote the message is linked to, or empty when not linked.", "args": [], "type": {"kind": "OBJECT", "name": "QuoteEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": "Id of the linked account.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": "Id of the linked contact.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntityId", "description": "Id of the linked custom entity record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadOpptyId", "description": "Id of the lead or opportunity the message is linked to, or empty when not linked.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "messageId", "description": "Id of the email or memo on this link.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectId", "description": "Id of the linked project.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteId", "description": "Id of the linked quote.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "MemoCommentEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "MemoCommentEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "MemoCommentEntityEdge", "description": "A Relay edge containing a `MemoCommentEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "MemoCommentEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "MemoCommentEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "memo", "description": "Memo this comment belongs to.", "args": [], "type": {"kind": "OBJECT", "name": "MemoEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "User who authored the comment.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "comment", "description": "Free-form text body of the comment.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "memoId", "description": "Id of the memo.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the comment author.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "MemoCommentOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "memo", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MemoOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "comment", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "memoId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "MemoOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "subject", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProcessTemplateEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Free-text description of what the template does.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isRecommended", "description": "True when the platform recommends this template (highlighted in the template gallery).", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "settings", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ProcessSchema", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "Files attached to the template (e.g. reference documents, screenshots).", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectRelationEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerType", "description": "Kind of trigger pre-configured in the template (RecordTrigger, ScheduleTrigger, WebhookTrigger, ...). Applied to any Process spawned from this template.", "args": [], "type": {"kind": "ENUM", "name": "ProcessTriggerTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "triggerEntityName", "description": "For record-based triggers in the template, the entity whose records would fire a spawned process (e.g. \"Lead\"). Empty for non-record triggers.", "args": [], "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "actionTypes", "description": "Action-type icons present in the template schema, used for filtering templates by capability (e.g. SendEmail, CreateRecord, Webhook).", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProcessActionTypeIconEnum", "kind": "ENUM", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TextMessageEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "chatConversation", "description": "Internal AI chat conversation this message belongs to, when applicable.", "args": [], "type": {"kind": "OBJECT", "name": "ChatConversationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "textMessageConversation", "description": "Conversation this message belongs to. Empty for messages produced by AI chat that do not belong to a thread of customer conversation.", "args": [], "type": {"kind": "OBJECT", "name": "TextMessageConversationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "chatConversationId", "description": "Id of the chat conversation.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "content", "description": "Body of the message. May be plain text or a JSON payload (e.g. AI assistant examples / suggestions).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "datetimeSent", "description": "Timestamp the message was sent.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "direction", "description": "Direction of the message (Incoming, Outgoing).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailDirectionEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "messageSid", "description": "External message identifier from the SMS provider (e.g. Twilio Message SID).", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "score", "description": "Quality score given to the message by the user (e.g. for AI-suggested replies). Used to feed back into the suggestion engine.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Delivery status of the message (e.g. Sent, Delivered, Failed).", "args": [], "type": {"kind": "ENUM", "name": "TextMessageStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "textMessageConversationId", "description": "Id of the conversation.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "attachments", "description": "Files attached to the message (e.g. MMS attachments).", "args": [{"name": "filter", "description": "Filter CloudObject relations by target CloudObject attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter CloudObjectRelation relations by edge (relation) CloudObjectRelation attributes.", "type": {"kind": "INPUT_OBJECT", "name": "CloudObjectRelationFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order CloudObject relations by target CloudObject attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CloudObjectRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contentAsHtml", "description": "HTML-rendered version of the message body, ready for display in chat UIs.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": "Structured AI payload of the message (examples or suggestions). Empty for regular text messages.", "args": [], "type": {"kind": "UNION", "name": "AiMessageData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "topicPrompts", "description": "List of suggested follow-up prompts produced by the AI for this message. Empty when the AI did not produce prompts.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "creditInfo", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "AiCreditInfo", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ChatConversationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "User the conversation belongs to.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "context", "description": "Record context the conversation was started in (entity type, entity id and the AI screen view). Empty for conversations not bound to a record.", "args": [], "type": {"kind": "OBJECT", "name": "AiContext", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the owning user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "ChatConversationTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "messages", "description": "Messages exchanged in the conversation, in chronological order.", "args": [{"name": "filter", "description": "Filter TextMessage relations by target TextMessage attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TextMessageFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order TextMessage relations by target TextMessage attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TextMessageOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "TextMessageEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AiContext", "description": null, "fields": [{"name": "entityType", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": "AiScreenView", "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TextMessageEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "TextMessageEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TextMessageEntityEdge", "description": "A Relay edge containing a `TextMessageEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "TextMessageEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TextMessageOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "chatConversation", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ChatConversationOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "textMessageConversation", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TextMessageConversationOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "chatConversationId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "content", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "datetimeSent", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "direction", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "messageSid", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "textMessageConversationId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ChatConversationOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TextMessageConversationOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phoneId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "recipientAccountId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "recipientContactId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "recipientPhoneNumber", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TextMessageConversationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "phone", "description": "Coevera phone number used as the sender side of the conversation.", "args": [], "type": {"kind": "OBJECT", "name": "PhoneEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recipientAccount", "description": "Account record matched to the recipient phone, when one exists.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recipientContact", "description": "Contact record matched to the recipient phone, when one exists.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "phoneId", "description": "Id of the sender phone.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recipientAccountId", "description": "Id of the matched account.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recipientContactId", "description": "Id of the matched contact.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "recipientPhoneNumber", "description": "External phone number of the conversation recipient. Cannot be changed once the conversation has started.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "messages", "description": "Messages exchanged in the conversation, ordered by send time.", "args": [{"name": "filter", "description": "Filter TextMessage relations by target TextMessage attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TextMessageFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order TextMessage relations by target TextMessage attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TextMessageOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "TextMessageEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountRelations", "description": "Accounts linked to this conversation.", "args": [{"name": "filter", "description": "Filter Account relations by target Account attributes.", "type": {"kind": "INPUT_OBJECT", "name": "AccountFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter TextMessageConversationRelations relations by edge (relation) TextMessageConversationRelations attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TextMessageConversationRelationsFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Account relations by target Account attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "TextMessageConversationRelationsEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactRelations", "description": "Contacts linked to this conversation.", "args": [{"name": "filter", "description": "Filter Contact relations by target Contact attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ContactFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter TextMessageConversationRelations relations by edge (relation) TextMessageConversationRelations attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TextMessageConversationRelationsFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Contact relations by target Contact attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "TextMessageConversationRelationsEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectRelations", "description": "Projects linked to this conversation.", "args": [{"name": "filter", "description": "Filter Project relations by target Project attributes.", "type": {"kind": "INPUT_OBJECT", "name": "ProjectFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter TextMessageConversationRelations relations by edge (relation) TextMessageConversationRelations attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TextMessageConversationRelationsFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Project relations by target Project attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "TextMessageConversationRelationsEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadRelations", "description": "Leads linked to this conversation.", "args": [{"name": "filter", "description": "Filter Lead relations by target Lead attributes.", "type": {"kind": "INPUT_OBJECT", "name": "LeadFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter TextMessageConversationRelations relations by edge (relation) TextMessageConversationRelations attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TextMessageConversationRelationsFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Lead relations by target Lead attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "TextMessageConversationRelationsEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunityRelations", "description": "Opportunities linked to this conversation.", "args": [{"name": "filter", "description": "Filter Opportunity relations by target Opportunity attributes.", "type": {"kind": "INPUT_OBJECT", "name": "OpportunityFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter TextMessageConversationRelations relations by edge (relation) TextMessageConversationRelations attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TextMessageConversationRelationsFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Opportunity relations by target Opportunity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "TextMessageConversationRelationsEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteRelations", "description": "Quotes linked to this conversation.", "args": [{"name": "filter", "description": "Filter Quote relations by target Quote attributes.", "type": {"kind": "INPUT_OBJECT", "name": "QuoteFilterInput", "ofType": null}, "defaultValue": null}, {"name": "filterEdge", "description": "Filter TextMessageConversationRelations relations by edge (relation) TextMessageConversationRelations attributes.", "type": {"kind": "INPUT_OBJECT", "name": "TextMessageConversationRelationsFilterInput", "ofType": null}, "defaultValue": null}, {"name": "orderBy", "description": "Order Quote relations by target Quote attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "includeDeleted", "description": "Returns deleted target records as well. Default is true.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "TextMessageConversationRelationsEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TextMessageConversationRelationsEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "TextMessageConversationRelationsEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TextMessageConversationRelationsEntityEdge", "description": "A Relay edge containing a `TextMessageConversationRelationsEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "TextMessageConversationRelationsEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TextMessageConversationRelationsEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "account", "description": "Account the conversation is linked to, or empty when not linked.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": "Contact the conversation is linked to, or empty when not linked.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lead", "description": "Lead the conversation is linked to. Set when lead_oppty_id resolves to a Lead.", "args": [], "type": {"kind": "OBJECT", "name": "LeadEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "oppty", "description": "Opportunity the conversation is linked to. Set when lead_oppty_id resolves to an Opportunity.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "project", "description": "Project the conversation is linked to.", "args": [], "type": {"kind": "OBJECT", "name": "ProjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quote", "description": "Quote the conversation is linked to.", "args": [], "type": {"kind": "OBJECT", "name": "QuoteEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "textMessageConversation", "description": "Conversation this link belongs to.", "args": [], "type": {"kind": "OBJECT", "name": "TextMessageConversationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": "Id of the linked account.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": "Id of the linked contact.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadOpptyId", "description": "Id of the lead or opportunity the conversation is linked to, or empty when not linked.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectId", "description": "Id of the linked project, or empty when not linked.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteId", "description": "Id of the linked quote, or empty when not linked.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "textMessageConversationId", "description": "Id of the conversation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "UNION", "name": "AiMessageData", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AiExampleData", "ofType": null}, {"kind": "OBJECT", "name": "AiSuggestionData", "ofType": null}]}, {"kind": "OBJECT", "name": "AiExampleData", "description": null, "fields": [{"name": "examples", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "AiExample", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AiExample", "description": null, "fields": [{"name": "title", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "prompt", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AiSuggestionData", "description": null, "fields": [{"name": "suggestions", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "AiRecordSuggestion", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AiRecordSuggestion", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "text", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "title", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "actions", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "AiAssistantTaskAction", "kind": "UNION", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AiRecordSuggestionType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "UNION", "name": "AiAssistantTaskAction", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AiAssistantCreateRecordAction", "ofType": null}, {"kind": "OBJECT", "name": "AiAssistantUpdateFormAction", "ofType": null}, {"kind": "OBJECT", "name": "AiAssistantCreateEmailAction", "ofType": null}, {"kind": "OBJECT", "name": "AiAssistantCreateNoteAction", "ofType": null}]}, {"kind": "OBJECT", "name": "AiAssistantCreateRecordAction", "description": null, "fields": [{"name": "entityName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AiAssistantUpdateFormAction", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AiAssistantCreateEmailAction", "description": null, "fields": [{"name": "subject", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "body", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AiAssistantCreateNoteAction", "description": null, "fields": [{"name": "note", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AiRecordSuggestionType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Alert", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "News", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "DataEnrichment", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UpdateAccountHierarchy", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UpdateOrgChart", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UpdateBuyingCenter", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "AiCreditInfo", "description": null, "fields": [{"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AiCreditInfoStatus", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "AiCreditInfoStatus", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "InProgress", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Finished", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "EntityHealthResult", "description": null, "fields": [{"name": "score", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "trend", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityHealthTrendEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "indicators", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityHealthIndicator", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastCalculation", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "EntityHealthTrendEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Increasing", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Decreasing", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "NoChange", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Critical", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "EntityHealthIndicator", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "rule", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityHealthFieldFilterRule", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "indicator", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityHealthIndicatorEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EntityHealthFieldFilterRule", "description": null, "fields": [{"name": "id", "description": "Unique identifier of the health indicator rule.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "field", "description": "Identifier of the field this rule evaluates when computing the health score.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "Comparison operator applied between the field value and the rule values, such as equals, contains, or between.", "args": [], "type": {"kind": "ENUM", "name": "FieldOperator", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "values", "description": "Values the field is compared against. The outer list holds OR groups; each inner list holds the operands for a single comparison.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": "Human-readable label describing what this health indicator measures.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "score", "description": "-1 for critical, otherwise choose between 0 and 100", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "FilterFieldRuleInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "EntityHealthIndicatorEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Ok", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Error", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Critical", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailDraftSettings", "description": "Serialised state of the Create Email dialogue at autosave time.\n\nAdds the fields the schedule path doesn't need: ``subject``, ``html``,\n``attachments``, ``email_template_id``, the content-sharing scope, the\nmass-mail toggle, and the \"additional linked items\" surface unique to\nstandard mail.\n\nBacking column: ``email.draft_settings`` (JSONB, added in v640_01).\nWritten by ``saveEmailDraft``; read by ``EmailEntity.draft_settings``\nwhen the FE re-opens an existing draft in Create Email.", "fields": [{"name": "service", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SendEmailService", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recipients", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "SendEmailRecipient", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "bcc", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "SendEmailRecipient", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "cc", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "SendEmailRecipient", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "replyTo", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkedItems", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "SendEmailLinkedEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isLinkEntitiesEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isHtmlTemplate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sendToUnsubscribed", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "massMailWithLinkedRecords", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "enrollEmailSequenceId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "personifyBy", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "PersonificationEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "logEmailAsTask", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "SendEmailFollowupTaskSettings", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "logFollowUpTask", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "SendEmailFollowupTaskSettings", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryEntity", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "standardMailAdditionalLinkedItems", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "SendEmailLinkedEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "massMail", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "subject", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "html", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "attachments", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailTemplateId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contentShareMode", "description": null, "args": [], "type": {"kind": "ENUM", "name": "ContentShareModeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contentSharingClients", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "contentSharingUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SendEmailLinkedEntity", "description": null, "fields": [{"name": "leadOpptyId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntityId", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "CustomEntityID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "PersonificationEntityData", "description": null, "fields": [{"name": "primary", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EntityLacotaType", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunityId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntityIds", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "CustomEntityID", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SendEmailFollowupTaskSettings", "description": null, "fields": [{"name": "taskTypeId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dueDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TaskStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "description", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "subject", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailScheduleSettings", "description": null, "fields": [{"name": "service", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SendEmailService", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recipients", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "SendEmailRecipient", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "bcc", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "SendEmailRecipient", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "cc", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "SendEmailRecipient", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "replyTo", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkedItems", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "SendEmailLinkedEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isLinkEntitiesEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isHtmlTemplate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sendToUnsubscribed", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "massMailWithLinkedRecords", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "enrollEmailSequenceId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "personifyBy", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "PersonificationEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "logEmailAsTask", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "SendEmailFollowupTaskSettings", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "logFollowUpTask", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "SendEmailFollowupTaskSettings", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryEntity", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailContentSharingSalesUnitRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "EmailContentSharingSalesUnitRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailContentSharingSalesUnitRelationEntityEdge", "description": "A Relay edge containing a `EmailContentSharingSalesUnitRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "EmailContentSharingSalesUnitRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailContentSharingSalesUnitRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": "Email whose body is being shared.", "args": [], "type": {"kind": "OBJECT", "name": "EmailEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Sales unit granted access to the email body.", "args": [], "type": {"kind": "OBJECT", "name": "SalesUnitEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailId", "description": "Id of the email.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": "Id of the sales unit.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailContentSharingClientRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "EmailContentSharingClientRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailContentSharingClientRelationEntityEdge", "description": "A Relay edge containing a `EmailContentSharingClientRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "EmailContentSharingClientRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailContentSharingClientRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "client", "description": "User granted access to the email body.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": "Email whose body is being shared.", "args": [], "type": {"kind": "OBJECT", "name": "EmailEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientId", "description": "Id of the user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailId", "description": "Id of the email.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailTrackingEvent", "description": null, "fields": [{"name": "type", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailTrackingEventTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "url", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "EmailTrackingEventTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Sent", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Opened", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Clicked", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Unsubscribed", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "MassEmailRelationItemConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "MassEmailRelationItemEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "MassEmailRelationItemEdge", "description": "A Relay edge containing a `MassEmailRelationItem` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "MassEmailRelation", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "MassEmailRelation", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryEmail", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAvailable", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "itemsInConversationCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "errorCode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "wasSent", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "wasBounced", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "FeedTag", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sentiment", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EmailSentimentEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "MassEmailRelationCategory", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "All", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Opened", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Clicked", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Replied", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "NotOpened", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "NotSent", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Unsubscribed", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Bounced", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "MassEmailDetailGridSortyBy", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Name", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Email", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Owner", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "EmailCountInThread", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailConversationItemConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "EmailConversationItemEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of results.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailConversationItemEdge", "description": "A Relay edge containing a `EmailConversationItem` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "EmailEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailConversationItem", "description": "Flat, non-paged conversation row returned by\n``EmailEntity.conversation``. Every field on every item comes from\nthe same single SQL \u2014 ``load_conversation`` does not touch the ORM\nor fire any follow-up query per row.", "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isContentAvailable", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "bodySummary", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dateSent", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sendAt", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasAnyAttachment", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDraft", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftParentEmailId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDifferentActor", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sender", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderClientId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderAccount", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "EmailConversationSenderAccount", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderClient", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "EmailConversationSenderClient", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "senderContact", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "EmailConversationSenderContact", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailConversationSenderAccount", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "picture", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "EmailConversationPicture", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailConversationPicture", "description": "Just the picture URL. Kept separate so ``senderAccount`` /\n``senderContact`` can nest ``picture { url }`` the way the FE\nalready expects.", "fields": [{"name": "url", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailConversationSenderClient", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "firstName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "middleName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailConversationSenderContact", "description": null, "fields": [{"name": "firstName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "middleName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "title", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "picture", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "EmailConversationPicture", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailEntityLinkedRecord", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAvailable", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "OnlineFormRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormRelationEntityEdge", "description": "A Relay edge containing a `OnlineFormRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "OnlineFormRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "account", "description": "Account the submission is linked to, when applicable.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": "Contact the submission is linked to, when applicable.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntity", "description": "Custom entity record the submission is linked to, when applicable.", "args": [], "type": {"kind": "OBJECT", "name": "CustomEntityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lead", "description": "Lead the submission is linked to. Set when lead_oppty_id resolves to a Lead.", "args": [], "type": {"kind": "OBJECT", "name": "LeadEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "oppty", "description": "Opportunity the submission is linked to. Set when lead_oppty_id resolves to an Opportunity.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "onlineForm", "description": "Online form submission being linked.", "args": [], "type": {"kind": "OBJECT", "name": "OnlineFormEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "project", "description": "Project the submission is linked to, when applicable.", "args": [], "type": {"kind": "OBJECT", "name": "ProjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quote", "description": "Quote the submission is linked to, when applicable.", "args": [], "type": {"kind": "OBJECT", "name": "QuoteEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": "Id of the linked account.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": "Id of the linked contact.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntityId", "description": "Id of the linked custom entity record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isPrimary", "description": "True for the row that points to the submission's primary record. There is at most one primary relation per submission and its entity must match the form's entity_type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadOpptyId", "description": "Id of the linked lead or opportunity, or empty when not linked.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "onlineFormId", "description": "Id of the submission.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectId", "description": "Id of the linked project.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteId", "description": "Id of the linked quote.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormActivityLogLineEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "OnlineFormActivityLogLineEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormActivityLogLineEntityEdge", "description": "A Relay edge containing a `OnlineFormActivityLogLineEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "OnlineFormActivityLogLineEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormActivityLogLineEntity", "description": null, "fields": [{"name": "formattedText", "description": "Human-readable rendering of the log line, prefixed with the line's timestamp and (when applicable) the parent record id.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "onlineForm", "description": "Online form submission this log line belongs to.", "args": [], "type": {"kind": "OBJECT", "name": "OnlineFormEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "executedAt", "description": "Timestamp the step represented by this line was executed. Empty for scheduled steps that have not yet run.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isVisible", "description": "True when the line is shown in the activity log UI; false for internal-only lines.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "onlineFormId", "description": "Id of the submission.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Position of the line within its log run.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "ProcessStatusEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OnlineFormActivityLogLineOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "onlineForm", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "executedAt", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isVisible", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "onlineFormId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OnlineFormOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "emailId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "onlineFormTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "productPriceListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "recordName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByCustomField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormFieldAnswer", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OnlineFormOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesList", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CurrencyExchangeRatesListOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "email", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "onlineFormType", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormTypeOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "productPriceList", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductPriceListOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "emailId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "onlineFormTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "productPriceListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "recordName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByCustomField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "bcc", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "bodySummary", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "cc", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "companyEmailId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "contentShareMode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "contentType", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "dateSent", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "direction", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "draftParentEmailId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "errorCode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDraft", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isTracked", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "parentEmailId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "sendAt", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "sender", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "senderAccountId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "senderClientId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "senderContactId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "sentiment", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "subject", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "templateId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "to", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OnlineFormTypeOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "autoPrefillWithJavascript", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "entityApiName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isEnabled", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isReadonly", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "lastSchemaChange", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "lastStatusChange", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "styleId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "responseAcceptanceThreshold", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "sentCount", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "sentUniqueCount", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "responseCount", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "responseRate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "lastResponseDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "lastResponseBy", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormResponseSummaryItemConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "OnlineFormResponseSummaryItemEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormResponseSummaryItemEdge", "description": "A Relay edge containing a `OnlineFormResponseSummaryItem` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "OnlineFormResponseSummary", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormResponseSummary", "description": "Rows for online form type summary detail - aggregation", "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAvailable", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "numberOfResponses", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "onlineFormIds", "description": "List of online_form ids sorted by modified in ascending order.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sentDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "responseDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "summarizedResponseValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ResponseSummaryRelationCategory", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Responded", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Sent", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SentAndNotResponded", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UnknownRespondents", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "OnlineFormTypeDetailGridSortBy", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "EntityName", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ResponseDate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SentDate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CountOfResponses", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ResponseValue", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormResponseItemConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "OnlineFormResponseItemEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormResponseItemEdge", "description": "A Relay edge containing a `OnlineFormResponseItem` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "OnlineFormResponse", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormResponse", "description": "Rows for online form type response detail", "fields": [{"name": "entityType", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityIsAvailable", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "onlineFormId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "answers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OnlineFormFieldAnswer", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "FieldFilterParams", "description": null, "fields": null, "inputFields": [{"name": "operator", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "formula", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "filterMainBox", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBoxParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filterSiblingBoxes", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBoxParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "isEnabled", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "MainFilterBoxParams", "description": null, "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "entity", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "lookupFieldId", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "filterFields", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldFilterRuleParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "FieldFilterRuleParams", "description": null, "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "field", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "operator", "description": null, "type": {"kind": "ENUM", "name": "FieldOperator", "ofType": null}, "defaultValue": null}, {"name": "values", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "FilterBoxParams", "description": null, "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "entity", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "lookupFieldId", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "relation", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "HardCodedRelationParams", "ofType": null}, "defaultValue": null}, {"name": "filterFields", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldFilterRuleParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "HardCodedRelationParams", "description": null, "fields": null, "inputFields": [{"name": "kind", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SiblingRelationType", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "OnlineFormTypeDetailResponseGridSortBy", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "EntityName", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ResponseDate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ResponseValue", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "OnlineFormUploadedFiles", "description": null, "fields": [{"name": "sessionId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "downloadSessionId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cloudObjects", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CloudObjectDimensions", "description": null, "fields": [{"name": "width", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "height", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SalesUnitClientRelationEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "SalesUnitClientRelationEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SalesUnitClientRelationEntityEdge", "description": "A Relay edge containing a `SalesUnitClientRelationEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "SalesUnitClientRelationEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SalesUnitClientRelationEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "client", "description": "User belonging to the sales unit.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Sales unit the user belongs to.", "args": [], "type": {"kind": "OBJECT", "name": "SalesUnitEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "clientId", "description": "Id of the user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": "Id of the sales unit.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitRole", "description": "Field whose values are strictly defined with an enumeration of values.", "args": [], "type": {"kind": "ENUM", "name": "UnitRoleEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ClientFavoriteEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ClientFavoriteEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ClientFavoriteEntityEdge", "description": "A Relay edge containing a `ClientFavoriteEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "ClientFavoriteEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ClientFavoriteEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "account", "description": "Account marked as favorite, when this favorite points to an account.", "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointment", "description": "Appointment marked as favorite. Set when activity_id resolves to an Appointment.", "args": [], "type": {"kind": "OBJECT", "name": "AppointmentEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "task", "description": "Task marked as favorite. Set when activity_id resolves to a Task.", "args": [], "type": {"kind": "OBJECT", "name": "TaskEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": "Contact marked as favorite, when this favorite points to a contact.", "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntity", "description": "Custom entity record marked as favorite, when this favorite points to a custom entity.", "args": [], "type": {"kind": "OBJECT", "name": "CustomEntityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": "Email marked as favorite, when this favorite points to an email.", "args": [], "type": {"kind": "OBJECT", "name": "EmailEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lead", "description": "Lead marked as favorite. Set when lead_oppty_id resolves to a Lead.", "args": [], "type": {"kind": "OBJECT", "name": "LeadEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "oppty", "description": "Opportunity marked as favorite. Set when lead_oppty_id resolves to an Opportunity.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "User who marked the record as favorite.", "args": [], "type": {"kind": "OBJECT", "name": "ClientEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "profile", "description": "Screen profile marked as favorite, when this favorite points to a profile.", "args": [], "type": {"kind": "OBJECT", "name": "ProfileEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "project", "description": "Project marked as favorite, when this favorite points to a project.", "args": [], "type": {"kind": "OBJECT", "name": "ProjectEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quote", "description": "Quote marked as favorite, when this favorite points to a quote.", "args": [], "type": {"kind": "OBJECT", "name": "QuoteEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "report", "description": "Report marked as favorite, when this favorite points to a report.", "args": [], "type": {"kind": "OBJECT", "name": "ReportEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": "Id of the favorite account.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "activityId", "description": "Id of the favorite appointment or task, or empty when not pointing to an activity.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": "Id of the favorite contact.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntityId", "description": "Id of the favorite custom entity record.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailId", "description": "Id of the favorite email.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadOpptyId", "description": "Id of the favorite lead or opportunity, or empty when not pointing to one.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Id of the owning user.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": "Id of the favorite screen profile.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "projectId", "description": "Id of the favorite project.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteId", "description": "Id of the favorite quote.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "reportId", "description": "Id of the favorite report.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AppointmentOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "activityType", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentTypeOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "currencyExchangeRatesList", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CurrencyExchangeRatesListOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "recurrenceMaster", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "schedule", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentScheduleOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "activityTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "duration", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "endDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "inviteesCanEdit", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "location", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "recurrenceMasterId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "scheduleId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "startDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "subject", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "exchangeEntityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "gapiEntityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "o365EntityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "reminder", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AppointmentReminderOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByCustomField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AppointmentScheduleOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "appointmentDescription", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "appointmentDuration", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "appointmentLocation", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "appointmentLocationType", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "appointmentOwnerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "appointmentSubject", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "appointmentSubjectUsesScheduleName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "appointmentTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "bufferTimeAfter", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "bufferTimeBefore", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "confirmationPageType", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "confirmationPageUrl", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isEnabled", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "minimumNoticeTime", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "planningDayOffset", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "planningPeriodFrom", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "planningPeriodTo", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "planningType", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "reminderEmailEnabled", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "reminderEmailOffset", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "reminderEmailOffsetType", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "replyCompanyEmailId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "scheduleName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "timeIncrement", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "url", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AppointmentReminderOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "appointmentId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "endDateOffset", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "snoozeDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TaskOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "activityType", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskTypeOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "call", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CallOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "callOutcome", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "currencyExchangeRatesList", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CurrencyExchangeRatesListOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "unit", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "activityTypeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "callDuration", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "callId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "callOutcomeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "dueDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "duration", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "priority", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "startDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "subject", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "exchangeEntityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "gapiEntityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "o365EntityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "reminder", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskReminderOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "taskRecurrence", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskRecurrenceOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByCustomField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CallOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "callerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "clientId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "contactId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "leadOpptyId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "opptyProductRelationId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "phoneNumber", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "productId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "transcriptionId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "transcriptionLanguage", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "transcriptionSummary", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TaskReminderOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "setDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "status", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "taskId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "TaskRecurrenceOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "day", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "dayOfWeek", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "endDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "month", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "occurEvery", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "occurrencesCount", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "startDate", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "taskId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "week", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ReportOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "reportsFolder", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReportFolderOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "syncEntity", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProfileOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "accessLink", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "description", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "reportsFolderId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "syncEnabled", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "syncEntityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "schedule", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ReportScheduleOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ReportFolderOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "parentReportFolderId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProfileOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "entity", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "entityApiName", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "syncEnabled", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "syncEntityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "useLang", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ReportScheduleOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "reportId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "UserRecalculationStateEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "NoRecalculation", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "InProgress", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Pending", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountPreviewScreenProfile", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountProfileData", "description": null, "fields": [{"name": "listViewItems", "description": null, "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "compactViewItems", "description": null, "args": [{"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}, {"name": "fieldIds", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountCompactViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "mapViewItems", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountMapViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "matrixItems", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountMatrixViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "drilldown", "description": null, "args": [{"name": "ids", "description": "List of account ids. If null filter by profile.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountDataGridViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountCompactViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Items of compact view listing", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountCompactViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groups", "description": "List of groups for items in scrollable view, with their size", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ViewItemGroup", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountCompactViewItem", "description": "Item data for compact view card items and detail header.\nAll header fields are pre-loaded to achieve fast frontend response on item switching.\nhttps://pipelinersales.atlassian.net/wiki/spaces/PDOC/pages/533470438/4.+Pipeliner+2+Preview+screens#id-4.Pipeliner2Previewscreens-Compactview.2", "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fields", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountTypeId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortFieldValue", "description": "This value is of Any type, defined by the type of the sort column", "args": [], "type": {"kind": "OBJECT", "name": "FieldDataContainer", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "industryName", "description": "Related industry name", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountPicture", "description": "Url to account picture", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountClass", "description": "Class of the account", "args": [], "type": {"kind": "ENUM", "name": "AccountClassEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPicture", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "phone", "description": "Primary or secondary phone.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": "Primary or secondary email address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "Owner name.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Owner id.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPicture", "description": "Owner name.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "homePage", "description": "Home page url.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "address", "description": "Address lines.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "city", "description": "City", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "country", "description": "Country", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "stateProvince", "description": "State/province", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "zipCode", "description": "Zip code", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": "Is favorite for current user?", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountMapViewItems", "description": null, "fields": [{"name": "missingGeoLocationItems", "description": "Defines number of results which doesn't have geo data resolved yet, this item is set to NULL if result is too large", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isResultTooLarge", "description": "This attribute is set to true if profile contains more result than limit ", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MapViewInterface", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "compactListSessionId", "description": "Session id for compact list panel in map view", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountMatrixViewItems", "description": null, "fields": [{"name": "limits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountMatrixLimits", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": null, "args": [{"name": "limit", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "5000"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountMatrixItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "item", "description": null, "args": [{"name": "id", "description": null, "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "AccountMatrixItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "drilldown", "description": null, "args": [{"name": "ids", "description": "List of account ids. If null filter by profile.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "limit", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "5000"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountMatrixLimits", "description": null, "fields": [{"name": "limitX", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "AccountMatrixLimit", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "limitY", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "AccountMatrixLimit", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountMatrixLimit", "description": null, "fields": [{"name": "minimum", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "maximum", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountMatrixItems", "description": null, "fields": [{"name": "items", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountMatrixItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isResultTooLarge", "description": "This attribute is set to true if profile contains more result than limit ", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountMatrixItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountClass", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountClassEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypeId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "valueX", "description": "Stringified value", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "valueY", "description": "Stringified value", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "healthStatus", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountDrilldownModel", "description": null, "fields": [{"name": "listViewItems", "description": null, "args": [{"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountDrilldownFilterParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountDrilldownDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountDrilldownDataGridViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sumItem", "description": "Sums of numeric fields", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldDataContainer", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "averageItem", "description": "Averages of numeric fields", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldDataContainer", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccountDrilldownFilterParams", "description": null, "fields": null, "inputFields": [{"name": "ownerId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccountPreviewProfileParams", "description": null, "fields": null, "inputFields": [{"name": "quickFilter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountRoleTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "view", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountPreviewViewTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "QuickFilterTabParams", "description": null, "fields": null, "inputFields": [{"name": "filterMainBox", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBoxParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filterSiblingBoxes", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBoxParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "filterFieldOrder", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccountFilterTabParams", "description": null, "fields": null, "inputFields": [{"name": "isEnabled", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "filterMainBox", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBoxParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filterSiblingBoxes", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBoxParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "isCustom", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "operator", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "formula", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccountRoleTabParams", "description": null, "fields": null, "inputFields": [{"name": "showMyItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showMySharedItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showManagingUnitItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccountPreviewViewTabParams", "description": null, "fields": null, "inputFields": [{"name": "sortBy", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "matrix", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountMatrixViewParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "gridColumns", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "GridColumnsOutputParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccountMatrixViewParams", "description": null, "fields": null, "inputFields": [{"name": "axisX", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountMatrixAxisParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "axisY", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountMatrixAxisParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "bubbleDisplay", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountMatrixAccountDisplayEnum", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "showSegmentationGrid", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showAccountNames", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccountMatrixAxisParams", "description": null, "fields": null, "inputFields": [{"name": "fieldId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "selectedOptions", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "dateDisplay", "description": null, "type": {"kind": "ENUM", "name": "AccountMatrixDateDisplayEnum", "ofType": null}, "defaultValue": null}, {"name": "minimum", "description": null, "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "defaultValue": null}, {"name": "maximum", "description": null, "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "GridColumnsOutputParams", "description": null, "fields": null, "inputFields": [{"name": "fieldId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": "\"\""}, {"name": "width", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "defaultValue": "1"}, {"name": "frozen", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": "false"}, {"name": "pixels", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": "false"}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountItem", "description": null, "fields": [{"name": "compactViewItem", "description": null, "args": [{"name": "fieldIds", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "AccountCompactViewItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "listViewItem", "description": null, "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountEntityData", "description": "Compact view middle data.\nhttps://pipelinersales.atlassian.net/wiki/spaces/PDOC/pages/533470438/4.+Pipeliner+2+Preview+screens#id-4.Pipeliner2Previewscreens-Compactview.2", "fields": [{"name": "fields", "description": null, "args": [{"name": "ids", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notes", "description": "Notes ordered by note body.", "args": [{"name": "orderBy", "description": "Order Note relations by target Note attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "NoteOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "NoteEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "\n    Paginated connection between pipeliner domain entities.\n    Pages through one to many edge entity connecting origin entity to target entity.\n    If there is no intermediate relation entity table, the target entity is used as edge.\n    ", "args": [{"name": "orderBy", "description": "Order CloudObject relations by target CloudObject attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CloudObjectRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "openLeads", "description": null, "args": [{"name": "orderBy", "description": "Order Lead relations by target Lead attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptyAccountRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "openOpportunities", "description": null, "args": [{"name": "orderBy", "description": "Order Opportunity relations by target Opportunity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptyAccountRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "businessOverview", "description": "\n    Amount of related Opportunities split by status in base currency.\n    ", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "BusinessOverview", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "topAccountsInIndustry", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "TopAccountEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "contacts", "description": null, "args": [{"name": "excludePrimary", "description": "If True, do not include primary addressbook record in result set.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "orderBy", "description": "Order Contact relations by target Contact attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ContactAccountRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unplannedTasks", "description": "\n    Task with no due date which are not yet completed.\n    ", "args": [{"name": "orderBy", "description": "Order Task relations by target Task attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "plannedActivities", "description": "\n    Planned activities Tasks/Appointments which are not yet completed and planned in the future.\n    ", "args": [{"name": "orderBy", "description": "Order Activity relations by target Activity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "orgChart", "description": null, "args": [{"name": "filter", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "OrgChartFilterInput", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "OrgChartContactNodeEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountsHierarchy", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "AccountsHierarchyNodeEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relationGraph", "description": null, "args": [{"name": "depth", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "2"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "AccountRelationGraphEdgeEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastCompletedActivities", "description": "\n    Recent completed activities Tasks/Appointments.\n    ", "args": [{"name": "orderBy", "description": "Order Activity relations by target Activity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastMessages", "description": "\n    Recent Memo messagesTasks/Appointments.\n    ", "args": [{"name": "orderBy", "description": "Order Memo relations by target Memo attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MemoOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastContacted", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "LastContactedItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "linesOfInfluence", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactLineOfInfluence", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leads", "description": "\n    Paginated connection between pipeliner domain entities.\n    Pages through one to many edge entity connecting origin entity to target entity.\n    If there is no intermediate relation entity table, the target entity is used as edge.\n    ", "args": [{"name": "orderBy", "description": "Order Lead relations by target Lead attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptyAccountRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunities", "description": "\n    Paginated connection between pipeliner domain entities.\n    Pages through one to many edge entity connecting origin entity to target entity.\n    If there is no intermediate relation entity table, the target entity is used as edge.\n    ", "args": [{"name": "orderBy", "description": "Order Opportunity relations by target Opportunity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptyAccountRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NoteEntityConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "NoteEntityEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items in the connection.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NoteEntityEdge", "description": "A Relay edge containing a `NoteEntity` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "NoteEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "NoteOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "account", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "contact", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "customEntity", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomEntityOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "lead", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "oppty", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "project", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "quote", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "contactId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "customEntityId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "leadOpptyId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "note", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "projectId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "quoteId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CustomEntityOrderByNestedInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "currencyExchangeRatesListId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "shareMode", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "typeId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "unitId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "withCustom", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "CommonEntityRepositoryOrderByCustomField", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "BusinessOverview", "description": "Amount of related Opportunities split by status in base currency.", "fields": [{"name": "wonAmount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "openAmount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lostAmount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "wonCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "openCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lostCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TopAccountEntity", "description": null, "fields": [{"name": "account", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "wonAmount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ActivityOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OrgChartContactNodeEntity", "description": null, "fields": [{"name": "contact", "description": null, "args": [], "type": {"kind": "UNION", "name": "OrgChartContactUnion", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentContact", "description": null, "args": [], "type": {"kind": "UNION", "name": "OrgChartContactUnion", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentContactId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "relation", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrgChartAssistantRelation", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDetached", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "comment", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sibling", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relationship", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OrgRelationshipTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountRoles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountRoleEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "UNION", "name": "OrgChartContactUnion", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, {"kind": "OBJECT", "name": "GhostContactEntity", "ofType": null}]}, {"kind": "OBJECT", "name": "GhostContactEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of the entity and its default text representation.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "position", "description": "Job title or position of the placeholder contact (org-chart label).", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "OrgChartAssistantRelation", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Subordinate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Assistant", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OrgChartFilterInput", "description": null, "fields": null, "inputFields": [{"name": "skipAttached", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "skipDetached", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountsHierarchyNodeEntity", "description": null, "fields": [{"name": "account", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "relation", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ParentAccountRelationTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountRelationGraphEdgeEntity", "description": null, "fields": [{"name": "labels", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "AccountRelationTypeEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "account", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "parent", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountRelation", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ParentAccountRelationTypeEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountRelationLabel", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountRelationTypeEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "color", "description": "Display color of the relationship type label, encoded as an integer packing the RGB components: (red << 16) | (green << 8) | blue.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": "Display label of the account-to-account relationship type (e.g. Partner, Supplier).", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "MemoOrderByInput", "description": "docstring", "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "isDeleted", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "modified", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "created", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "owner", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientOrderByNestedInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "ownerId", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "subject", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}, {"name": "revision", "description": null, "type": {"kind": "ENUM", "name": "OrderByEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LastContactedItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactedDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactLineOfInfluence", "description": null, "fields": [{"name": "contact1Id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact2Id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "type", "description": null, "args": [], "type": {"kind": "ENUM", "name": "InfluenceTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "comment", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "InfluenceTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Positive", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Negative", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountArchiveScreen", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountArchiveScreenProfile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountArchiveScreenProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftProfile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "AccountArchiveScreenProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "profile", "description": "Profile for the AccountArchiveProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "AccountArchiveProfileParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountArchiveProfileData", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "item", "description": null, "args": [{"name": "view", "description": "Defines settings of view tab of active profile", "type": {"kind": "INPUT_OBJECT", "name": "AccountPreviewViewTabParams", "ofType": null}, "defaultValue": null}, {"name": "id", "description": "Id of view item to retrieve", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ArchiveAccountItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityData", "description": null, "args": [{"name": "entityId", "description": "ID of the entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "AccountArchiveEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "Screen", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileScreen", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountArchiveScreenProfile", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountArchiveProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountArchiveProfile", "description": null, "fields": [{"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountPreviewViewTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "AccountProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountArchiveProfileData", "description": null, "fields": [{"name": "listViewItems", "description": null, "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountArchiveDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountArchiveDataGridViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccountArchiveProfileParams", "description": null, "fields": null, "inputFields": [{"name": "quickFilter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountRoleTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "view", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountPreviewViewTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ArchiveAccountItem", "description": null, "fields": [{"name": "compactViewItem", "description": null, "args": [{"name": "fieldIds", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "AccountCompactViewItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "listViewItem", "description": null, "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountArchiveEntityData", "description": null, "fields": [{"name": "fields", "description": null, "args": [{"name": "ids", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityPreviewScreen", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityPreviewScreenProfile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityPreviewScreenProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftProfile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ActivityPreviewScreenProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "profile", "description": "Profile for the ActivityPreviewProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "ActivityPreviewProfileParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityProfileData", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "item", "description": null, "args": [{"name": "id", "description": "Id of view item to retrieve", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "view", "description": "Defines settings of view tab of active profile", "type": {"kind": "INPUT_OBJECT", "name": "ActivityPreviewViewTabParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "Screen", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileScreen", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityPreviewScreenProfile", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityProfileData", "description": null, "fields": [{"name": "listViewItems", "description": null, "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskBoardViewItems", "description": null, "args": [{"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "calendarViewItems", "description": null, "args": [{"name": "includeNotScheduledTasks", "description": "Include tasks which doesn't have due date set", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": "false"}, {"name": "dateFrom", "description": "Start date of range", "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}, {"name": "dateTo", "description": "End date of range", "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityCalendarViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityDataGridViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityTaskBoardViewItems", "description": null, "fields": [{"name": "agenda", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityAgenda", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "inProgress", "description": "Items in status in progress", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notStarted", "description": "Items in status not started", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "waiting", "description": "Items in status waiting", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "completed", "description": "Items in status completed", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "deferred", "description": "Items in status deferred", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ActivityAgendaInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ActivityAgendaInterface", "description": null, "fields": [{"name": "agenda", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityAgenda", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ActivityTaskBoardViewItems", "ofType": null}, {"kind": "OBJECT", "name": "ActivityCalendarViewItems", "ofType": null}, {"kind": "OBJECT", "name": "AccountActivityTabCalendarView", "ofType": null}, {"kind": "OBJECT", "name": "ContactActivityTabCalendarView", "ofType": null}, {"kind": "OBJECT", "name": "LeadActivityTabCalendarView", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityActivityTabCalendarView", "ofType": null}, {"kind": "OBJECT", "name": "ProjectActivityTabCalendarView", "ofType": null}, {"kind": "OBJECT", "name": "QuoteActivityTabCalendarView", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityActivityTabCalendarView", "ofType": null}, {"kind": "OBJECT", "name": "AccountActivityTabTaskBoardView", "ofType": null}, {"kind": "OBJECT", "name": "ContactActivityTabTaskBoardView", "ofType": null}, {"kind": "OBJECT", "name": "LeadActivityTabTaskBoardView", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityActivityTabTaskBoardView", "ofType": null}, {"kind": "OBJECT", "name": "ProjectActivityTabTaskBoardView", "ofType": null}, {"kind": "OBJECT", "name": "QuoteActivityTabTaskBoardView", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityActivityTabTaskBoardView", "ofType": null}]}, {"kind": "OBJECT", "name": "ActivityAgenda", "description": null, "fields": [{"name": "items", "description": null, "args": [{"name": "before", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityAgendaItemConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "overdueTasks", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OverdueTasks", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityAgendaItemConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ActivityAgendaItemEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityAgendaItemEdge", "description": "A Relay edge containing a `ActivityAgendaItem` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "INTERFACE", "name": "ActivityAgendaItemInterface", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityTaskBoardColumnItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Item of columns in order", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskBoardViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TaskBoardViewItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "priority", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PriorityEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "ENUM", "name": "ShareActorEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "linkedItemNames", "description": "Name of linked items, could be NULL if no linked entity present", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dueDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "createdDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesUnitId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypeId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupName", "description": "This value is set if sort by is Owner, SalesUnit, Activity Type. Otherwise value is NULL", "args": [{"name": "displayOption", "description": null, "type": {"kind": "ENUM", "name": "DisplayOption", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "FieldDataContainer", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupIcon", "description": "This value is set as URL to picture if sort by is Owner, SalesUnit as URL for Activity Type as Icon ID. Otherwise value is NULL", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "extraFieldValues", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityCalendarViewItems", "description": null, "fields": [{"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentItems", "description": "Appointments in calendar view", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "AppointmentCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskItems", "description": "Task in calendar view", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "TaskCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentRecurrenceOccurrenceItems", "description": "Virtual occurences of appointment recurrence", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "AppointmentRecurrenceOccurrenceCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "agenda", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityAgenda", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ActivityViewItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ActivityAgendaInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ActivityViewItemInterface", "description": null, "fields": [{"name": "appointmentItems", "description": "Appointments in calendar view", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "AppointmentCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskItems", "description": "Task in calendar view", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "TaskCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentRecurrenceOccurrenceItems", "description": "Virtual occurences of appointment recurrence", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "AppointmentRecurrenceOccurrenceCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ActivityCalendarViewItems", "ofType": null}, {"kind": "OBJECT", "name": "AccountActivityTabCalendarView", "ofType": null}, {"kind": "OBJECT", "name": "ContactActivityTabCalendarView", "ofType": null}, {"kind": "OBJECT", "name": "LeadActivityTabCalendarView", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityActivityTabCalendarView", "ofType": null}, {"kind": "OBJECT", "name": "ProjectActivityTabCalendarView", "ofType": null}, {"kind": "OBJECT", "name": "QuoteActivityTabCalendarView", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityActivityTabCalendarView", "ofType": null}, {"kind": "OBJECT", "name": "ActivityDetailCalendarViewItems", "ofType": null}]}, {"kind": "OBJECT", "name": "AppointmentCalendarViewItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "badgeColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activityTypeId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "recurrenceMasterId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "CalendarViewItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "CalendarViewItemInterface", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "badgeColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AppointmentCalendarViewItem", "ofType": null}, {"kind": "OBJECT", "name": "TaskCalendarViewItem", "ofType": null}, {"kind": "OBJECT", "name": "AppointmentRecurrenceOccurrenceCalendarViewItem", "ofType": null}]}, {"kind": "OBJECT", "name": "TaskCalendarViewItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "badgeColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dueDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "priority", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PriorityEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activityTypeId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "CalendarViewItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AppointmentRecurrenceOccurrenceCalendarViewItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "badgeColor", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "occurenceDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "startDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "endDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "CalendarViewItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ActivityPreviewProfileParams", "description": null, "fields": null, "inputFields": [{"name": "quickFilter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityRoleTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "view", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityPreviewViewTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ActivityFilterTabParams", "description": null, "fields": null, "inputFields": [{"name": "isEnabled", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "filterMainBox", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBoxParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filterSiblingBoxes", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBoxParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "isCustom", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "operator", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "formula", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ActivityRoleTabParams", "description": null, "fields": null, "inputFields": [{"name": "showMyItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showMySharedItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showManagingUnitItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showUnassignedItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": "false"}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ActivityPreviewViewTabParams", "description": null, "fields": null, "inputFields": [{"name": "sortBy", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "groupBy", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityGroupBy", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "showLinkedItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showProgress", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showDueDate", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showCardLabels", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "gridColumns", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "GridColumnsOutputParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "showExtraFieldIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityItem", "description": null, "fields": [{"name": "listViewItem", "description": null, "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskBoardViewItem", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "TaskBoardViewItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "calendarViewItem", "description": null, "args": [], "type": {"kind": "INTERFACE", "name": "CalendarViewItemInterface", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ApprovalPreviewScreen", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ApprovalPreviewScreenProfile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ApprovalPreviewScreenProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftProfile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ApprovalPreviewScreenProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ApprovalProfileData", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityData", "description": null, "args": [{"name": "entityId", "description": "ID of the entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ApprovalEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "Screen", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileScreen", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ApprovalPreviewScreenProfile", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ApprovalPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ApprovalPreviewProfile", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ApprovalPreviewViewTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ApprovalProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "ApprovalProfileInterface", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ApprovalPreviewProfile", "ofType": null}]}, {"kind": "OBJECT", "name": "ApprovalPreviewViewTab", "description": null, "fields": [{"name": "sortBy", "description": "Identifier of the field the records are sorted by.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Sort direction: Asc for ascending, Desc for descending.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "gridColumns", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "GridColumnsOutput", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ApprovalProfileData", "description": null, "fields": [{"name": "listViewItems", "description": null, "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "listingOptions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ApprovalsListingOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "ENUM", "name": "SortOrder", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ApprovalDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ApprovalDataGridViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ApprovalsListingOptionsParams", "description": null, "fields": null, "inputFields": [{"name": "visibility", "description": null, "type": {"kind": "ENUM", "name": "ApprovalScreenVisibilityEnum", "ofType": null}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ApprovalScreenVisibilityEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "All", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "MyLockedRecords", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "NeedMyApproval", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ApprovalEntityData", "description": null, "fields": [{"name": "fields", "description": null, "args": [{"name": "ids", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ApprovalEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityArchiveScreen", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityArchiveScreenProfile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityArchiveScreenProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftProfile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "OpportunityArchiveScreenProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "profile", "description": "Profile for the OpportunityArchiveProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "OpportunityArchiveProfileParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityArchiveProfileData", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "item", "description": null, "args": [{"name": "view", "description": "Defines settings of view tab of active profile", "type": {"kind": "INPUT_OBJECT", "name": "OpportunityArchiveViewTabParams", "ofType": null}, "defaultValue": null}, {"name": "target", "description": "Defines settings of target tab of active profile", "type": {"kind": "INPUT_OBJECT", "name": "OpportunityArchiveTargetTabParams", "ofType": null}, "defaultValue": null}, {"name": "id", "description": "Id of view item to retrieve", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ArchiveOpportunityItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityData", "description": null, "args": [{"name": "entityId", "description": "ID of the entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ArchiveEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "Screen", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileScreen", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityArchiveScreenProfile", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityArchiveProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityArchiveProfile", "description": null, "fields": [{"name": "filter", "description": "Filter tab restricting which leads and opportunities the profile shows.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadOpportunityFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesPipeline", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": "Ownership scope of the records shown (own, shared, or managing-unit items).", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "target", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityArchiveTargetTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityArchiveViewTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "LeadOpportunityProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "TargetProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "PipelineProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityArchiveTargetTab", "description": null, "fields": [{"name": "targetValueFieldId", "description": "Identifier of the field whose values are summed and compared against the target goal.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetPeriodCurrent", "description": "Period the target is measured over.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetSource", "description": "Whose records contribute to the target: My counts only the current user, All counts every matching record.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TargetSourceKind", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetPeriodCompare", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodCompareOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showTargetOnTop", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "TargetTabInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityArchiveViewTab", "description": null, "fields": [{"name": "sortBy", "description": "Identifier of the field the records are sorted by.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortOrder", "description": "Sort direction: Asc for ascending, Desc for descending.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupBy", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityGroupBy", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showCardValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showCardRanking", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showCardLabels", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showCardFitness", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showExtraFieldIds", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "gridColumns", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "GridColumnsOutput", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityArchiveProfileData", "description": null, "fields": [{"name": "compactViewItems", "description": null, "args": [{"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}, {"name": "fieldIds", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityArchiveCompactViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "listViewItems", "description": null, "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityArchiveDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelineViewItems", "description": null, "args": [{"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityArchivePipelineViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "mapViewItems", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityMapViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityArchiveCompactViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Items of compact view listing", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityCompactViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groups", "description": "List of groups for items in scrollable view, with their size", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ViewItemGroup", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityCompactViewItem", "description": "Item data for compact view card items and detail header.\nAll header fields are pre-loaded to achieve fast frontend response on item switching.\nhttps://pipelinersales.atlassian.net/wiki/spaces/PDOC/pages/533470438/4.+Pipeliner+2+Preview+screens#id-4.Pipeliner2Previewscreens-Compactview.1", "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fields", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadTypeId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyTypeId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortName", "description": "This value is of any type int, float, datetime, list, because it's defined by type of the sort column", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldDataContainer", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupName", "description": "This value is set if sort by is Owner, SalesUnit, Account, Contact. Otherwise value is NULL", "args": [], "type": {"kind": "OBJECT", "name": "FieldDataContainer", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupIcon", "description": "This value is set as URL to picture if group_by is Owner, SalesUnit, Account, ClosingDate. Otherwise value is NULL", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": "Is favorite for current user?", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "Owner name.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Owner id.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPicture", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPicture", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "fitness", "description": null, "args": [], "type": {"kind": "ENUM", "name": "WarningLevelEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ranking", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "labelFlag", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "closingDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "velocity", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "daysInQueue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityArchiveDataGridViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityArchivePipelineViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "columns", "description": "Archive steps that contains opportunity data", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityArchivePipelineColumnItems", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "target", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityArchiveTarget", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "closedRecordsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "wonRecordsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotBaseDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "SnapshotBaseDataInterface", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "OpportunityArchivePipelineViewItems", "ofType": null}, {"kind": "OBJECT", "name": "LeadArchiveBoardViewItems", "ofType": null}, {"kind": "OBJECT", "name": "LeadBoardViewItems", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityPipelineViewItems", "ofType": null}, {"kind": "OBJECT", "name": "QuoteBoardViewItems", "ofType": null}, {"kind": "OBJECT", "name": "QuoteArchiveBoardViewItems", "ofType": null}]}, {"kind": "OBJECT", "name": "OpportunityArchivePipelineColumnItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Item of columns", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "PipelineArchiveViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepDocuments", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectStepRelationEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepSummary", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ArchiveStepSummaryInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "PipelineArchiveViewItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ranking", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "hotStalledPriorityFlag", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ShareActorEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Leads has this set to NULL, value of this fields depends on the target settings", "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupName", "description": "This value is set if group_by is Owner, SalesUnit, Account, ClosingDate. Otherwise value is NULL", "args": [], "type": {"kind": "OBJECT", "name": "FieldDataContainer", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupIcon", "description": "This value is set as URL to picture if group_by is Owner, SalesUnit, Account, ClosingDate. Otherwise value is NULL", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isExcluded", "description": "Defines if item has been excluded from target calculation", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isWithinCurrentTarget", "description": "Defines if item is within target period", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "fitness", "description": "This field might be null if profile doesn't have it turned on", "args": [], "type": {"kind": "ENUM", "name": "WarningLevelEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "extraFieldValues", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ArchiveStepSummaryInfo", "description": null, "fields": [{"name": "stepId", "description": "An id of a step just in case it's not in the same order as on the client", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "itemCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityArchiveTarget", "description": null, "fields": [{"name": "currentWonValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "currentLostValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "comparisonWonValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "comparisonLostValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currentPeriod", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DatePeriod", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "comparisonPeriod", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "DatePeriod", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DatePeriod", "description": null, "fields": [{"name": "dateFrom", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dateTo", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityMapViewItems", "description": null, "fields": [{"name": "missingGeoLocationItems", "description": "Defines number of results which doesn't have geo data resolved yet, this item is set to NULL if result is too large", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isResultTooLarge", "description": "This attribute is set to true if profile contains more result than limit ", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MapViewInterface", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "compactListSessionId", "description": "Session id for compact list panel in map view", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "insufficientDataItems", "description": "Defines number of results which doesn't have linked primary account", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "insufficientListSessionId", "description": "Session id for insufficient list panel in map view", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "insufficientListSessionFirstItemId", "description": "First item in insufficient list", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpportunityArchiveProfileParams", "description": null, "fields": null, "inputFields": [{"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadOpportunityFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "salesPipeline", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityRoleTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "quickFilter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "target", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityArchiveTargetTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "view", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityArchiveViewTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LeadOpportunityFilterTabParams", "description": null, "fields": null, "inputFields": [{"name": "isEnabled", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "filterMainBox", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBoxParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filterSiblingBoxes", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBoxParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "isCustom", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "operator", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "formula", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpportunityRoleTabParams", "description": null, "fields": null, "inputFields": [{"name": "showMyItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showMySharedItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showManagingUnitItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpportunityArchiveTargetTabParams", "description": null, "fields": null, "inputFields": [{"name": "targetValueFieldId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "targetPeriodCurrent", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOptionParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "targetSource", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TargetSourceKind", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "targetPeriodCompare", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodCompareOptionParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "showTargetOnTop", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "PeriodCompareOptionParams", "description": null, "fields": null, "inputFields": [{"name": "periodCustomFrom", "description": null, "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}, {"name": "periodCustomTo", "description": null, "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}, {"name": "period", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodCompareKind", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpportunityArchiveViewTabParams", "description": null, "fields": null, "inputFields": [{"name": "sortBy", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "groupBy", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityGroupBy", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "showCardValue", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showCardRanking", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showCardLabels", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showCardFitness", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showExtraFieldIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "gridColumns", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "GridColumnsOutputParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ArchiveOpportunityItem", "description": null, "fields": [{"name": "compactViewItem", "description": null, "args": [{"name": "fieldIds", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OpportunityArchiveCompactViewItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelineViewItem", "description": "Refetch Opportunity for pipeline view. In case of lead, result is null.", "args": [], "type": {"kind": "OBJECT", "name": "PipelineArchiveViewItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "listViewItem", "description": "Refetch Opportunity for list view. In case of lead, result is null.", "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "DataGridViewItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityArchiveCompactViewItem", "description": "Item data for compact view card items and detail header.\nAll header fields are pre-loaded to achieve fast frontend response on item switching.\nhttps://pipelinersales.atlassian.net/wiki/spaces/PDOC/pages/533470438/4.+Pipeliner+2+Preview+screens#id-4.Pipeliner2Previewscreens-Compactview.4", "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fields", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadTypeId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opptyTypeId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortName", "description": "This value is of any type int, float, datetime, list, because it's defined by type of the sort column", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FieldDataContainer", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupName", "description": "This value is set if sort by is Owner, SalesUnit, Account, Contact. Otherwise value is NULL", "args": [], "type": {"kind": "OBJECT", "name": "FieldDataContainer", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupIcon", "description": "This value is set as URL to picture if group_by is Owner, SalesUnit, Account, ClosingDate. Otherwise value is NULL", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": "Is favorite for current user?", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "Owner name.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Owner id.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPicture", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPicture", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "fitness", "description": null, "args": [], "type": {"kind": "ENUM", "name": "WarningLevelEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ranking", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "labelFlag", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "closingDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "velocity", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "daysInQueue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ArchiveEntityData", "description": "Compact view middle data.\nhttps://pipelinersales.atlassian.net/wiki/spaces/PDOC/pages/533470438/4.+Pipeliner+2+Preview+screens#id-4.Pipeliner2Previewscreens-Compactview.4", "fields": [{"name": "fields", "description": null, "args": [{"name": "ids", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadOpportunityEntity", "kind": "UNION", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notes", "description": "Notes ordered by note body.", "args": [{"name": "orderBy", "description": "Order Note relations by target Note attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "NoteOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "NoteEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "\n    Paginated connection between pipeliner domain entities.\n    Pages through one to many edge entity connecting origin entity to target entity.\n    If there is no intermediate relation entity table, the target entity is used as edge.\n    ", "args": [{"name": "orderBy", "description": "Order CloudObject relations by target CloudObject attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CloudObjectRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contacts", "description": null, "args": [{"name": "excludePrimary", "description": "If True, do not include primary addressbook record in result set.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "orderBy", "description": "Order Contact relations by target Contact attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptyContactRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accounts", "description": null, "args": [{"name": "excludePrimary", "description": "If True, do not include primary addressbook record in result set.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "orderBy", "description": "Order Account relations by target Account attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptyAccountRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unplannedTasks", "description": "\n    Task with no due date which are not yet completed.\n    ", "args": [{"name": "orderBy", "description": "Order Task relations by target Task attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "plannedActivities", "description": "\n    Planned activities Tasks/Appointments which are not yet completed and planned in the future.\n    ", "args": [{"name": "orderBy", "description": "Order Activity relations by target Activity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastCompletedActivities", "description": "\n    Recent completed activities Tasks/Appointments.\n    ", "args": [{"name": "orderBy", "description": "Order Activity relations by target Activity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastMessages", "description": "\n    Recent Memo messagesTasks/Appointments.\n    ", "args": [{"name": "orderBy", "description": "Order Memo relations by target Memo attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MemoOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "UNION", "name": "LeadOpportunityEntity", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "LeadEntity", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityEntity", "ofType": null}]}, {"kind": "OBJECT", "name": "LeadArchiveScreen", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadArchiveScreenProfile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadArchiveScreenProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftProfile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "LeadArchiveScreenProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "profile", "description": "Profile for the LeadArchiveProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "LeadArchiveProfileParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadArchiveProfileData", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "item", "description": null, "args": [{"name": "view", "description": "Defines settings of view tab of active profile", "type": {"kind": "INPUT_OBJECT", "name": "LeadPreviewViewTabParams", "ofType": null}, "defaultValue": null}, {"name": "id", "description": "Id of view item to retrieve", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ArchiveLeadItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityData", "description": null, "args": [{"name": "entityId", "description": "ID of the entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadArchiveEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "Screen", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileScreen", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadArchiveScreenProfile", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadArchiveProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadArchiveProfile", "description": null, "fields": [{"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadProcess", "description": "Identifiers of the lead processes the profile is restricted to. Null includes all lead processes.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadPreviewViewTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "LeadProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadArchiveProfileData", "description": null, "fields": [{"name": "listViewItems", "description": null, "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadArchiveDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "boardViewItems", "description": null, "args": [{"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadArchiveBoardViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadArchiveDataGridViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadArchiveBoardViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "columns", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadArchiveBoardColumnItems", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotBaseDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadArchiveBoardColumnItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Item of columns", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadArchiveBoardViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepDocuments", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectStepRelationEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepSummary", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadArchiveStepSummaryInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadArchiveBoardViewItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fitness", "description": "This field might be null if profile doesn't have it turned on", "args": [], "type": {"kind": "ENUM", "name": "WarningLevelEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupName", "description": "This value is set if group_by is Owner, SalesUnit, Account, ClosingDate. Otherwise value is NULL", "args": [], "type": {"kind": "OBJECT", "name": "FieldDataContainer", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupIcon", "description": "This value is set as URL to picture if group_by is Owner, SalesUnit, Account, ClosingDate. Otherwise value is NULL", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "hotStalledPriorityFlag", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ranking", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ShareActorEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "extraFieldValues", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadArchiveStepSummaryInfo", "description": null, "fields": [{"name": "stepId", "description": "An id of a step just in case it's not in the same order as on the client", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "itemCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LeadArchiveProfileParams", "description": null, "fields": null, "inputFields": [{"name": "quickFilter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "leadProcess", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadRoleTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "view", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadPreviewViewTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LeadFilterTabParams", "description": null, "fields": null, "inputFields": [{"name": "isEnabled", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "filterMainBox", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBoxParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filterSiblingBoxes", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBoxParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "isCustom", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "operator", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "formula", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LeadRoleTabParams", "description": null, "fields": null, "inputFields": [{"name": "showMyItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showMySharedItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showManagingUnitItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showUnassignedItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": "false"}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LeadPreviewViewTabParams", "description": null, "fields": null, "inputFields": [{"name": "sortBy", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "groupBy", "description": null, "type": {"kind": "ENUM", "name": "LeadGroupBy", "ofType": null}, "defaultValue": "Account"}, {"name": "showCardRanking", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "showCardLabels", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "showCardFitness", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "showCardVelocity", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "showExtraFieldIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "gridColumns", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "GridColumnsOutputParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ArchiveLeadItem", "description": null, "fields": [{"name": "compactViewItem", "description": null, "args": [{"name": "fieldIds", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadCompactViewItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "listViewItem", "description": null, "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "DataGridViewItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "boardViewItem", "description": "Refetch Lead for board view", "args": [], "type": {"kind": "OBJECT", "name": "LeadBoardViewItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadCompactViewItem", "description": "Item data for compact view card items and detail header.\nAll header fields are pre-loaded to achieve fast frontend response on item switching.\nhttps://pipelinersales.atlassian.net/wiki/spaces/PDOC/pages/533470438/4.+Pipeliner+2+Preview+screens#id-4.Pipeliner2Previewscreens-Compactview", "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fields", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadTypeId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortFieldValue", "description": "This value is of any type int, float, datetime, list, because it's defined by type of the sort column", "args": [], "type": {"kind": "OBJECT", "name": "FieldDataContainer", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortIcon", "description": "This value is set if sort by is Owner, SalesUnit, Account, Contact. Otherwise value is NULL", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupName", "description": "This value is set if sort by is Owner, SalesUnit, Account, Contact. Otherwise value is NULL", "args": [], "type": {"kind": "OBJECT", "name": "FieldDataContainer", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": "Is favorite for current user?", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "Owner name.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Owner id.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPicture", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Unit name.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": "Unit id.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPicture", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "fitness", "description": null, "args": [], "type": {"kind": "ENUM", "name": "WarningLevelEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ranking", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "labelFlag", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "daysInQueue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadBoardViewItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fitness", "description": "This field might be null if profile doesn't have it turned on", "args": [], "type": {"kind": "ENUM", "name": "WarningLevelEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupName", "description": "This value is set if group_by is Owner, SalesUnit, Account, ClosingDate. Otherwise value is NULL", "args": [], "type": {"kind": "OBJECT", "name": "FieldDataContainer", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupIcon", "description": "This value is set as URL to picture if group_by is Owner, SalesUnit, Account, ClosingDate. Otherwise value is NULL", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "hotStalledPriorityFlag", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ranking", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ShareActorEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "extraFieldValues", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadStepMetadata", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "LeadStepMetadata", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadStepMetadata", "description": null, "fields": [{"name": "stepId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "age", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadArchiveEntityData", "description": "Compact view middle data.\nhttps://pipelinersales.atlassian.net/wiki/spaces/PDOC/pages/533470438/4.+Pipeliner+2+Preview+screens#id-4.Pipeliner2Previewscreens-Compactview.4", "fields": [{"name": "fields", "description": null, "args": [{"name": "ids", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadOpportunityEntity", "kind": "UNION", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notes", "description": "Notes ordered by note body.", "args": [{"name": "orderBy", "description": "Order Note relations by target Note attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "NoteOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "NoteEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "\n    Paginated connection between pipeliner domain entities.\n    Pages through one to many edge entity connecting origin entity to target entity.\n    If there is no intermediate relation entity table, the target entity is used as edge.\n    ", "args": [{"name": "orderBy", "description": "Order CloudObject relations by target CloudObject attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CloudObjectRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contacts", "description": null, "args": [{"name": "excludePrimary", "description": "If True, do not include primary addressbook record in result set.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "orderBy", "description": "Order Contact relations by target Contact attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptyContactRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accounts", "description": null, "args": [{"name": "excludePrimary", "description": "If True, do not include primary addressbook record in result set.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "orderBy", "description": "Order Account relations by target Account attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptyAccountRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unplannedTasks", "description": "\n    Task with no due date which are not yet completed.\n    ", "args": [{"name": "orderBy", "description": "Order Task relations by target Task attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "plannedActivities", "description": "\n    Planned activities Tasks/Appointments which are not yet completed and planned in the future.\n    ", "args": [{"name": "orderBy", "description": "Order Activity relations by target Activity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastCompletedActivities", "description": "\n    Recent completed activities Tasks/Appointments.\n    ", "args": [{"name": "orderBy", "description": "Order Activity relations by target Activity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastMessages", "description": "\n    Recent Memo messagesTasks/Appointments.\n    ", "args": [{"name": "orderBy", "description": "Order Memo relations by target Memo attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MemoOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactPreviewScreen", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactPreviewScreenProfile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactPreviewScreenProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftProfile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ContactPreviewScreenProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "profile", "description": "Profile for the ContactPreviewProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "ContactPreviewProfileParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactProfileData", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "item", "description": null, "args": [{"name": "view", "description": "Defines settings of view tab of active profile", "type": {"kind": "INPUT_OBJECT", "name": "ContactPreviewViewTabParams", "ofType": null}, "defaultValue": null}, {"name": "id", "description": "Id of view item to retrieve", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ContactItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityData", "description": null, "args": [{"name": "entityId", "description": "ID of the entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ContactEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "Screen", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileScreen", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactPreviewScreenProfile", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactProfileData", "description": null, "fields": [{"name": "listViewItems", "description": null, "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "compactViewItems", "description": null, "args": [{"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}, {"name": "fieldIds", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactCompactViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "mapViewItems", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactMapViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactDataGridViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactCompactViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Items of compact view listing", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactCompactViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groups", "description": "List of groups for items in scrollable view, with their size", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ViewItemGroup", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactCompactViewItem", "description": "Item data for compact view card items and detail header.\nAll header fields are pre-loaded to achieve fast frontend response on item switching.\nhttps://pipelinersales.atlassian.net/wiki/spaces/PDOC/pages/533470438/4.+Pipeliner+2+Preview+screens#id-4.Pipeliner2Previewscreens-Compactview.3", "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fields", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactTypeId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortFieldValue", "description": "This value is of any type int, float, datetime, list, because it's defined by type of the sort column", "args": [], "type": {"kind": "OBJECT", "name": "FieldDataContainer", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactPicture", "description": "Url to contact picture", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "relatedAccounts", "description": "This value is of any type int, float, datetime, list, because it's defined by type of the sort column", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityIdNamePair", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountJobTitle", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "primaryAccountPicture", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": "Unit name.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": "Unit id.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPicture", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "phone", "description": "Primary or secondary phone.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "email", "description": "Primary or secondary email address.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "Owner name.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Owner id.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPicture", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "address", "description": "Address lines.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "city", "description": "City", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "country", "description": "Country", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "stateProvince", "description": "State/province", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "zipCode", "description": "Zip code", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": "Is favorite for current user?", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EntityIdNamePair", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactMapViewItems", "description": null, "fields": [{"name": "missingGeoLocationItems", "description": "Defines number of results which doesn't have geo data resolved yet, this item is set to NULL if result is too large", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isResultTooLarge", "description": "This attribute is set to true if profile contains more result than limit ", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MapViewInterface", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "compactListSessionId", "description": "Session id for compact list panel in map view", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ContactPreviewProfileParams", "description": null, "fields": null, "inputFields": [{"name": "quickFilter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactRoleTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "view", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactPreviewViewTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ContactFilterTabParams", "description": null, "fields": null, "inputFields": [{"name": "isEnabled", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "filterMainBox", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBoxParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filterSiblingBoxes", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBoxParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "isCustom", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "operator", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "formula", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ContactRoleTabParams", "description": null, "fields": null, "inputFields": [{"name": "showMyItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showMySharedItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showManagingUnitItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ContactPreviewViewTabParams", "description": null, "fields": null, "inputFields": [{"name": "sortBy", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "gridColumns", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "GridColumnsOutputParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactItem", "description": null, "fields": [{"name": "compactViewItem", "description": null, "args": [{"name": "fieldIds", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ContactCompactViewItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "listViewItem", "description": null, "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactEntityData", "description": "Compact view middle data.\nhttps://pipelinersales.atlassian.net/wiki/spaces/PDOC/pages/533470438/4.+Pipeliner+2+Preview+screens#id-4.Pipeliner2Previewscreens-Compactview.3", "fields": [{"name": "fields", "description": null, "args": [{"name": "ids", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notes", "description": "Notes ordered by note body.", "args": [{"name": "orderBy", "description": "Order Note relations by target Note attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "NoteOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "NoteEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "\n    Paginated connection between pipeliner domain entities.\n    Pages through one to many edge entity connecting origin entity to target entity.\n    If there is no intermediate relation entity table, the target entity is used as edge.\n    ", "args": [{"name": "orderBy", "description": "Order CloudObject relations by target CloudObject attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CloudObjectRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "openLeads", "description": null, "args": [{"name": "orderBy", "description": "Order Lead relations by target Lead attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptyContactRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "openOpportunities", "description": null, "args": [{"name": "orderBy", "description": "Order Opportunity relations by target Opportunity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptyContactRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "businessOverview", "description": "\n    Amount of related Opportunities split by status in base currency.\n    ", "args": [], "type": {"kind": "OBJECT", "name": "BusinessOverview", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unplannedTasks", "description": "\n    Task with no due date which are not yet completed.\n    ", "args": [{"name": "orderBy", "description": "Order Task relations by target Task attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "plannedActivities", "description": "\n    Planned activities Tasks/Appointments which are not yet completed and planned in the future.\n    ", "args": [{"name": "orderBy", "description": "Order Activity relations by target Activity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "colleagues", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ContactEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relations", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "OrgChartRelation", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relationGraph", "description": null, "args": [{"name": "depth", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "2"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "ContactRelationGraphEdgeEntity", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastCompletedActivities", "description": "\n    Recent completed activities Tasks/Appointments.\n    ", "args": [{"name": "orderBy", "description": "Order Activity relations by target Activity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastMessages", "description": "\n    Recent Memo messagesTasks/Appointments.\n    ", "args": [{"name": "orderBy", "description": "Order Memo relations by target Memo attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MemoOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastContacted", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "LastContactedItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leads", "description": "\n    Paginated connection between pipeliner domain entities.\n    Pages through one to many edge entity connecting origin entity to target entity.\n    If there is no intermediate relation entity table, the target entity is used as edge.\n    ", "args": [{"name": "orderBy", "description": "Order Lead relations by target Lead attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptyContactRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunities", "description": "\n    Paginated connection between pipeliner domain entities.\n    Pages through one to many edge entity connecting origin entity to target entity.\n    If there is no intermediate relation entity table, the target entity is used as edge.\n    ", "args": [{"name": "orderBy", "description": "Order Opportunity relations by target Opportunity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptyContactRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OrgChartRelation", "description": null, "fields": [{"name": "contact", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relatedContacts", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "OrgChartRelatedContact", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OrgChartRelatedContact", "description": null, "fields": [{"name": "contact", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ContactEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "account", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relation", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OrgChartContactRelation", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "OrgChartContactRelation", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Supervisor", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Subordinate", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactRelationGraphEdgeEntity", "description": null, "fields": [{"name": "parentId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "account", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "AccountEntity", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountRelation", "description": null, "args": [], "type": {"kind": "ENUM", "name": "OrgChartContactRelation", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "labels", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "ContactRelationTypeEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relationship", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OrgRelationshipTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountRoles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountRoleEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactRelationTypeEntity", "description": null, "fields": [{"name": "isDeleteProtected", "description": "Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": "Unique identifier of entity.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDeleted", "description": "Specifies if the entity is considered deleted.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "modified", "description": "Last modification time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "created", "description": "Creation time.", "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "color", "description": "Display color of the relationship type label, encoded as an integer packing the RGB components: (red << 16) | (green << 8) | blue.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "label", "description": "Display label of the contact-to-contact relationship type (e.g. Spouse, Colleague).", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "revision", "description": "Revision when entity was lastly changed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": "Checks which permissions current user has on concrete entity instance.", "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactArchiveScreen", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactArchiveScreenProfile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactArchiveScreenProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftProfile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ContactArchiveScreenProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "profile", "description": "Profile for the ContactArchiveProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "ContactArchiveProfileParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactArchiveProfileData", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "item", "description": null, "args": [{"name": "view", "description": "Defines settings of view tab of active profile", "type": {"kind": "INPUT_OBJECT", "name": "ContactPreviewViewTabParams", "ofType": null}, "defaultValue": null}, {"name": "id", "description": "Id of view item to retrieve", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ArchiveContactItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityData", "description": null, "args": [{"name": "entityId", "description": "ID of the entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ContactArchiveEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "Screen", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileScreen", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactArchiveScreenProfile", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactArchiveProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactArchiveProfile", "description": null, "fields": [{"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactPreviewViewTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ContactProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactArchiveProfileData", "description": null, "fields": [{"name": "listViewItems", "description": null, "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactArchiveDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactArchiveDataGridViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ContactArchiveProfileParams", "description": null, "fields": null, "inputFields": [{"name": "quickFilter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactRoleTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "view", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactPreviewViewTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ArchiveContactItem", "description": null, "fields": [{"name": "compactViewItem", "description": null, "args": [{"name": "fieldIds", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ContactCompactViewItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "listViewItem", "description": null, "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactArchiveEntityData", "description": null, "fields": [{"name": "fields", "description": null, "args": [{"name": "ids", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadPreviewScreen", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadPreviewScreenProfile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadPreviewScreenProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftProfile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "LeadPreviewScreenProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "item", "description": null, "args": [{"name": "view", "description": "Defines settings of view tab of active profile", "type": {"kind": "INPUT_OBJECT", "name": "LeadPreviewViewTabParams", "ofType": null}, "defaultValue": null}, {"name": "id", "description": "Id of view item to retrieve", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "profile", "description": "Profile for the LeadPreviewProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "LeadPreviewProfileParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadProfileData", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityData", "description": null, "args": [{"name": "entityId", "description": "ID of the entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "Screen", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileScreen", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadPreviewScreenProfile", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadItem", "description": null, "fields": [{"name": "compactViewItem", "description": null, "args": [{"name": "fieldIds", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadCompactViewItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "listViewItem", "description": null, "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "DataGridViewItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "boardViewItem", "description": "Refetch Lead for board view", "args": [], "type": {"kind": "OBJECT", "name": "LeadBoardViewItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadProfileData", "description": null, "fields": [{"name": "compactViewItems", "description": null, "args": [{"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}, {"name": "fieldIds", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadCompactViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "listViewItems", "description": null, "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "mapViewItems", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadMapViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "boardViewItems", "description": null, "args": [{"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}, {"name": "includeLeadStep", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "includeQualifiedStep", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadBoardViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadCompactViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Items of compact view listing", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadCompactViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groups", "description": "List of groups for items in scrollable view, with their size", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ViewItemGroup", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadDataGridViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadMapViewItems", "description": null, "fields": [{"name": "missingGeoLocationItems", "description": "Defines number of results which doesn't have geo data resolved yet, this item is set to NULL if result is too large", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isResultTooLarge", "description": "This attribute is set to true if profile contains more result than limit ", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MapViewInterface", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "compactListSessionId", "description": "Session id for compact list panel in map view", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "insufficientDataItems", "description": "Defines number of results which doesn't have linked primary account", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "insufficientListSessionId", "description": "Session id for insufficient list panel in map view", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "insufficientListSessionFirstItemId", "description": "First item in insufficient list", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadBoardViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "columns", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadBoardColumnItems", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotBaseDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadBoardColumnItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Item of columns", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadBoardViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepDocuments", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectStepRelationEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepSummary", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadStepSummaryInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadStepSummaryInfo", "description": null, "fields": [{"name": "stepId", "description": "An id of a step just in case it's not in the same order as on the client", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "itemCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readyToMoveCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readyToMoveIds", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LeadPreviewProfileParams", "description": null, "fields": null, "inputFields": [{"name": "quickFilter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "leadProcess", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadRoleTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "view", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadPreviewViewTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadEntityData", "description": "Compact view middle data.\nhttps://pipelinersales.atlassian.net/wiki/spaces/PDOC/pages/533470438/4.+Pipeliner+2+Preview+screens#id-4.Pipeliner2Previewscreens-Compactview", "fields": [{"name": "nodes", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "OrgChartLeadOpptyNodeEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relations", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "OrgChartRelation", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactRelations", "description": null, "args": [{"name": "ids", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "LIST", "name": null, "ofType": {"name": "OrgChartRelation", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "linesOfInfluence", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactLineOfInfluence", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groups", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OrgChartLeadOpptyGroupEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fields", "description": null, "args": [{"name": "ids", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notes", "description": "Notes ordered by note body.", "args": [{"name": "orderBy", "description": "Order Note relations by target Note attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "NoteOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "NoteEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "\n    Paginated connection between pipeliner domain entities.\n    Pages through one to many edge entity connecting origin entity to target entity.\n    If there is no intermediate relation entity table, the target entity is used as edge.\n    ", "args": [{"name": "orderBy", "description": "Order CloudObject relations by target CloudObject attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CloudObjectRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contacts", "description": null, "args": [{"name": "excludePrimary", "description": "If True, do not include primary addressbook record in result set.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "orderBy", "description": "Order Contact relations by target Contact attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptyContactRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accounts", "description": null, "args": [{"name": "excludePrimary", "description": "If True, do not include primary addressbook record in result set.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "orderBy", "description": "Order Account relations by target Account attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptyAccountRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unplannedTasks", "description": "\n    Task with no due date which are not yet completed.\n    ", "args": [{"name": "orderBy", "description": "Order Task relations by target Task attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "plannedActivities", "description": "\n    Planned activities Tasks/Appointments which are not yet completed and planned in the future.\n    ", "args": [{"name": "orderBy", "description": "Order Activity relations by target Activity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastCompletedActivities", "description": "\n    Recent completed activities Tasks/Appointments.\n    ", "args": [{"name": "orderBy", "description": "Order Activity relations by target Activity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastMessages", "description": "\n    Recent Memo messagesTasks/Appointments.\n    ", "args": [{"name": "orderBy", "description": "Order Memo relations by target Memo attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MemoOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "fitnessDescription", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FitnessDescription", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OrgChartLeadOpptyNodeEntity", "description": null, "fields": [{"name": "contact", "description": null, "args": [], "type": {"kind": "UNION", "name": "OrgChartContactUnion", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentContact", "description": null, "args": [], "type": {"kind": "UNION", "name": "OrgChartContactUnion", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentContactId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesRoles", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "SalesRoleEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "comment", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "relationship", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OrgRelationshipTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountRoles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountRoleEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "position", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "Position", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OrgChartLeadOpptyGroupEntity", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "color", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "position", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Rectangle", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityPreviewScreen", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityPreviewScreenProfile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityPreviewScreenProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftProfile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "OpportunityPreviewScreenProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "item", "description": null, "args": [{"name": "view", "description": "Defines settings of view tab of active profile", "type": {"kind": "INPUT_OBJECT", "name": "OpportunityPreviewViewTabParams", "ofType": null}, "defaultValue": null}, {"name": "target", "description": "Defines settings of target tab of active profile", "type": {"kind": "INPUT_OBJECT", "name": "OpportunityPreviewTargetTabParams", "ofType": null}, "defaultValue": null}, {"name": "id", "description": "Id of view item to retrieve", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OpportunityItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "profile", "description": "Profile for the OpportunityPreviewProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "OpportunityPreviewProfileParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityProfileData", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityData", "description": null, "args": [{"name": "entityId", "description": "ID of the entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OpportunityEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "Screen", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileScreen", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityPreviewScreenProfile", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityItem", "description": null, "fields": [{"name": "compactViewItem", "description": null, "args": [{"name": "fieldIds", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OpportunityCompactViewItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelineViewItem", "description": "Refetch Opportunity for pipeline view. In case of lead, result is null.", "args": [], "type": {"kind": "OBJECT", "name": "PipelineViewItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "listViewItem", "description": "Refetch Opportunity for list view. In case of lead, result is null.", "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "DataGridViewItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "bubbleViewItem", "description": "Refetch Opportunity for bubble view. In case of lead, result is null.", "args": [], "type": {"kind": "OBJECT", "name": "OpportunityBubbleViewItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "PipelineViewItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ranking", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "hotStalledPriorityFlag", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ShareActorEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": "Leads has this set to NULL, value of this fields depends on the target settings", "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupName", "description": "This value is set if group_by is Owner, SalesUnit, Account, ClosingDate. Otherwise value is NULL", "args": [], "type": {"kind": "OBJECT", "name": "FieldDataContainer", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupIcon", "description": "This value is set as URL to picture if group_by is Owner, SalesUnit, Account, ClosingDate. Otherwise value is NULL", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isExcluded", "description": "Defines if item has been excluded from target calculation", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isWithinCurrentTarget", "description": "Defines if item is within target period", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "fitness", "description": "This field might be null if profile doesn't have it turned on", "args": [], "type": {"kind": "ENUM", "name": "WarningLevelEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "extraFieldValues", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunityStepMetadata", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityStepMetadata", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunityWonStepMetadata", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "OpportunityWonStepMetadata", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadStepMetadata", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "LeadStepMetadata", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityStepMetadata", "description": null, "fields": [{"name": "stepId", "description": "An id of a step just in case it's not in the same order as on the client", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currentTargetValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "currentOpptyValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "comparisonTargetValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "age", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityWonStepMetadata", "description": null, "fields": [{"name": "stepId", "description": "An id of a step just in case it's not in the same order as on the client", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "currentTargetValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "currentOpptyValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "comparisonTargetValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "age", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityBubbleViewItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunityStepMetadata", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityStepMetadata", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunityWonStepMetadata", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "OpportunityWonStepMetadata", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "date", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DateTime", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupName", "description": "This value is set if group_by is Owner, SalesUnit, Account, ClosingDate. Otherwise value is NULL", "args": [], "type": {"kind": "OBJECT", "name": "FieldDataContainer", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupIcon", "description": "This value is set as URL to picture if group_by is Owner, SalesUnit, Account, ClosingDate. Otherwise value is NULL", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "fitness", "description": "This field might be null if profile doesn't have it turned on", "args": [], "type": {"kind": "ENUM", "name": "WarningLevelEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isExcluded", "description": "Defines if item has been excluded from target calculation", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isWithinCurrentTarget", "description": "Defines if item is within target period", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ranking", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "hotStalledPriorityFlag", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpportunityPreviewViewTabParams", "description": null, "fields": null, "inputFields": [{"name": "sortBy", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "groupBy", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityGroupBy", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "showCardValue", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showCardRanking", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showCardLabels", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showCardVelocity", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showCardFitness", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showExtraFieldIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "showOutsideTarget", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showUnassignedLead", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showExcludedItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "bubbleChartSizeCalculatedBy", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SizeCalculatedBy", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "gridColumns", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "GridColumnsOutputParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpportunityPreviewTargetTabParams", "description": null, "fields": null, "inputFields": [{"name": "targetValueFieldId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "targetPeriodCurrent", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOptionParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "targetSource", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TargetSourceKind", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "goal", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "targetValueType", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TargetValueType", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "targetPeriodCompare", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodCompareOptionParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "showTargetOnTop", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "targetDefinition", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityProfileData", "description": null, "fields": [{"name": "compactViewItems", "description": null, "args": [{"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}, {"name": "fieldIds", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "showLeads", "description": "Show leads in Opportunity compact view.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityCompactViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "listViewItems", "description": null, "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelineViewItems", "description": null, "args": [{"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}, {"name": "includeLeadStep", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "includeOpportunitySteps", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityPipelineViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "bubbleViewItems", "description": null, "args": [{"name": "dateFrom", "description": "Start date of range", "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}, {"name": "dateTo", "description": "End date of range", "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityBubbleViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "mapViewItems", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityMapViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetView", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityTarget", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityCompactViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Items of compact view listing", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityCompactViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groups", "description": "List of groups for items in scrollable view, with their size", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ViewItemGroup", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityDataGridViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityPipelineViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "columns", "description": "Pipeline steps that contains opportunity data", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityPipelineColumnItems", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "target", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityTarget", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotBaseDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityPipelineColumnItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Item of columns", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "PipelineViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepDocuments", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectStepRelationEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepSummary", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "StepSummaryInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "StepSummaryInfo", "description": null, "fields": [{"name": "stepId", "description": "An id of a step just in case it's not in the same order as on the client", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "itemCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readyToMoveCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readyToMoveIds", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "velocityOverdueCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "velocityOverdueIds", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityTarget", "description": null, "fields": [{"name": "currentValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "currentPeriod", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DatePeriod", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "comparisonValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "comparisonPeriod", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "DatePeriod", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "goalValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityBubbleViewItems", "description": null, "fields": [{"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityBubbleViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "maxValue", "description": "Defines max value/size of item in view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "minValue", "description": "Defines min value/size of item in view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepSummary", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "StepSummaryInfo", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "target", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityTarget", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}, {"kind": "INTERFACE", "name": "SnapshotDateRangedDataInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "SnapshotDateRangedDataInterface", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view indexed by date range", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ViewItemInterface", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "OpportunityBubbleViewItems", "ofType": null}]}, {"kind": "INPUT_OBJECT", "name": "OpportunityPreviewProfileParams", "description": null, "fields": null, "inputFields": [{"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadOpportunityFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "salesPipeline", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityRoleTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "quickFilter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "target", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityPreviewTargetTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "view", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityPreviewViewTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityEntityData", "description": "Compact view middle data.\nhttps://pipelinersales.atlassian.net/wiki/spaces/PDOC/pages/533470438/4.+Pipeliner+2+Preview+screens#id-4.Pipeliner2Previewscreens-Compactview", "fields": [{"name": "nodes", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "OrgChartLeadOpptyNodeEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relations", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "OrgChartRelation", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactRelations", "description": null, "args": [{"name": "ids", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "LIST", "name": null, "ofType": {"name": "OrgChartRelation", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "linesOfInfluence", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactLineOfInfluence", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groups", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OrgChartLeadOpptyGroupEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fields", "description": null, "args": [{"name": "ids", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadOpportunityEntity", "kind": "UNION", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notes", "description": "Notes ordered by note body.", "args": [{"name": "orderBy", "description": "Order Note relations by target Note attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "NoteOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "NoteEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "\n    Paginated connection between pipeliner domain entities.\n    Pages through one to many edge entity connecting origin entity to target entity.\n    If there is no intermediate relation entity table, the target entity is used as edge.\n    ", "args": [{"name": "orderBy", "description": "Order CloudObject relations by target CloudObject attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CloudObjectRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contacts", "description": null, "args": [{"name": "excludePrimary", "description": "If True, do not include primary addressbook record in result set.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "orderBy", "description": "Order Contact relations by target Contact attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptyContactRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accounts", "description": null, "args": [{"name": "excludePrimary", "description": "If True, do not include primary addressbook record in result set.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "orderBy", "description": "Order Account relations by target Account attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptyAccountRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unplannedTasks", "description": "\n    Task with no due date which are not yet completed.\n    ", "args": [{"name": "orderBy", "description": "Order Task relations by target Task attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "plannedActivities", "description": "\n    Planned activities Tasks/Appointments which are not yet completed and planned in the future.\n    ", "args": [{"name": "orderBy", "description": "Order Activity relations by target Activity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastCompletedActivities", "description": "\n    Recent completed activities Tasks/Appointments.\n    ", "args": [{"name": "orderBy", "description": "Order Activity relations by target Activity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastMessages", "description": "\n    Recent Memo messagesTasks/Appointments.\n    ", "args": [{"name": "orderBy", "description": "Order Memo relations by target Memo attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MemoOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "fitnessDescription", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FitnessDescription", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isExcluded", "description": "Marks if Opportunity contributes its value to the target value calculation.", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuotePreviewScreen", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuotePreviewScreenProfile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuotePreviewScreenProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftProfile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "QuotePreviewScreenProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "item", "description": null, "args": [{"name": "view", "description": "Defines settings of view tab of active profile", "type": {"kind": "INPUT_OBJECT", "name": "QuotePreviewViewTabParams", "ofType": null}, "defaultValue": null}, {"name": "id", "description": "Id of view item to retrieve", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "QuoteItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "profile", "description": "Profile for the QuotePreviewProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "QuotePreviewProfileParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteProfileData", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityData", "description": null, "args": [{"name": "entityId", "description": "ID of the entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "QuoteEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "Screen", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileScreen", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuotePreviewScreenProfile", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuotePreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteItem", "description": null, "fields": [{"name": "compactViewItem", "description": null, "args": [{"name": "fieldIds", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "QuoteCompactViewItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "listViewItem", "description": null, "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "DataGridViewItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "boardViewItem", "description": "Refetch Quote for board view", "args": [], "type": {"kind": "OBJECT", "name": "QuoteBoardViewItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteBoardViewItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupName", "description": "This value is set if group_by is Owner, SalesUnit, Account, ClosingDate. Otherwise value is NULL", "args": [], "type": {"kind": "OBJECT", "name": "FieldDataContainer", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupIcon", "description": "This value is set as URL to picture if group_by is Owner, SalesUnit, Account, ClosingDate. Otherwise value is NULL", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "expirationDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "extraFieldValues", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteStepMetadata", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "QuoteStepMetadata", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteStepMetadata", "description": null, "fields": [{"name": "stepId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "QuotePreviewViewTabParams", "description": null, "fields": null, "inputFields": [{"name": "sortBy", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "groupBy", "description": null, "type": {"kind": "ENUM", "name": "QuoteGroupBy", "ofType": null}, "defaultValue": "Account"}, {"name": "gridColumns", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "GridColumnsOutputParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "showCardLabels", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "showExtraFieldIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteProfileData", "description": null, "fields": [{"name": "listViewItems", "description": null, "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "boardViewItems", "description": null, "args": [{"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteBoardViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteDataGridViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteBoardViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "columns", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteBoardColumnItems", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotBaseDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteBoardColumnItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Item of columns", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteBoardViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepDocuments", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectStepRelationEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepSummary", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteStepSummaryInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteStepSummaryInfo", "description": null, "fields": [{"name": "stepId", "description": "An id of a step just in case it's not in the same order as on the client", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "itemCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readyToMoveCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readyToMoveIds", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "QuotePreviewProfileParams", "description": null, "fields": null, "inputFields": [{"name": "quickFilter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "quoteProcess", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteRoleTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "view", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuotePreviewViewTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "QuoteFilterTabParams", "description": null, "fields": null, "inputFields": [{"name": "isEnabled", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "filterMainBox", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBoxParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filterSiblingBoxes", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBoxParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "isCustom", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "operator", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "formula", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "QuoteRoleTabParams", "description": null, "fields": null, "inputFields": [{"name": "showMyItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showMySharedItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showManagingUnitItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteEntityData", "description": "Compact view middle data.\nhttps://pipelinersales.atlassian.net/wiki/spaces/PDOC/pages/533470438/4.+Pipeliner+2+Preview+screens#id-4.Pipeliner2Previewscreens-Compactview", "fields": [{"name": "fields", "description": null, "args": [{"name": "ids", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notes", "description": "Notes ordered by note body.", "args": [{"name": "orderBy", "description": "Order Note relations by target Note attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "NoteOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "NoteEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "\n    Paginated connection between pipeliner domain entities.\n    Pages through one to many edge entity connecting origin entity to target entity.\n    If there is no intermediate relation entity table, the target entity is used as edge.\n    ", "args": [{"name": "orderBy", "description": "Order CloudObject relations by target CloudObject attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CloudObjectRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contacts", "description": null, "args": [{"name": "excludePrimary", "description": "If True, do not include primary addressbook record in result set.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "orderBy", "description": "Order Contact relations by target Contact attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "QuoteContactRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accounts", "description": null, "args": [{"name": "excludePrimary", "description": "If True, do not include primary addressbook record in result set.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "orderBy", "description": "Order Account relations by target Account attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "QuoteAccountRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unplannedTasks", "description": "\n    Task with no due date which are not yet completed.\n    ", "args": [{"name": "orderBy", "description": "Order Task relations by target Task attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "plannedActivities", "description": "\n    Planned activities Tasks/Appointments which are not yet completed and planned in the future.\n    ", "args": [{"name": "orderBy", "description": "Order Activity relations by target Activity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastCompletedActivities", "description": "\n    Recent completed activities Tasks/Appointments.\n    ", "args": [{"name": "orderBy", "description": "Order Activity relations by target Activity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastMessages", "description": "\n    Recent Memo messagesTasks/Appointments.\n    ", "args": [{"name": "orderBy", "description": "Order Memo relations by target Memo attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MemoOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteArchiveScreen", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteArchiveScreenProfile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteArchiveScreenProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftProfile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "QuoteArchiveScreenProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "profile", "description": "Profile for the QuoteArchiveProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "QuoteArchiveProfileParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteArchiveProfileData", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "item", "description": null, "args": [{"name": "view", "description": "Defines settings of view tab of active profile", "type": {"kind": "INPUT_OBJECT", "name": "QuotePreviewViewTabParams", "ofType": null}, "defaultValue": null}, {"name": "id", "description": "Id of view item to retrieve", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ArchiveQuoteItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityData", "description": null, "args": [{"name": "entityId", "description": "ID of the entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "QuoteArchiveEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "Screen", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileScreen", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteArchiveScreenProfile", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteArchiveProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteArchiveProfile", "description": null, "fields": [{"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quoteProcess", "description": "Identifiers of the quote processes the profile is restricted to. Null includes all quote processes.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuotePreviewViewTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuoteProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "RoleProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteArchiveProfileData", "description": null, "fields": [{"name": "listViewItems", "description": null, "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteArchiveDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "boardViewItems", "description": null, "args": [{"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteArchiveBoardViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteArchiveDataGridViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteArchiveBoardViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "columns", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteArchiveBoardColumnItems", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotBaseDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteArchiveBoardColumnItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Item of columns", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "QuoteArchiveBoardViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepDocuments", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectStepRelationEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepSummary", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteArchiveStepSummaryInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteArchiveBoardViewItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupName", "description": "This value is set if group_by is Owner, SalesUnit, Account, ClosingDate. Otherwise value is NULL", "args": [], "type": {"kind": "OBJECT", "name": "FieldDataContainer", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "groupIcon", "description": "This value is set as URL to picture if group_by is Owner, SalesUnit, Account, ClosingDate. Otherwise value is NULL", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "expirationDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "JSONString", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "extraFieldValues", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteArchiveStepSummaryInfo", "description": null, "fields": [{"name": "stepId", "description": "An id of a step just in case it's not in the same order as on the client", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "itemCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "QuoteArchiveProfileParams", "description": null, "fields": null, "inputFields": [{"name": "quickFilter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "quoteProcess", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteRoleTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "view", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuotePreviewViewTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ArchiveQuoteItem", "description": null, "fields": [{"name": "compactViewItem", "description": null, "args": [{"name": "fieldIds", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "QuoteCompactViewItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "listViewItem", "description": null, "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "DataGridViewItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "boardViewItem", "description": "Refetch Quote for board view", "args": [], "type": {"kind": "OBJECT", "name": "QuoteBoardViewItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteArchiveEntityData", "description": "Compact view middle data.\nhttps://pipelinersales.atlassian.net/wiki/spaces/PDOC/pages/533470438/4.+Pipeliner+2+Preview+screens#id-4.Pipeliner2Previewscreens-Compactview.4", "fields": [{"name": "fields", "description": null, "args": [{"name": "ids", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notes", "description": "Notes ordered by note body.", "args": [{"name": "orderBy", "description": "Order Note relations by target Note attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "NoteOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "NoteEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "documents", "description": "\n    Paginated connection between pipeliner domain entities.\n    Pages through one to many edge entity connecting origin entity to target entity.\n    If there is no intermediate relation entity table, the target entity is used as edge.\n    ", "args": [{"name": "orderBy", "description": "Order CloudObject relations by target CloudObject attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CloudObjectOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CloudObjectRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contacts", "description": null, "args": [{"name": "excludePrimary", "description": "If True, do not include primary addressbook record in result set.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "orderBy", "description": "Order Contact relations by target Contact attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "QuoteContactRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accounts", "description": null, "args": [{"name": "excludePrimary", "description": "If True, do not include primary addressbook record in result set.", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "orderBy", "description": "Order Account relations by target Account attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "QuoteAccountRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unplannedTasks", "description": "\n    Task with no due date which are not yet completed.\n    ", "args": [{"name": "orderBy", "description": "Order Task relations by target Task attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "TaskOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "plannedActivities", "description": "\n    Planned activities Tasks/Appointments which are not yet completed and planned in the future.\n    ", "args": [{"name": "orderBy", "description": "Order Activity relations by target Activity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastCompletedActivities", "description": "\n    Recent completed activities Tasks/Appointments.\n    ", "args": [{"name": "orderBy", "description": "Order Activity relations by target Activity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastMessages", "description": "\n    Recent Memo messagesTasks/Appointments.\n    ", "args": [{"name": "orderBy", "description": "Order Memo relations by target Memo attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "MemoOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "MessageRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectPreviewScreen", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectPreviewScreenProfile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectPreviewScreenProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftProfile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ProjectPreviewScreenProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "profile", "description": "Profile for the ProjectPreviewProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "ProjectPreviewProfileParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectProfileData", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "item", "description": null, "args": [{"name": "view", "description": "Defines settings of view tab of active ProjectItem", "type": {"kind": "INPUT_OBJECT", "name": "ProjectPreviewViewTabParams", "ofType": null}, "defaultValue": null}, {"name": "id", "description": "Id of view item to retrieve", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ProjectItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityData", "description": null, "args": [{"name": "entityId", "description": "ID of the entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ProjectEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "Screen", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileScreen", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectPreviewScreenProfile", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectProfileData", "description": null, "fields": [{"name": "listViewItems", "description": null, "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "compactViewItems", "description": null, "args": [{"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}, {"name": "fieldIds", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectCompactViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "drilldown", "description": null, "args": [{"name": "ids", "description": "List of project ids. If null filter by profile.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectDataGridViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectCompactViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Items of compact view listing", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectCompactViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "groups", "description": "List of groups for items in scrollable view, with their size", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ViewItemGroup", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectCompactViewItem", "description": "Item data for compact view card items and detail header.\nAll header fields are pre-loaded to achieve fast frontend response on item switching.\nhttps://pipelinersales.atlassian.net/wiki/spaces/PDOC/pages/533470438/4.+Pipeliner+2+Preview+screens#id-4.Pipeliner2Previewscreens-Compactview.2", "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "fields", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unit", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitPicture", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": "Owner name.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerId", "description": "Owner id.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerPicture", "description": "Owner name.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": "Is favorite for current user?", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectDrilldownModel", "description": null, "fields": [{"name": "listViewItems", "description": null, "args": [{"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectDrilldownFilterParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectDrilldownDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectDrilldownDataGridViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sumItem", "description": "Sums of numeric fields", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldDataContainer", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "averageItem", "description": "Averages of numeric fields", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldDataContainer", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProjectDrilldownFilterParams", "description": null, "fields": null, "inputFields": [{"name": "ownerId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProjectPreviewProfileParams", "description": null, "fields": null, "inputFields": [{"name": "quickFilter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectRoleTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "view", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectPreviewViewTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProjectFilterTabParams", "description": null, "fields": null, "inputFields": [{"name": "isEnabled", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "filterMainBox", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBoxParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filterSiblingBoxes", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBoxParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "isCustom", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "operator", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "formula", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProjectRoleTabParams", "description": null, "fields": null, "inputFields": [{"name": "showMyItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showMySharedItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showManagingUnitItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProjectPreviewViewTabParams", "description": null, "fields": null, "inputFields": [{"name": "sortBy", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "gridColumns", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "GridColumnsOutputParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectItem", "description": null, "fields": [{"name": "listViewItem", "description": null, "args": [{"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectEntityData", "description": null, "fields": [{"name": "fields", "description": null, "args": [{"name": "ids", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "openOpportunities", "description": null, "args": [{"name": "orderBy", "description": "Order Opportunity relations by target Opportunity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadOpptyAccountRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "plannedActivities", "description": "\n    Planned activities Tasks/Appointments which are not yet completed and planned in the future.\n    ", "args": [{"name": "orderBy", "description": "Order Activity relations by target Activity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lastCompletedActivities", "description": "\n    Recent completed activities Tasks/Appointments.\n    ", "args": [{"name": "orderBy", "description": "Order Activity relations by target Activity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "objectives", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ObjectiveStatusCount", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectStatusCount", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "revenueAchieved", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ObjectiveStatusCount", "description": null, "fields": [{"name": "notStarted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "inProgress", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "completed", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "atRisk", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectStatusCount", "description": null, "fields": [{"name": "notStarted", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "inProgress", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "completed", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "overdue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NavigatorScreen", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "NavigatorScreenProfile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NavigatorScreenProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftProfile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "NavigatorScreenProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "profile", "description": "Profile for the NavigatorPreviewProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "NavigatorPreviewProfileParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NavigatorProfileData", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "Screen", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileScreen", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NavigatorScreenProfile", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NavigatorPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NavigatorPreviewProfile", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NavigatorProfileFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesPipeline", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileStandardRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "target", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NavigatorTargetTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NavigatorProfileFilterTab", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the owner and unit filters are applied. When false, the filter is ignored.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterByOwnerId", "description": "Owner id, that should be filtered, if NULL filter is not applied.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterByUnitIds", "description": "List of unit ids to include. If NULL filter is not applied. On empty list, selects no record.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileFilterBaseInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NavigatorTargetTab", "description": null, "fields": [{"name": "targetValueFieldId", "description": "Identifier of the field whose values are summed and compared against the target goal.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetPeriodCurrent", "description": "Period the target is measured over.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetValueType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TargetValueType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "goal", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "targetPeriodCompare", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodCompareOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "TargetTabInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NavigatorProfileData", "description": null, "fields": [{"name": "targetOverview", "description": "Target overview data can be empty in case that user hasn't read only or full access for Opportunities set in user role.", "args": [], "type": {"kind": "OBJECT", "name": "NavigatorTargetOverview", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "notifications", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NavigatorNotifications", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "suggestions", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NavigatorSuggestions", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "businessOverview", "description": "Business overview data can be empty in case that user hasn't read only or full access for Opportunities set in user role.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NavigatorBusinessOverview", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "agenda", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Agenda", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NavigatorTargetOverview", "description": null, "fields": [{"name": "trendChart", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "NavigatorTargetOverviewTrendChart", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "target", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NavigatorTargetOverviewTarget", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NavigatorTargetOverviewTrendChart", "description": null, "fields": [{"name": "trendChartData", "description": "Return value can be empty list in case that user has no access to opportunity or selected\n        period is in past", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "NavigatorTrendChartData", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "todaysWonValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "remainingDays", "description": "null if current day is outside of Target or end of target period is undefined", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "periodStart", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "periodEnd", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "drilldown", "description": null, "args": [{"name": "date", "description": "Defines a date of the clicked spot on the graph", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NavigatorTrendChartData", "description": null, "fields": [{"name": "date", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "weightedValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "rankedValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "balancedValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "unweightedValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "wonValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DrilldownModel", "description": null, "fields": [{"name": "listViewItems", "description": null, "args": [{"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadOpptyDrilldownFilterParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityDrilldownDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityDrilldownDataGridViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sumItem", "description": "Sums of numeric fields", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldDataContainer", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "averageItem", "description": "Averages of numeric fields", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldDataContainer", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LeadOpptyDrilldownFilterParams", "description": null, "fields": null, "inputFields": [{"name": "ownerId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NavigatorTargetOverviewTarget", "description": null, "fields": [{"name": "status", "description": null, "args": [], "type": {"kind": "ENUM", "name": "TargetStatus", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "target", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityTarget", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "TargetStatus", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Healthy", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SetGoal", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Problem", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Reached", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "NavigatorNotifications", "description": null, "fields": [{"name": "tasks", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NavigatorNotificationsTasks", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "missedCloseDate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NavigatorNotificationsOverdueOpportunities", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "velocityIssues", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NavigatorNotificationsVelocityIssues", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "topOpenOpportunities", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "NavigatorNotificationsTopOpenOpportunities", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NavigatorNotificationsTasks", "description": null, "fields": [{"name": "overdueTasksCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "allTasksCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "overdueTasksList", "description": null, "args": [{"name": "before", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "NotificationTaskOverviewConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NotificationTaskOverviewConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "NotificationTaskOverviewEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NotificationTaskOverviewEdge", "description": "A Relay edge containing a `NotificationTaskOverview` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "NotificationTaskOverview", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NotificationTaskOverview", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "subject", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dueDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "OverdueTaskOverview", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NavigatorNotificationsOverdueOpportunities", "description": null, "fields": [{"name": "overdueOpportunitiesCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "overdueOpportunitiesSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "overdueOpportunitiesList", "description": null, "args": [{"name": "before", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "NotificationOverdueItemConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NotificationOverdueItemConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "NotificationOverdueItemEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NotificationOverdueItemEdge", "description": "A Relay edge containing a `NotificationOverdueItem` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "NotificationOverdueItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NotificationOverdueItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "daysAgo", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NavigatorNotificationsVelocityIssues", "description": null, "fields": [{"name": "velocityIssuesCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "velocityIssuesSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "velocityIssuesList", "description": null, "args": [{"name": "before", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "NotificationOverdueItemConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NavigatorNotificationsTopOpenOpportunities", "description": null, "fields": [{"name": "topOpportunitiesTotalValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "topOpportunitiesSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "topOpportunitiesCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "topOpportunitiesList", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "NotificationTopOpportunity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NotificationTopOpportunity", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ownerName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NavigatorSuggestions", "description": null, "fields": [{"name": "readyToQualifySession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "readyToQualifyCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readyToMoveSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "readyToMoveCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "newLeadsSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "newLeadsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "oldLeadsSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "oldLeadsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lazyOpportunitiesSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lazyOpportunitiesCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "noOpportunities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "noLeads", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "frozenAccountsSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "frozenAccountsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountsWithoutBusinessSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountsWithoutBusinessCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NavigatorBusinessOverview", "description": null, "fields": [{"name": "openCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "openSum", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "wonCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "wonSum", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lostCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lostSum", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "openSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "wonSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lostSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "Agenda", "description": null, "fields": [{"name": "lastMonthResultToYearAverage", "description": "Display only in first working day of month. Calculate it as: sum of values of all won oppties last month / target goal * 100", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "achievedTargetGoalPercent", "description": "Display only in first working day of month. Calculate it as: difference = sum of values of all won oppties last month - average monthly won sum 12 months ago (without last month). result = difference / average monthly won sum 12 months ago (without last month)", "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": null, "args": [{"name": "before", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "NavigatorAgendaItemConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "overdueTasks", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OverdueTasks", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "NavigatorPreviewProfileParams", "description": null, "fields": null, "inputFields": [{"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NavigatorProfileFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "salesPipeline", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileStandardRoleTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "target", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NavigatorTargetTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "NavigatorProfileFilterTabParams", "description": null, "fields": null, "inputFields": [{"name": "isEnabled", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "filterByOwnerId", "description": null, "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "defaultValue": null}, {"name": "filterByUnitIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProfileStandardRoleTabParams", "description": null, "fields": null, "inputFields": [{"name": "showMyItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showMySharedItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showManagingUnitItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "NavigatorTargetTabParams", "description": null, "fields": null, "inputFields": [{"name": "targetValueFieldId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "targetPeriodCurrent", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOptionParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "targetValueType", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TargetValueType", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "goal", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "targetPeriodCompare", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodCompareOptionParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "BetterNavigatorScreen", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "BetterNavigatorScreenProfile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "BetterNavigatorScreenProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftProfile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "BetterNavigatorScreenProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "profile", "description": "Profile for the BetterNavigatorPreviewProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "BetterNavigatorPreviewProfileParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "BetterNavigatorProfileData", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "Screen", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileScreen", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "BetterNavigatorScreenProfile", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "BetterNavigatorPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "syncEnabled", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "syncEntityId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "BetterNavigatorProfileData", "description": null, "fields": [{"name": "charts", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardChartData", "kind": "UNION", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "drilldown", "description": null, "args": [{"name": "chartIndex", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "seriesIndex", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "itemIndex", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "scorecardComparison", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "sankey", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "SankeyDrilldownInput", "ofType": null}, "defaultValue": null}, {"name": "showRelatedRecords", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "drilldownOpportunitiesTrend", "description": null, "args": [{"name": "chartIndex", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "itemValue", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "drilldownTile", "description": null, "args": [{"name": "chartIndex", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "drilldownTarget", "description": null, "args": [{"name": "chartIndex", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "drilldownKpi", "description": null, "args": [{"name": "chartIndex", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "periodType", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodValueTypeEnum", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DashboardDrilldownModel", "description": null, "fields": [{"name": "listViewItems", "description": null, "args": [{"name": "filter", "description": null, "type": {"kind": "SCALAR", "name": "DrilldownFilterJSONString", "ofType": null}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}, {"name": "maxRecords", "description": "Max total records to return. If null, then no limit.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "GenericDrilldownDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "SankeyDrilldownInput", "description": null, "fields": null, "inputFields": [{"name": "nodeIds", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}}, "defaultValue": null}, {"name": "linkNodeId", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "PeriodValueTypeEnum", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "CurrentValue", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CompareValue", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "BetterNavigatorPreviewProfileParams", "description": null, "fields": null, "inputFields": [{"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardFilterParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "items", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DashboardItemParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DashboardRoleParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "DashboardFilterParams", "description": null, "fields": null, "inputFields": [{"name": "isEnabled", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "ownerIds", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "defaultValue": null}, {"name": "unitIds", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "DashboardItemParams", "description": null, "fields": null, "inputFields": [{"name": "id", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "position", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "RectangleParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "chart", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "JSONString", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "name", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "nameUseLang", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": "false"}, {"name": "description", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "descriptionUseLang", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": "false"}, {"name": "color", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "headerColor", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "RectangleParams", "description": null, "fields": null, "inputFields": [{"name": "x", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "y", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "width", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "height", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "DashboardRoleParams", "description": null, "fields": null, "inputFields": [{"name": "showMyItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showMySharedItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showManagingUnitItems", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "isEnabled", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedScreen", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedScreenProfile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedScreenProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftProfile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "FeedScreenProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [{"name": "streamType", "description": "Defines stream to use as additional filter on top of profile.", "type": {"kind": "ENUM", "name": "FeedStreamTypeEnum", "ofType": null}, "defaultValue": null}, {"name": "viewType", "description": "Defines view type of feed screen.", "type": {"kind": "ENUM", "name": "FeedViewTypeEnum", "ofType": null}, "defaultValue": null}, {"name": "groupEmailsByThread", "description": "Defines if all emails are grouped by their thread id", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "usedGroupIds", "description": "List of specifig group ids used in all previous listings", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "profile", "description": "Profile for the FeedPreviewProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "FeedPreviewProfileParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedProfileData", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "Screen", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileScreen", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedScreenProfile", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedProfileData", "description": null, "fields": [{"name": "feed", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Feed", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "Feed", "description": null, "fields": [{"name": "items", "description": null, "args": [{"name": "before", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "FeedItemConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalCount", "description": "Total number of items feed.", "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedItemConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "FeedItemEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "usedGroupIds", "description": "Specific group ids we need to remember.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedItemEdge", "description": "A Relay edge containing a `FeedItem` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "INTERFACE", "name": "FeedItemInterface", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "FeedViewTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Card", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "List", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "FeedPreviewProfileParams", "description": null, "fields": null, "inputFields": [{"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedPreviewFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileStandardRoleTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "view", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedPreviewViewTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "FeedPreviewFilterTabParams", "description": null, "fields": null, "inputFields": [{"name": "isEnabled", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "hasAttachment", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showOnlyFavorite", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "filterBySender", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedFilterSenderParams", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "filterByPeriod", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOptionParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "FeedFilterSenderParams", "description": null, "fields": null, "inputFields": [{"name": "entity", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EntityNameEnum", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "id", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "FeedPreviewViewTabParams", "description": null, "fields": null, "inputFields": [{"name": "entityTypes", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedTabEntityTypeOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "FeedTabEntityTypeOptionsParams", "description": null, "fields": null, "inputFields": [{"name": "showMassEmail", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showEmail", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showEmailType", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedEmailTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "showScheduledEmail", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "showEmailTagIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "showEmailSentiments", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "EmailSentimentEnum", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "showAccount", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showContact", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showLead", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showOpportunity", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showProject", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": "false"}, {"name": "showMemo", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showNote", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showDocument", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showActivities", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showActivityTypeIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "showTextMessage", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "showWhatsAppMessage", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "showQuote", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "showOnlineForm", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "showCustomEntities", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedEmailScreen", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedEmailScreenProfile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedEmailScreenProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftProfile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "FeedEmailScreenProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [{"name": "viewType", "description": "Defines view type of feed screen.", "type": {"kind": "ENUM", "name": "FeedViewTypeEnum", "ofType": null}, "defaultValue": null}, {"name": "groupEmailsByThread", "description": "Defines if all emails are grouped by their thread id", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "usedGroupIds", "description": "List of specifig group ids used in all previous listings", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "profile", "description": "Profile for the FeedEmailPreviewProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "FeedEmailPreviewProfileParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedEmailProfileData", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "Screen", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileScreen", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedEmailScreenProfile", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedEmailPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedEmailPreviewProfile", "description": null, "fields": [{"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedEmailPreviewFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "role", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileStandardRoleTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedEmailPreviewViewTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedEmailPreviewFilterTab", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the filter is applied. When false, the filter conditions are ignored.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasAttachment", "description": "When true, only emails that have an attachment are shown.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterBySender", "description": "If null or empty - filter is ignored.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedFilterSender", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterByPeriod", "description": "Time period the emails are restricted to.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileFilterBaseInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedEmailPreviewViewTab", "description": null, "fields": [{"name": "entityTypes", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedEmailTabEntityTypeOptions", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedEmailTabEntityTypeOptions", "description": null, "fields": [{"name": "showMassEmail", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showEmail", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showEmailType", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedEmailTypeEnum", "kind": "ENUM", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showScheduledEmail", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "showEmailTagIds", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showEmailSentiments", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "EmailSentimentEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedEmailProfileData", "description": null, "fields": [{"name": "feed", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Feed", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "FeedEmailPreviewProfileParams", "description": null, "fields": null, "inputFields": [{"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedEmailPreviewFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "role", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileStandardRoleTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "view", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedEmailPreviewViewTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "FeedEmailPreviewFilterTabParams", "description": null, "fields": null, "inputFields": [{"name": "isEnabled", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "hasAttachment", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "filterBySender", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedFilterSenderParams", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "filterByPeriod", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOptionParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "FeedEmailPreviewViewTabParams", "description": null, "fields": null, "inputFields": [{"name": "entityTypes", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedEmailTabEntityTypeOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "FeedEmailTabEntityTypeOptionsParams", "description": null, "fields": null, "inputFields": [{"name": "showMassEmail", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showEmail", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showEmailType", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedEmailTypeEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "showScheduledEmail", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "showEmailTagIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "showEmailSentiments", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "EmailSentimentEnum", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailPreviewScreen", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailPreviewScreenProfile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailPreviewScreenProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftProfile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "EmailPreviewScreenProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "profile", "description": "Profile for the EmailPreviewProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "EmailPreviewProfileParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailProfileData", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityData", "description": null, "args": [{"name": "entityId", "description": "ID of the entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "EmailEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "Screen", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileScreen", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailPreviewScreenProfile", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailPreviewProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailProfileData", "description": null, "fields": [{"name": "emailList", "description": null, "args": [{"name": "streamType", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailScreenStreamTypeEnum", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "before", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "EmailListItemConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "emailCounts", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailScreenCount", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailListItemConnection", "description": null, "fields": [{"name": "pageInfo", "description": "Pagination data for this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PageInfo", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "edges", "description": "Contains the nodes in this connection.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "EmailListItemEdge", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailListItemEdge", "description": "A Relay edge containing a `EmailListItem` and its cursor.", "fields": [{"name": "node", "description": "The item at the end of the edge", "args": [], "type": {"kind": "OBJECT", "name": "EmailListItem", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "cursor", "description": "A cursor for use in pagination", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailListItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "mailboxId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "bodySummary", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "subject", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dateSent", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contentShareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContentShareModeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "direction", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailDirectionEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "parentEmailId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "sentiment", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EmailSentimentEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "threadId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isScheduledEmail", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "itemsInThreadCount", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "isTracked", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isContentAvailable", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "wasBounced", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "participants", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailListItemParticipant", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "participantsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tags", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EmailListItemTag", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasAttachment", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDifferentActor", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isUnread", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "hasTrackingEvent", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isMass", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDraft", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailListItemParticipant", "description": null, "fields": [{"name": "lastName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isMe", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDraft", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailListItemTag", "description": null, "fields": [{"name": "color", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailScreenCount", "description": null, "fields": [{"name": "stream", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EmailScreenStreamTypeEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "count", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailPreviewProfileParams", "description": null, "fields": null, "inputFields": [{"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "quickFilter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "mailboxIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "view", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailPreviewViewTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailFilterTabParams", "description": null, "fields": null, "inputFields": [{"name": "isEnabled", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "filterMainBox", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBoxParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filterSiblingBoxes", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBoxParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "isCustom", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "operator", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "formula", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "EmailPreviewViewTabParams", "description": null, "fields": null, "inputFields": [{"name": "contentDensity", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailContentDensityEnum", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "EmailEntityData", "description": null, "fields": [{"name": "fields", "description": null, "args": [{"name": "ids", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "EmailEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "InsightsScreen", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InsightsScreenProfile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsScreenProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftProfile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "InsightsScreenProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "profile", "description": "Profile for the InsightsProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "InsightsProfileParams", "ofType": null}, "defaultValue": null}, {"name": "screenOptions", "description": "Insights screen options.", "type": {"kind": "INPUT_OBJECT", "name": "InsightsScreenOptionsParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "InsightsData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "Screen", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileScreen", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "InsightsScreenProfile", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "InsightsProfile", "description": null, "fields": [{"name": "leadProcess", "description": "Identifiers of the lead processes the profile is restricted to. Null includes all lead processes.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityKPIFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesPipeline", "description": "Identifiers of the sales pipelines the profile is restricted to. Null includes all pipelines.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsProfileViewTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "OpportunityKPIProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "PipelineProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "OpportunityKPIProfileInterface", "description": null, "fields": [{"name": "leadProcess", "description": "Identifiers of the lead processes the profile is restricted to. Null includes all lead processes.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityKPIFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesPipeline", "description": "Identifiers of the sales pipelines the profile is restricted to. Null includes all pipelines.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "InsightsProfile", "ofType": null}, {"kind": "OBJECT", "name": "IndicatorsProfile", "ofType": null}, {"kind": "OBJECT", "name": "ConversionsProfile", "ofType": null}]}, {"kind": "OBJECT", "name": "OpportunityKPIFilterTab", "description": null, "fields": [{"name": "isEnabled", "description": "Whether the filter is applied. When false, the filter conditions are ignored.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterMainBox", "description": "Primary group of filter conditions evaluated on the main record type.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBox", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterSiblingBoxes", "description": "Additional groups of filter conditions evaluated on related record types.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBox", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isCustom", "description": "True when the conditions are combined with a custom formula rather than a simple And/Or across all conditions.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "operator", "description": "How the conditions are combined: And applies all conditions, Or applies any, Custom evaluates the expression in the formula.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "formula", "description": "Boolean expression combining the numbered conditions (for example \"1 AND (2 OR 3)\"). Used when the operator is Custom.", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileFilterBoxTabInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBaseInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterTabCustomFilterInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "InsightsProfileViewTab", "description": null, "fields": [{"name": "period", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "periodGranularity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodGranularity", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sortBy", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPI", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showInactiveClients", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showDeletedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "calculateOpptyByFieldId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "InsightsKPI", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "CreatingLeads", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CreatingOppties", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "QualifyingLeads", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WinningOppties", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LosingLeads", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LosingOppties", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LostAmount", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WonAmount", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptyWinRate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptyAverageTimeSpent", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptySalesVelocity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptyAverageSize", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadAverageTimeSpent", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CreatingActivities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CompletingActivities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SendingEmails", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "InsightsData", "description": null, "fields": [{"name": "screenOptions", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "InsightsScreenOptions", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InsightItemInterface", "kind": "INTERFACE", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "kpiTrendItems", "description": null, "args": [{"name": "itemId", "description": "Returns kpi trend data for the defined client or sales unit, if argument omitted return data for item on first position (Useful for first page load).", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "InsightGraph", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "drillDownIds", "description": null, "args": [{"name": "itemId", "description": "Returns kpi trend data for the defined client or sales unit, if argument omitted return data for item on first position. (Useful for first page load)", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "date", "description": "Defines a date of the clicked spot on the graph", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "kpi", "description": "Kpi that defines list of opportunities drilldown to retrieve", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPI", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "drilldown", "description": null, "args": [{"name": "itemId", "description": "Returns kpi trend data for the defined client or sales unit, if argument omitted return data for item on first position. (Useful for first page load)", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "date", "description": "Defines a date of the clicked spot on the graph", "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}, {"name": "kpi", "description": "Kpi that defines list of opportunities drilldown to retrieve", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPI", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "highlights", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightHighlights", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "InsightsScreenOptions", "description": null, "fields": [{"name": "reportBy", "description": "Selected if report by users, sales units, or my items.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsReportBy", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "InsightsReportBy", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "MyResults", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ByUsers", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "BySalesUnit", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "InsightGraph", "description": null, "fields": [{"name": "CreatingLeads", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InsightGraphItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "CreatingOppties", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InsightGraphItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "QualifyingLeads", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InsightGraphItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "WinningOppties", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InsightGraphItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "LosingLeads", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InsightGraphItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "LosingOppties", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InsightGraphItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "LostAmount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InsightGraphItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "WonAmount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InsightGraphItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptyWinRate", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InsightGraphItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptyAverageTimeSpent", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InsightGraphItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptySalesVelocity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InsightGraphItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "OpptyAverageSize", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InsightGraphItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "LeadAverageTimeSpent", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InsightGraphItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "CreatingActivities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InsightGraphItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "CompletingActivities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InsightGraphItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "SendingEmails", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "InsightGraphItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "itemId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "InsightGraphItem", "description": null, "fields": [{"name": "date", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "InsightHighlights", "description": null, "fields": [{"name": "clientId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "bestWonOpportunityDate", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "DateTime", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "bestWonOpportunityName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "bestWonOpportunityValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "createdLeads", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "wonAmount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "wonOppties", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "InsightsProfileParams", "description": null, "fields": null, "inputFields": [{"name": "leadProcess", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityKPIFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "salesPipeline", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "quickFilter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "view", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsProfileViewTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpportunityKPIFilterTabParams", "description": null, "fields": null, "inputFields": [{"name": "isEnabled", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "filterMainBox", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBoxParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filterSiblingBoxes", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBoxParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "isCustom", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "operator", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "formula", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "InsightsProfileViewTabParams", "description": null, "fields": null, "inputFields": [{"name": "period", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOptionParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "periodGranularity", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodGranularity", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPI", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "showInactiveClients", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showDeletedUnits", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "calculateOpptyByFieldId", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "InsightsScreenOptionsParams", "description": null, "fields": null, "inputFields": [{"name": "reportBy", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsReportBy", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "IndicatorsScreen", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "IndicatorsScreenProfile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "IndicatorsScreenProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftProfile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "IndicatorsScreenProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "profile", "description": "Profile for the IndicatorsProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "IndicatorsProfileParams", "ofType": null}, "defaultValue": null}, {"name": "screenOptions", "description": "Indicators screen options.", "type": {"kind": "INPUT_OBJECT", "name": "IndicatorScreenOptionsParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "IndicatorsData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "Screen", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileScreen", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "IndicatorsScreenProfile", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "IndicatorsProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "IndicatorsProfile", "description": null, "fields": [{"name": "leadProcess", "description": "Identifiers of the lead processes the profile is restricted to. Null includes all lead processes.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityKPIFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesPipeline", "description": "Identifiers of the sales pipelines the profile is restricted to. Null includes all pipelines.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "IndicatorsProfileViewTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "OpportunityKPIProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "PipelineProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "IndicatorsProfileViewTab", "description": null, "fields": [{"name": "period", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "periodGranularity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodGranularity", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showInactiveClients", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showDeletedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "calculateOpptyByFieldId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "IndicatorsData", "description": null, "fields": [{"name": "screenOptions", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "IndicatorScreenOptions", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "IndicatorItemInterface", "kind": "INTERFACE", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "graphItem", "description": null, "args": [{"name": "itemIds", "description": "Returns kpi trend data for the defined client or sales unit, if argument not provided, return data for client in the first N positions (Useful for first page load)", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "first", "description": "Number of graph lines returned (from top).", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "3"}], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "IndicatorGraphItem", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "drillDownIds", "description": null, "args": [{"name": "itemId", "description": "Returns kpi trend data for the defined client or sales unit, if argument omitted return data for item on first position. (Useful for first page load)", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "date", "description": "Defines a date of the clicked spot on the graph", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "kpi", "description": "Kpi that defines list of opportunities drilldown to retrieve", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPI", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "drilldown", "description": null, "args": [{"name": "itemIds", "description": "Returns kpi trend data for the defined client or sales unit, if argument omitted return data for item on first position. (Useful for first page load)", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "date", "description": "Defines a date of the clicked spot on the graph", "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}, {"name": "kpi", "description": "Kpi that defines list of opportunities drilldown to retrieve", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPI", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "drilldownActivities", "description": null, "args": [{"name": "itemIds", "description": "Returns kpi trend data for the defined client or sales unit, if argument omitted return data for item on first position. (Useful for first page load)", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "date", "description": "Defines a date of the clicked spot on the graph", "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}, {"name": "kpi", "description": "Kpi that defines list of opportunities drilldown to retrieve", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPI", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityDrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "IndicatorScreenOptions", "description": null, "fields": [{"name": "activeKpiTab", "description": "Selected active indicator tab.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPI", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reportBy", "description": "Selected if report by users or sales units", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "IndicatorsReportBy", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "IndicatorsReportBy", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "ByUsers", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "BySalesUnit", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "IndicatorGraphItem", "description": null, "fields": [{"name": "graphData", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "IndicatorGraphData", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "itemId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "IndicatorGraphData", "description": null, "fields": [{"name": "date", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityDrilldownModel", "description": null, "fields": [{"name": "listViewItems", "description": null, "args": [{"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityDrilldownFilterParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityDrilldownDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityDrilldownDataGridViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sumItem", "description": "Sums of numeric fields", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldDataContainer", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "averageItem", "description": "Averages of numeric fields", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldDataContainer", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ActivityDrilldownFilterParams", "description": null, "fields": null, "inputFields": [{"name": "ownerId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "activityTypeId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "period", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOptionParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "showTasksWithoutDueDate", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "IndicatorsProfileParams", "description": null, "fields": null, "inputFields": [{"name": "leadProcess", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityKPIFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "salesPipeline", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "quickFilter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "view", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "IndicatorsProfileViewTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "IndicatorsProfileViewTabParams", "description": null, "fields": null, "inputFields": [{"name": "period", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOptionParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "periodGranularity", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodGranularity", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "showInactiveClients", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showDeletedUnits", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "calculateOpptyByFieldId", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "IndicatorScreenOptionsParams", "description": null, "fields": null, "inputFields": [{"name": "activeKpiTab", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "InsightsKPI", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "reportBy", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "IndicatorsReportBy", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LifeCycleScreen", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LifeCycleScreenProfile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LifeCycleScreenProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftProfile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "LifeCycleScreenProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "profile", "description": "Profile for the LifeCycleProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "LifeCycleProfileParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LifeCycleData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "Screen", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileScreen", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LifeCycleScreenProfile", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LifeCycleProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LifeCycleProfile", "description": null, "fields": [{"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": "Filter tab restricting which opportunities the profile shows.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesPipeline", "description": "Identifiers of the sales pipelines the profile is restricted to. Null includes all pipelines.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadProcess", "description": "Identifiers of the lead processes the profile is restricted to. Null includes all lead processes.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LifeCycleProfileViewTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "PipelineProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "LeadOpptyPipelineProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "OpportunityProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LifeCycleProfileViewTab", "description": null, "fields": [{"name": "period", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "calculateOpptyByFieldId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LifeCycleData", "description": null, "fields": [{"name": "pipelinesLifeCycle", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesPipelineLifeCycle", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelines", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "PipelinePerformanceData", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelineData", "description": null, "args": [{"name": "chartType", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PipelinePerformanceChartType", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "pipelineId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PipelinePerformanceData", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelineStepData", "description": null, "args": [{"name": "chartType", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PipelinePerformanceChartType", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "pipelineId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "stepId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PipelinePerformanceData", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelineLeadsData", "description": null, "args": [{"name": "chartType", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PipelinePerformanceChartType", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "pipelineId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PipelinePerformanceData", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "drilldownData", "description": null, "args": [{"name": "pipelineId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "chartType", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PipelinePerformanceChartType", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "seriesType", "description": null, "type": {"kind": "ENUM", "name": "PipelinePerformanceSerieType", "ofType": null}, "defaultValue": null}, {"name": "itemId", "description": "Id of step or client.", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "drilldownStep", "description": null, "args": [{"name": "pipelineId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "chartType", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PipelinePerformanceChartType", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "stepId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "seriesType", "description": null, "type": {"kind": "ENUM", "name": "PipelinePerformanceSerieType", "ofType": null}, "defaultValue": null}, {"name": "itemId", "description": "Id of client.", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "drilldownLead", "description": null, "args": [{"name": "pipelineId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "chartType", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PipelinePerformanceChartType", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "seriesType", "description": null, "type": {"kind": "ENUM", "name": "PipelinePerformanceSerieType", "ofType": null}, "defaultValue": null}, {"name": "itemId", "description": "Id of client.", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SalesPipelineLifeCycle", "description": null, "fields": [{"name": "pipelineId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelineName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelineColor", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stepsLifeCycle", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesPipelineStepLifeCycle", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "SalesPipelineStepLifeCycle", "description": null, "fields": [{"name": "stepName", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "timeToThisStep", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "PipelinePerformanceData", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "color", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "steps", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "PipelinePerformanceStep", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "aggregatedData", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "PipelinePerformanceAggregation", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "series", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "PipelinePerformanceChartSeries", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "PipelinePerformanceStep", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isWon", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "percent", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "PipelinePerformanceAggregation", "description": null, "fields": [{"name": "type", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PipelinePerformanceAggregationType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "count", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "session", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "PipelinePerformanceAggregationType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "QualifiedLeads", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AllOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AllOpportunitiesCount", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpenOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpenOpportunitiesCount", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LostOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LostOpportunitiesCount", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WonOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WonOpportunitiesCount", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WinRate", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AvgVelocity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AvgDealSize", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ConversionRate", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "PipelinePerformanceChartSeries", "description": null, "fields": [{"name": "type", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PipelinePerformanceSerieType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "PipelinePerformanceChartItem", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "PipelinePerformanceSerieType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Open", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Won", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Lost", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Velocity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Conversion", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WinProbability", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WinRatio", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Qualified", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "PipelinePerformanceChartItem", "description": null, "fields": [{"name": "id", "description": "Id of step or client or is leads if null.", "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "count", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "days", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "countConversion", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "valueConversion", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "PipelinePerformanceChartType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "PipelineOverviewByStep", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "PipelineOverviewByUser", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AvgVelocityByStep", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AvgVelocityByUser", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ConversionRateByStep", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WinProbabilityByStep", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ConversionRateByUser", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "QualifiedLeadsByUser", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WonOpportunitiesByUser", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WinRateByUser", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LifeCycleProfileParams", "description": null, "fields": null, "inputFields": [{"name": "quickFilter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "salesPipeline", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "leadProcess", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "view", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LifeCycleProfileViewTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpportunityFilterTabParams", "description": null, "fields": null, "inputFields": [{"name": "isEnabled", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "filterMainBox", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "MainFilterBoxParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filterSiblingBoxes", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FilterBoxParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "isCustom", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "operator", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FilterGroupOperator", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "formula", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LifeCycleProfileViewTabParams", "description": null, "fields": null, "inputFields": [{"name": "period", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOptionParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "calculateOpptyByFieldId", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ConversionsScreen", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ConversionsScreenProfile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ConversionsScreenProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "draftProfile", "description": null, "args": [], "type": {"kind": "OBJECT", "name": "ConversionsScreenProfile", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "profile", "description": "Profile for the ConversionsProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "ConversionsProfileParams", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ConversionsData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "Screen", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileScreen", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ConversionsScreenProfile", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ConversionsProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ConversionsProfile", "description": null, "fields": [{"name": "leadProcess", "description": "Identifiers of the lead processes the profile is restricted to. Null includes all lead processes.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filter", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityKPIFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "salesPipeline", "description": "Identifiers of the sales pipelines the profile is restricted to. Null includes all pipelines.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quickFilter", "description": "Ad-hoc filter applied on top of the saved filter, narrowing the visible records without changing the profile.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "view", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ConversionsProfileViewTab", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "OpportunityKPIProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "QuickFilterInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileTabsInterface", "ofType": null}, {"kind": "INTERFACE", "name": "PipelineProfileInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ProfileFilterBoxTabsInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ConversionsProfileViewTab", "description": null, "fields": [{"name": "period", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversionValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ConversionValueType", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reportBy", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ConversionReportBy", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "calculateOpptyByFieldId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ConversionValueType", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "ConversionCount", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "ConversionAmount", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "ENUM", "name": "ConversionReportBy", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "MyResults", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "SalesTeam", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ConversionsData", "description": null, "fields": [{"name": "createdLeads", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ConversionLeadCreatedPath", "kind": "UNION", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "takenLeads", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ConversionsLeadTakenPath", "kind": "UNION", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "createdOpportunities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ConversionsOpportunityCreatedPath", "kind": "UNION", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "takenOpportunities", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ConversionsOpportunityTakenPath", "kind": "UNION", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversionTrendItems", "description": null, "args": [{"name": "limit", "description": "Number of graph items returned.", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "offset", "description": "Number of graph items to skip.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ConversionItemGraph", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "drillDownIds", "description": null, "args": [{"name": "conversionsKpi", "description": "Kpi that defines list of opportunities drilldown to retrieve", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ConversionsKpi", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "drilldown", "description": null, "args": [{"name": "conversionsKpi", "description": "Kpi that defines list of opportunities drilldown to retrieve", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ConversionsKpi", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "UNION", "name": "ConversionLeadCreatedPath", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ConversionLeadCountCreatedPath", "ofType": null}, {"kind": "OBJECT", "name": "ConversionLeadAmountPath", "ofType": null}]}, {"kind": "OBJECT", "name": "ConversionLeadCountCreatedPath", "description": null, "fields": [{"name": "path", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lost", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "wonQualified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "qualified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lostQualified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "openNotQualified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "openQualified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reassignedQualified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reassignedNotQualified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ConversionLeadAmountPath", "description": null, "fields": [{"name": "wonQualified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "qualified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lostQualified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "openQualified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reassignedQualified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "UNION", "name": "ConversionsLeadTakenPath", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ConversionsLeadCountTakenPath", "ofType": null}, {"kind": "OBJECT", "name": "ConversionLeadAmountPath", "ofType": null}]}, {"kind": "OBJECT", "name": "ConversionsLeadCountTakenPath", "description": null, "fields": [{"name": "path", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lost", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "wonQualified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "qualified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lostQualified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "openNotQualified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "openQualified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reassignedQualified", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "UNION", "name": "ConversionsOpportunityCreatedPath", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ConversionsOpportunityCountCreatedPath", "ofType": null}, {"kind": "OBJECT", "name": "ConversionsOpportunityAmountCreatedPath", "ofType": null}]}, {"kind": "OBJECT", "name": "ConversionsOpportunityCountCreatedPath", "description": null, "fields": [{"name": "won", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "path", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lost", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "open", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reassigned", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ConversionsOpportunityAmountCreatedPath", "description": null, "fields": [{"name": "won", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "path", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lost", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "open", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reassigned", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "UNION", "name": "ConversionsOpportunityTakenPath", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ConversionsOpportunityCountTakenPath", "ofType": null}, {"kind": "OBJECT", "name": "ConversionsOpportunityAmountTakenPath", "ofType": null}]}, {"kind": "OBJECT", "name": "ConversionsOpportunityCountTakenPath", "description": null, "fields": [{"name": "won", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "path", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lost", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "open", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ConversionsOpportunityAmountTakenPath", "description": null, "fields": [{"name": "won", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "path", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lost", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "open", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ConversionItemGraph", "description": null, "fields": [{"name": "open", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ConversionGraphItem", "kind": "UNION", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "reassigned", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ConversionGraphItem", "kind": "UNION", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "won", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ConversionGraphItem", "kind": "UNION", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lost", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ConversionGraphItem", "kind": "UNION", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "UNION", "name": "ConversionGraphItem", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "ConversionGraphCountItem", "ofType": null}, {"kind": "OBJECT", "name": "ConversionGraphAmountItem", "ofType": null}]}, {"kind": "OBJECT", "name": "ConversionGraphCountItem", "description": null, "fields": [{"name": "date", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ConversionGraphAmountItem", "description": null, "fields": [{"name": "date", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ConversionsKpi", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "CreatedLeads", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UnqualifiedLeads", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LostLeads", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AssignedLeads", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UnqualifiedAssignedLeads", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "QualifiedLeads", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UnconvertedQualifiedLeads", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "QualifiedLostLeads", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "CreatedOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UnqualifiedOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LostOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "AssignedOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "UnqualifiedAssignedOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WonOpportunities", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ConversionsProfileParams", "description": null, "fields": null, "inputFields": [{"name": "leadProcess", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityKPIFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "salesPipeline", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "quickFilter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuickFilterTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "view", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ConversionsProfileViewTabParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ConversionsProfileViewTabParams", "description": null, "fields": null, "inputFields": [{"name": "period", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOptionParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "conversionValue", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ConversionValueType", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "reportBy", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ConversionReportBy", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "calculateOpptyByFieldId", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DetailTabs", "description": null, "fields": [{"name": "activity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityDetailTabs", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "lead", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "quote", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "account", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "note", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NoteTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "document", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CloudObjectTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "feed", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "feedEmail", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedEmailTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "product", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductDetailTabs", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "productCategory", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductCategoryDetailTabs", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "productPricing", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductPricingDetailTabs", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "project", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "audit", "description": "Not implemented, within this version", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "buyingCenter", "description": "Not implemented, within this version", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "organizationChart", "description": "Not implemented, within this version", "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lookupData", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "INPUT_OBJECT", "name": "RelationFieldTabSettingsFilterParams", "ofType": null}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}, {"name": "filterQuery", "description": "Filters name by query.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": "\"\""}, {"name": "fieldId", "description": "An ID of look up field of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "type", "description": null, "type": {"kind": "ENUM", "name": "FieldRelationTypeEnum", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LookUpTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityDetailTabs", "description": null, "fields": [{"name": "grid", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "calendar", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabCalendarView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskBoard", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabTaskBoardView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "objective", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabObjectiveView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityTabDataGridView", "description": null, "fields": [{"name": "ofAccount", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountActivityTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofContact", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactActivityTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofLead", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadActivityTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofOpportunity", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityActivityTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofProject", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectActivityTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofQuote", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteActivityTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofCustomEntity", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CustomEntityActivityTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountActivityTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskStats", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityTabDataGridViewStat", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentStats", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityTabDataGridViewStat", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityTabDataGridViewStat", "description": null, "fields": [{"name": "count", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ActivityTabDataGridViewOptionsParams", "description": null, "fields": null, "inputFields": [{"name": "searchQuery", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "filterByOwnerId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showTasksWithoutDueDate", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "true"}, {"name": "filterByPeriod", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOptionParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filterByActivityTypeId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "filterByStatus", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityStatusEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}, {"name": "relatedActivities", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": "true"}, {"name": "filterByTags", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactActivityTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskStats", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityTabDataGridViewStat", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentStats", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityTabDataGridViewStat", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadActivityTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskStats", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityTabDataGridViewStat", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentStats", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityTabDataGridViewStat", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityActivityTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskStats", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityTabDataGridViewStat", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentStats", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityTabDataGridViewStat", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectActivityTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskStats", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityTabDataGridViewStat", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentStats", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityTabDataGridViewStat", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteActivityTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskStats", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityTabDataGridViewStat", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentStats", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityTabDataGridViewStat", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntityActivityTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskStats", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityTabDataGridViewStat", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentStats", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ActivityTabDataGridViewStat", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityTabCalendarView", "description": null, "fields": [{"name": "ofAccount", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "includeNotScheduledTasks", "description": "Include tasks which doesn't have due date set", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": "false"}, {"name": "dateFrom", "description": "Start date of range", "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}, {"name": "dateTo", "description": "End date of range", "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountActivityTabCalendarView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofContact", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "includeNotScheduledTasks", "description": "Include tasks which doesn't have due date set", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": "false"}, {"name": "dateFrom", "description": "Start date of range", "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}, {"name": "dateTo", "description": "End date of range", "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactActivityTabCalendarView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofLead", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "includeNotScheduledTasks", "description": "Include tasks which doesn't have due date set", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": "false"}, {"name": "dateFrom", "description": "Start date of range", "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}, {"name": "dateTo", "description": "End date of range", "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadActivityTabCalendarView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofOpportunity", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "includeNotScheduledTasks", "description": "Include tasks which doesn't have due date set", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": "false"}, {"name": "dateFrom", "description": "Start date of range", "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}, {"name": "dateTo", "description": "End date of range", "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityActivityTabCalendarView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofProject", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "includeNotScheduledTasks", "description": "Include tasks which doesn't have due date set", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": "false"}, {"name": "dateFrom", "description": "Start date of range", "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}, {"name": "dateTo", "description": "End date of range", "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectActivityTabCalendarView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofQuote", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "includeNotScheduledTasks", "description": "Include tasks which doesn't have due date set", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": "false"}, {"name": "dateFrom", "description": "Start date of range", "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}, {"name": "dateTo", "description": "End date of range", "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteActivityTabCalendarView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofCustomEntity", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "includeNotScheduledTasks", "description": "Include tasks which doesn't have due date set", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": "false"}, {"name": "dateFrom", "description": "Start date of range", "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}, {"name": "dateTo", "description": "End date of range", "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CustomEntityActivityTabCalendarView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountActivityTabCalendarView", "description": null, "fields": [{"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentItems", "description": "Appointments in calendar view", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "AppointmentCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskItems", "description": "Task in calendar view", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "TaskCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentRecurrenceOccurrenceItems", "description": "Virtual occurences of appointment recurrence", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "AppointmentRecurrenceOccurrenceCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "agenda", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityAgenda", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ActivityViewItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ActivityAgendaInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactActivityTabCalendarView", "description": null, "fields": [{"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentItems", "description": "Appointments in calendar view", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "AppointmentCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskItems", "description": "Task in calendar view", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "TaskCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentRecurrenceOccurrenceItems", "description": "Virtual occurences of appointment recurrence", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "AppointmentRecurrenceOccurrenceCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "agenda", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityAgenda", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ActivityViewItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ActivityAgendaInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadActivityTabCalendarView", "description": null, "fields": [{"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentItems", "description": "Appointments in calendar view", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "AppointmentCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskItems", "description": "Task in calendar view", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "TaskCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentRecurrenceOccurrenceItems", "description": "Virtual occurences of appointment recurrence", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "AppointmentRecurrenceOccurrenceCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "agenda", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityAgenda", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ActivityViewItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ActivityAgendaInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityActivityTabCalendarView", "description": null, "fields": [{"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentItems", "description": "Appointments in calendar view", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "AppointmentCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskItems", "description": "Task in calendar view", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "TaskCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentRecurrenceOccurrenceItems", "description": "Virtual occurences of appointment recurrence", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "AppointmentRecurrenceOccurrenceCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "agenda", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityAgenda", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ActivityViewItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ActivityAgendaInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectActivityTabCalendarView", "description": null, "fields": [{"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentItems", "description": "Appointments in calendar view", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "AppointmentCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskItems", "description": "Task in calendar view", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "TaskCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentRecurrenceOccurrenceItems", "description": "Virtual occurences of appointment recurrence", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "AppointmentRecurrenceOccurrenceCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "agenda", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityAgenda", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ActivityViewItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ActivityAgendaInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteActivityTabCalendarView", "description": null, "fields": [{"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentItems", "description": "Appointments in calendar view", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "AppointmentCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskItems", "description": "Task in calendar view", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "TaskCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentRecurrenceOccurrenceItems", "description": "Virtual occurences of appointment recurrence", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "AppointmentRecurrenceOccurrenceCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "agenda", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityAgenda", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ActivityViewItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ActivityAgendaInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntityActivityTabCalendarView", "description": null, "fields": [{"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentItems", "description": "Appointments in calendar view", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "AppointmentCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "taskItems", "description": "Task in calendar view", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "TaskCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointmentRecurrenceOccurrenceItems", "description": "Virtual occurences of appointment recurrence", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": "AppointmentRecurrenceOccurrenceCalendarViewItem", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "agenda", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityAgenda", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ActivityViewItemInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ActivityAgendaInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityTabTaskBoardView", "description": null, "fields": [{"name": "ofAccount", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountActivityTabTaskBoardView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofContact", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactActivityTabTaskBoardView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofLead", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadActivityTabTaskBoardView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofOpportunity", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityActivityTabTaskBoardView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofProject", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectActivityTabTaskBoardView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofQuote", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteActivityTabTaskBoardView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofCustomEntity", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CustomEntityActivityTabTaskBoardView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountActivityTabTaskBoardView", "description": null, "fields": [{"name": "agenda", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityAgenda", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "inProgress", "description": "Items in status in progress", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notStarted", "description": "Items in status not started", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "waiting", "description": "Items in status waiting", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "completed", "description": "Items in status completed", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "deferred", "description": "Items in status deferred", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ActivityAgendaInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactActivityTabTaskBoardView", "description": null, "fields": [{"name": "agenda", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityAgenda", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "inProgress", "description": "Items in status in progress", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notStarted", "description": "Items in status not started", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "waiting", "description": "Items in status waiting", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "completed", "description": "Items in status completed", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "deferred", "description": "Items in status deferred", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ActivityAgendaInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadActivityTabTaskBoardView", "description": null, "fields": [{"name": "agenda", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityAgenda", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "inProgress", "description": "Items in status in progress", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notStarted", "description": "Items in status not started", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "waiting", "description": "Items in status waiting", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "completed", "description": "Items in status completed", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "deferred", "description": "Items in status deferred", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ActivityAgendaInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityActivityTabTaskBoardView", "description": null, "fields": [{"name": "agenda", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityAgenda", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "inProgress", "description": "Items in status in progress", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notStarted", "description": "Items in status not started", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "waiting", "description": "Items in status waiting", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "completed", "description": "Items in status completed", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "deferred", "description": "Items in status deferred", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ActivityAgendaInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectActivityTabTaskBoardView", "description": null, "fields": [{"name": "agenda", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityAgenda", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "inProgress", "description": "Items in status in progress", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notStarted", "description": "Items in status not started", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "waiting", "description": "Items in status waiting", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "completed", "description": "Items in status completed", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "deferred", "description": "Items in status deferred", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ActivityAgendaInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteActivityTabTaskBoardView", "description": null, "fields": [{"name": "agenda", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityAgenda", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "inProgress", "description": "Items in status in progress", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notStarted", "description": "Items in status not started", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "waiting", "description": "Items in status waiting", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "completed", "description": "Items in status completed", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "deferred", "description": "Items in status deferred", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ActivityAgendaInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntityActivityTabTaskBoardView", "description": null, "fields": [{"name": "agenda", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityAgenda", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "inProgress", "description": "Items in status in progress", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "notStarted", "description": "Items in status not started", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "waiting", "description": "Items in status waiting", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "completed", "description": "Items in status completed", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "deferred", "description": "Items in status deferred", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTaskBoardColumnItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ActivityAgendaInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ActivityTabObjectiveView", "description": null, "fields": [{"name": "ofProject", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ActivityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectActivityTabObjectiveView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectActivityTabObjectiveView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "objectives", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectObjectiveData", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadTabDataGridView", "description": null, "fields": [{"name": "ofAccount", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "RelatedLeadTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountLeadTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofContact", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactLeadTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountLeadTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stats", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadTabDataGridViewStat", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadTabDataGridViewStat", "description": null, "fields": [{"name": "count", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "RelatedLeadTabDataGridViewOptionsParams", "description": null, "fields": null, "inputFields": [{"name": "searchQuery", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "filterByOwnerId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "filterByStatus", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadStatusEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "filterByTags", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "relatedLeads", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactLeadTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stats", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadTabDataGridViewStat", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "LeadTabDataGridViewOptionsParams", "description": null, "fields": null, "inputFields": [{"name": "searchQuery", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "filterByOwnerId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "filterByStatus", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadStatusEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "filterByTags", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityTabDataGridView", "description": null, "fields": [{"name": "ofAccount", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "RelatedOpportunityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountOpportunityTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofContact", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactOpportunityTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofProject", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectOpportunityTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountOpportunityTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stats", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityTabDataGridViewStat", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityTabDataGridViewStat", "description": null, "fields": [{"name": "count", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "status", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpptyStatusEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "RelatedOpportunityTabDataGridViewOptionsParams", "description": null, "fields": null, "inputFields": [{"name": "searchQuery", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "filterByOwnerId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "filterByPipelineId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "filterByStatus", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpptyStatusEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "filterByTags", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "relatedOpportunities", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactOpportunityTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stats", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityTabDataGridViewStat", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "OpportunityTabDataGridViewOptionsParams", "description": null, "fields": null, "inputFields": [{"name": "searchQuery", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "filterByOwnerId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "filterByPipelineId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "filterByStatus", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpptyStatusEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "filterByTags", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectOpportunityTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stats", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityTabDataGridViewStat", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteTabDataGridView", "description": null, "fields": [{"name": "ofAccount", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "RelatedQuoteTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountQuoteTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofContact", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactQuoteTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofOpportunity", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityQuoteTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountQuoteTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "RelatedQuoteTabDataGridViewOptionsParams", "description": null, "fields": null, "inputFields": [{"name": "searchQuery", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "filterByOwnerId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "relatedQuotes", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactQuoteTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "QuoteTabDataGridViewOptionsParams", "description": null, "fields": null, "inputFields": [{"name": "searchQuery", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "filterByOwnerId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityQuoteTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactTabDataGridView", "description": null, "fields": [{"name": "ofAccount", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountContactTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountContactTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "stats", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountContactTabDataGridStats", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountContactTabDataGridStats", "description": null, "fields": [{"name": "relationships", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountContactOrgRelationshipTabStats", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountRoles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountContactRoleTabStats", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactsWithoutJobTitleCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "contactedInLastThirtyDays", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountContactOrgRelationshipTabStats", "description": null, "fields": [{"name": "relationshipType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OrgRelationshipTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "count", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountContactRoleTabStats", "description": null, "fields": [{"name": "accountRoleId", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "count", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ContactTabDataGridViewOptionsParams", "description": null, "fields": null, "inputFields": [{"name": "searchQuery", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "filterByOwnerId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "relatedContacts", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": "false"}, {"name": "filterByTags", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showArchivedRecords", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "filterByStats", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "AccountContactTabDataGridQuickFilterParams", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccountContactTabDataGridQuickFilterParams", "description": null, "fields": null, "inputFields": [{"name": "filterByRelationship", "description": null, "type": {"kind": "ENUM", "name": "OrgRelationshipTypeEnum", "ofType": null}, "defaultValue": null}, {"name": "filterByRole", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "filterByContactsWithoutJobTitle", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}, {"name": "filterByContactsContactedInLastThirtyDays", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountTabDataGridView", "description": null, "fields": [{"name": "ofAccount", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountChildAccountTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountHierarchy", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountHierarchyTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountHierarchyTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountChildAccountTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccountTabDataGridViewOptionsParams", "description": null, "fields": null, "inputFields": [{"name": "searchQuery", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "filterByOwnerId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "directChildrenOnly", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "filterByTags", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showArchivedRecords", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountHierarchyTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItemWithAvailability", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DataGridViewItemWithAvailability", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldDataContainer", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isAvailable", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccountHierarchyTabDataGridViewOptionsParams", "description": null, "fields": null, "inputFields": [{"name": "searchQuery", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "filterByOwnerId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "filterByTags", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showArchivedRecords", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "NoteTabDataGridView", "description": null, "fields": [{"name": "ofAccount", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NoteTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountNoteTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofContact", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NoteTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactNoteTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofLead", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NoteTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadNoteTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofOpportunity", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NoteTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityNoteTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofProject", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NoteTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectNoteTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofQuote", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NoteTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteNoteTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofCustomEntity", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "NoteTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CustomEntityNoteTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountNoteTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "NoteTabDataGridViewOptionsParams", "description": null, "fields": null, "inputFields": [{"name": "searchQuery", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "filterByOwnerId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactNoteTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadNoteTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityNoteTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectNoteTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteNoteTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntityNoteTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CloudObjectTabDataGridView", "description": null, "fields": [{"name": "ofAccount", "description": null, "args": [{"name": "folderId", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "entityType", "description": null, "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "defaultValue": null}, {"name": "entityApiName", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CloudObjectTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountCloudObjectTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofContact", "description": null, "args": [{"name": "folderId", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "entityType", "description": null, "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "defaultValue": null}, {"name": "entityApiName", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CloudObjectTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactCloudObjectTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofLead", "description": null, "args": [{"name": "folderId", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "entityType", "description": null, "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "defaultValue": null}, {"name": "entityApiName", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CloudObjectTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadCloudObjectTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofOpportunity", "description": null, "args": [{"name": "folderId", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "entityType", "description": null, "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "defaultValue": null}, {"name": "entityApiName", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CloudObjectTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityCloudObjectTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofProject", "description": null, "args": [{"name": "folderId", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "entityType", "description": null, "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "defaultValue": null}, {"name": "entityApiName", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CloudObjectTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectCloudObjectTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofQuote", "description": null, "args": [{"name": "folderId", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "entityType", "description": null, "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "defaultValue": null}, {"name": "entityApiName", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CloudObjectTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteCloudObjectTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofCustomEntity", "description": null, "args": [{"name": "folderId", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "entityType", "description": null, "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "defaultValue": null}, {"name": "entityApiName", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CloudObjectTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CustomEntityCloudObjectTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountCloudObjectTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DocumentDataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypeFolderCounts", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "CloudObjectFolderCount", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}, {"kind": "INTERFACE", "name": "GridViewFolderCountInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INTERFACE", "name": "GridViewFolderCountInterface", "description": null, "fields": [{"name": "entityTypeFolderCounts", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "CloudObjectFolderCount", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": [{"kind": "OBJECT", "name": "AccountCloudObjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ContactCloudObjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "LeadCloudObjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "OpportunityCloudObjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "ProjectCloudObjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "QuoteCloudObjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "CustomEntityCloudObjectTabDataGridView", "ofType": null}, {"kind": "OBJECT", "name": "CompanyDocumentsDataGridViewItems", "ofType": null}, {"kind": "OBJECT", "name": "RecordDocumentsDataGridViewItems", "ofType": null}]}, {"kind": "OBJECT", "name": "CloudObjectFolderCount", "description": null, "fields": [{"name": "entityType", "description": null, "args": [], "type": {"kind": "ENUM", "name": "EntityNameEnum", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityApiName", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "count", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "folders", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "CloudObjectFolderIdCount", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CloudObjectFolderIdCount", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "count", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "DocumentDataGridViewItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldDataContainer", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFolder", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFolderEmpty", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "CloudObjectTabDataGridViewOptionsParams", "description": null, "fields": null, "inputFields": [{"name": "searchQuery", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "filterByPeriod", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOptionParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "relatedDocuments", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "hideEmptyFolders", "description": null, "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "newFolderIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "filterByOwnerId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "filterByRecordName", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "filterByRecordType", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactCloudObjectTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DocumentDataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypeFolderCounts", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "CloudObjectFolderCount", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}, {"kind": "INTERFACE", "name": "GridViewFolderCountInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadCloudObjectTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DocumentDataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypeFolderCounts", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "CloudObjectFolderCount", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}, {"kind": "INTERFACE", "name": "GridViewFolderCountInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityCloudObjectTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DocumentDataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypeFolderCounts", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "CloudObjectFolderCount", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}, {"kind": "INTERFACE", "name": "GridViewFolderCountInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectCloudObjectTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DocumentDataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypeFolderCounts", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "CloudObjectFolderCount", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}, {"kind": "INTERFACE", "name": "GridViewFolderCountInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteCloudObjectTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DocumentDataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypeFolderCounts", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "CloudObjectFolderCount", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}, {"kind": "INTERFACE", "name": "GridViewFolderCountInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntityCloudObjectTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DocumentDataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypeFolderCounts", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "CloudObjectFolderCount", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}, {"kind": "INTERFACE", "name": "GridViewFolderCountInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedTabDataGridView", "description": null, "fields": [{"name": "ofAccount", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "viewType", "description": "Defines view type of feed screen.", "type": {"kind": "ENUM", "name": "FeedViewTypeEnum", "ofType": null}, "defaultValue": null}, {"name": "groupEmailsByThread", "description": "Defines if emails are grouped by their thread id", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "usedGroupIds", "description": "List of specific group ids used in all previous listings", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountFeedTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofContact", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "viewType", "description": "Defines view type of feed screen.", "type": {"kind": "ENUM", "name": "FeedViewTypeEnum", "ofType": null}, "defaultValue": null}, {"name": "groupEmailsByThread", "description": "Defines if emails are grouped by their thread id", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "usedGroupIds", "description": "List of specific group ids used in all previous listings", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactFeedTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofLead", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "viewType", "description": "Defines view type of feed screen.", "type": {"kind": "ENUM", "name": "FeedViewTypeEnum", "ofType": null}, "defaultValue": null}, {"name": "groupEmailsByThread", "description": "Defines if emails are grouped by their thread id", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "usedGroupIds", "description": "List of specific group ids used in all previous listings", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadFeedTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofOpportunity", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "viewType", "description": "Defines view type of feed screen.", "type": {"kind": "ENUM", "name": "FeedViewTypeEnum", "ofType": null}, "defaultValue": null}, {"name": "groupEmailsByThread", "description": "Defines if emails are grouped by their thread id", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "usedGroupIds", "description": "List of specific group ids used in all previous listings", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityFeedTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofProject", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "viewType", "description": "Defines view type of feed screen.", "type": {"kind": "ENUM", "name": "FeedViewTypeEnum", "ofType": null}, "defaultValue": null}, {"name": "groupEmailsByThread", "description": "Defines if emails are grouped by their thread id", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "usedGroupIds", "description": "List of specific group ids used in all previous listings", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectFeedTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofQuote", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "viewType", "description": "Defines view type of feed screen.", "type": {"kind": "ENUM", "name": "FeedViewTypeEnum", "ofType": null}, "defaultValue": null}, {"name": "groupEmailsByThread", "description": "Defines if emails are grouped by their thread id", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "usedGroupIds", "description": "List of specific group ids used in all previous listings", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteFeedTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofCustomEntity", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "viewType", "description": "Defines view type of feed screen.", "type": {"kind": "ENUM", "name": "FeedViewTypeEnum", "ofType": null}, "defaultValue": null}, {"name": "groupEmailsByThread", "description": "Defines if emails are grouped by their thread id", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "usedGroupIds", "description": "List of specific group ids used in all previous listings", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CustomEntityFeedTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedDetailScreenProfile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedDetailScreenProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountFeedTabDataGridView", "description": null, "fields": [{"name": "feed", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Feed", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "FeedTabDataGridViewOptionsParams", "description": null, "fields": null, "inputFields": [{"name": "hasAttachment", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "filterByPeriod", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOptionParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filterBySender", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedFilterSenderParams", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "entityTypes", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedTabEntityTypeOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "showOnlyMy", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "relatedMessages", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "showOnlyFavorite", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactFeedTabDataGridView", "description": null, "fields": [{"name": "feed", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Feed", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadFeedTabDataGridView", "description": null, "fields": [{"name": "feed", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Feed", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityFeedTabDataGridView", "description": null, "fields": [{"name": "feed", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Feed", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectFeedTabDataGridView", "description": null, "fields": [{"name": "feed", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Feed", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteFeedTabDataGridView", "description": null, "fields": [{"name": "feed", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Feed", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntityFeedTabDataGridView", "description": null, "fields": [{"name": "feed", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Feed", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedDetailScreenProfile", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedDetailProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedDetailProfile", "description": null, "fields": [{"name": "hasAttachment", "description": "Only applies to Email and Memo. If true, Emails and Memo records without attachments are excluded.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterByPeriod", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterBySender", "description": "If null or empty - filter is ignored.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedFilterSender", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypes", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedTabEntityTypeOptions", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showOnlyMy", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relatedMessages", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showOnlyFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedEmailTabDataGridView", "description": null, "fields": [{"name": "ofAccount", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedEmailTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "viewType", "description": "Defines view type of feed screen.", "type": {"kind": "ENUM", "name": "FeedViewTypeEnum", "ofType": null}, "defaultValue": null}, {"name": "groupEmailsByThread", "description": "Defines if emails are grouped by their thread id", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "usedGroupIds", "description": "List of specific group ids used in all previous listings", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountFeedEmailTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofContact", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedEmailTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "viewType", "description": "Defines view type of feed screen.", "type": {"kind": "ENUM", "name": "FeedViewTypeEnum", "ofType": null}, "defaultValue": null}, {"name": "groupEmailsByThread", "description": "Defines if emails are grouped by their thread id", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "usedGroupIds", "description": "List of specific group ids used in all previous listings", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactFeedEmailTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofLead", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedEmailTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "viewType", "description": "Defines view type of feed screen.", "type": {"kind": "ENUM", "name": "FeedViewTypeEnum", "ofType": null}, "defaultValue": null}, {"name": "groupEmailsByThread", "description": "Defines if emails are grouped by their thread id", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "usedGroupIds", "description": "List of specific group ids used in all previous listings", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadFeedEmailTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofOpportunity", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedEmailTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "viewType", "description": "Defines view type of feed screen.", "type": {"kind": "ENUM", "name": "FeedViewTypeEnum", "ofType": null}, "defaultValue": null}, {"name": "groupEmailsByThread", "description": "Defines if emails are grouped by their thread id", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "usedGroupIds", "description": "List of specific group ids used in all previous listings", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityFeedEmailTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofProject", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedEmailTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "viewType", "description": "Defines view type of feed screen.", "type": {"kind": "ENUM", "name": "FeedViewTypeEnum", "ofType": null}, "defaultValue": null}, {"name": "groupEmailsByThread", "description": "Defines if emails are grouped by their thread id", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "usedGroupIds", "description": "List of specific group ids used in all previous listings", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectFeedEmailTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofQuote", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedEmailTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "viewType", "description": "Defines view type of feed screen.", "type": {"kind": "ENUM", "name": "FeedViewTypeEnum", "ofType": null}, "defaultValue": null}, {"name": "groupEmailsByThread", "description": "Defines if emails are grouped by their thread id", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "usedGroupIds", "description": "List of specific group ids used in all previous listings", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "QuoteFeedEmailTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofCustomEntity", "description": null, "args": [{"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedEmailTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "viewType", "description": "Defines view type of feed screen.", "type": {"kind": "ENUM", "name": "FeedViewTypeEnum", "ofType": null}, "defaultValue": null}, {"name": "groupEmailsByThread", "description": "Defines if emails are grouped by their thread id", "type": {"kind": "SCALAR", "name": "Boolean", "ofType": null}, "defaultValue": "false"}, {"name": "usedGroupIds", "description": "List of specific group ids used in all previous listings", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "CustomEntityFeedEmailTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profiles", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedEmailDetailScreenProfile", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "activeProfile", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedEmailDetailScreenProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountFeedEmailTabDataGridView", "description": null, "fields": [{"name": "feed", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Feed", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "FeedEmailTabDataGridViewOptionsParams", "description": null, "fields": null, "inputFields": [{"name": "hasAttachment", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "filterByPeriod", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOptionParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filterBySender", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedFilterSenderParams", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "entityTypes", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedEmailTabEntityTypeOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "showOnlyMy", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "relatedMessages", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactFeedEmailTabDataGridView", "description": null, "fields": [{"name": "feed", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Feed", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadFeedEmailTabDataGridView", "description": null, "fields": [{"name": "feed", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Feed", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "OpportunityFeedEmailTabDataGridView", "description": null, "fields": [{"name": "feed", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Feed", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectFeedEmailTabDataGridView", "description": null, "fields": [{"name": "feed", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Feed", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "QuoteFeedEmailTabDataGridView", "description": null, "fields": [{"name": "feed", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Feed", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "CustomEntityFeedEmailTabDataGridView", "description": null, "fields": [{"name": "feed", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Feed", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedEmailDetailScreenProfile", "description": null, "fields": [{"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileId", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "shareMode", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileShareMode", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUsers", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sharedUnits", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "SalesUnitEntity", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "useLang", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isFavorite", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "owner", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ClientEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isDefault", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "profileType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProfileTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "instancePermissions", "description": null, "args": [{"name": "permissions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "EntityPermsEnum", "kind": "ENUM", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "tabs", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedEmailDetailProfile", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ProfileInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "FeedEmailDetailProfile", "description": null, "fields": [{"name": "hasAttachment", "description": "Only applies to Email and Memo. If true, Emails and Memo records without attachments are excluded.", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterByPeriod", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOption", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "filterBySender", "description": "If null or empty - filter is ignored.", "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FeedFilterSender", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entityTypes", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "FeedEmailTabEntityTypeOptions", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "showOnlyMy", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "relatedMessages", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductDetailTabs", "description": null, "fields": [{"name": "trendView", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductTrendView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "whiteSpaceView", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductWhiteSpaceView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "grid", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "drilldown", "description": null, "args": [{"name": "entityId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "seriesType", "description": null, "type": {"kind": "ENUM", "name": "ProductSerieTypeEnum", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductTabDrilldown", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductTrendView", "description": null, "fields": [{"name": "ofAccount", "description": null, "args": [{"name": "seriesType", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductSerieTypeEnum", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "entityId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountProductTrendView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountProductTrendView", "description": null, "fields": [{"name": "series", "description": null, "args": [{"name": "ids", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductSeriesView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "drilldown", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductTrendViewDrilldown", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "itemDrilldown", "description": null, "args": [{"name": "id", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductTrendViewDrilldown", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "seriesDrilldown", "description": null, "args": [{"name": "id", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "date", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductTrendViewDrilldown", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "startValueSeriesDrilldown", "description": null, "args": [{"name": "id", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductTrendViewDrilldown", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [{"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}, {"name": "sortOrder", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductTrendDataView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductSeriesView", "description": null, "fields": [{"name": "series", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductGraphSeries", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductGraphSeries", "description": null, "fields": [{"name": "date", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "series", "description": null, "args": [], "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductGraphItem", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "periodStart", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "periodEnd", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Date", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductGraphItem", "description": null, "fields": [{"name": "id", "description": "Product or ProductCategory id", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "value", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "startValue", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductTrendViewDrilldown", "description": null, "fields": [{"name": "listViewItems", "description": null, "args": [{"name": "filter", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadOpptyDrilldownFilterParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "OpportunityDrilldownDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductTrendDataView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductDataItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalSum", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductDataItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": "Name of product or product category", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "unitSymbol", "description": "Unit symbol for product or null otherwise", "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "ProductSerieTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "OpenAmount", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LostAmount", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WonAmount", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "OpenQuantity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LostQuantity", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "WonQuantity", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProductTabDataGridViewOptionsParams", "description": null, "fields": null, "inputFields": [{"name": "filterByPeriod", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PeriodOptionParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "filterByPipelineId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "filterByProductCategoryId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "showChildProducts", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductWhiteSpaceView", "description": null, "fields": [{"name": "ofAccount", "description": null, "args": [{"name": "similarAccounts", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SimilarAccountsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "entityId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountProductWhiteSpaceView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "drilldown", "description": null, "args": [{"name": "sessionId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "accountId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "columnId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "DrilldownModel", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountProductWhiteSpaceView", "description": null, "fields": [{"name": "data", "description": null, "args": [{"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "OBJECT", "name": "ProductWhiteSpaceDataView", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductWhiteSpaceDataView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "WhiteSpaceDataItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "columns", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "WhiteSpaceColumnItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "WhiteSpaceDataItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "accountType", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "WhiteSpaceAccountTypeEnum", "kind": "ENUM", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pictureUrl", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "values", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "WhiteSpaceValue", "kind": "OBJECT", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "ViewItemInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "WhiteSpaceAccountTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "Selected", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Similar", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Comparison", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "WhiteSpaceValue", "description": null, "fields": [{"name": "won", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "open", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lost", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "detailOpptyId", "description": "Opportunity id if value were computed only from this one", "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "WhiteSpaceColumnItem", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "name", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "isInComparison", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "SimilarAccountsParams", "description": null, "fields": null, "inputFields": [{"name": "byFields", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Boolean", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "fieldIds", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductTabDataGridView", "description": null, "fields": [{"name": "ofAccount", "description": null, "args": [{"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "accountId", "description": "ID of account related to products or NULL filter is not applied", "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "defaultValue": null}, {"name": "listingOptions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "includeIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "excludeIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductsOfAccountDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductsOfAccountDataGridViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sumItem", "description": "Sums of numeric fields", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldDataContainer", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "averageItem", "description": "Averages of numeric fields", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldDataContainer", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductTabDrilldown", "description": null, "fields": [{"name": "itemDrilldown", "description": null, "args": [{"name": "id", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductTrendViewDrilldown", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductCategoryDetailTabs", "description": null, "fields": [{"name": "trendView", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductCategoryTrendView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "whiteSpaceView", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductWhiteSpaceView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "grid", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductCategoryGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "drilldown", "description": null, "args": [{"name": "entityId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "seriesType", "description": null, "type": {"kind": "ENUM", "name": "ProductSerieTypeEnum", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductTabDrilldown", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductCategoryTrendView", "description": null, "fields": [{"name": "ofAccount", "description": null, "args": [{"name": "seriesType", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductSerieTypeEnum", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "entityId", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountProductCategoryTrendView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountProductCategoryTrendView", "description": null, "fields": [{"name": "series", "description": null, "args": [{"name": "ids", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductSeriesView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "drilldown", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductTrendViewDrilldown", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "itemDrilldown", "description": null, "args": [{"name": "id", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductTrendViewDrilldown", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "seriesDrilldown", "description": null, "args": [{"name": "id", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}, {"name": "date", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Date", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductTrendViewDrilldown", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "startValueSeriesDrilldown", "description": null, "args": [{"name": "id", "description": null, "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductTrendViewDrilldown", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "data", "description": null, "args": [{"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}, {"name": "sortOrder", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductCategoryTrendDataView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductCategoryTrendDataView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProductDataItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalSum", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "Float", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductCategoryGridView", "description": null, "fields": [{"name": "ofAccount", "description": null, "args": [{"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "accountId", "description": "ID of account related to products or NULL filter is not applied", "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "defaultValue": null}, {"name": "listingOptions", "description": null, "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "includeIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "excludeIds", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductCategoriesOfAccountDataGridViewItems", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductCategoriesOfAccountDataGridViewItems", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "sumItem", "description": "Sums of numeric fields", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldDataContainer", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "averageItem", "description": "Averages of numeric fields", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "FieldDataContainer", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductPricingDetailTabs", "description": null, "fields": [{"name": "grid", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProductPricingTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProductPricingTabDataGridView", "description": null, "fields": [{"name": "ofAccount", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountProductPricingTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountProductPricingTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountProductPricingTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "AccountProductPricingTabDataGridViewOptionsParams", "description": null, "fields": null, "inputFields": [{"name": "searchQuery", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "filterByProductCategoryId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ProjectTabDataGridView", "description": null, "fields": [{"name": "ofAccount", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "AccountProjectTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "ofContact", "description": null, "args": [{"name": "entityId", "description": "An ID of entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "listingOptions", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ProjectTabDataGridViewOptionsParams", "kind": "INPUT_OBJECT", "ofType": null}}, "defaultValue": null}, {"name": "sortBy", "description": "Options settings for tab grid listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "sortOrder", "description": "Options settings for tab grid sort order listing", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "SortOrder", "kind": "ENUM", "ofType": null}}, "defaultValue": null}, {"name": "displayColumn", "description": "List of columns to be displayed represented by their field idOrder of the display columns is kept in results, but frontend shouldkeep and watch it's own columns order map to optimize some user operations like remove of the column or moving column to a different position", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DisplayColumnParams", "kind": "INPUT_OBJECT", "ofType": null}}}}, "defaultValue": null}, {"name": "highlightChanges", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "GridHighlightChangesParams", "ofType": null}, "defaultValue": null}, {"name": "limit", "description": "Max item returned in the call", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "offset", "description": "Offset scroll index, starting at 0", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": "0"}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ContactProjectTabDataGridView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "AccountProjectTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "ProjectTabDataGridViewOptionsParams", "description": null, "fields": null, "inputFields": [{"name": "searchQuery", "description": null, "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "filterByOwnerId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "filterByPeriod", "description": null, "type": {"kind": "INPUT_OBJECT", "name": "PeriodOptionParams", "ofType": null}, "defaultValue": null}, {"name": "filterByProjectStatus", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ProjectStatusEnum", "kind": "ENUM", "ofType": null}}}, "defaultValue": null}, {"name": "filterByTags", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": "ID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ContactProjectTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LookUpTabDataGridView", "description": null, "fields": [{"name": "sessionId", "description": "Session that identifies consistent snapshot of the view data used for scrolling", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "total", "description": "Total number of results in the view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "items", "description": "Row items of scrollable view", "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "DataGridViewItem", "kind": "OBJECT", "ofType": null}}}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [{"kind": "INTERFACE", "name": "SnapshotIndexedDataInterface", "ofType": null}, {"kind": "INTERFACE", "name": "ListingViewInterface", "ofType": null}], "enumValues": null, "possibleTypes": null}, {"kind": "INPUT_OBJECT", "name": "RelationFieldTabSettingsFilterParams", "description": null, "fields": null, "inputFields": [{"name": "ownerId", "description": null, "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}], "interfaces": null, "enumValues": null, "possibleTypes": null}, {"kind": "ENUM", "name": "FieldRelationTypeEnum", "description": "An enumeration.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [{"name": "System", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "Lookup", "description": null, "isDeprecated": false, "deprecationReason": null}, {"name": "LookupRelated", "description": null, "isDeprecated": false, "deprecationReason": null}], "possibleTypes": null}, {"kind": "OBJECT", "name": "ExtractViews", "description": null, "fields": [{"name": "leadBoardStep", "description": null, "args": [{"name": "entityId", "description": "An id of entity which extract should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "profile", "description": "Profile for the LeadPreviewProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "LeadPreviewProfileParams", "ofType": null}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadPreviewStepExtractView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadBoardOpportunityStep", "description": null, "args": [{"name": "profile", "description": "Profile for the LeadPreviewProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "LeadPreviewProfileParams", "ofType": null}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadPreviewOpportunityStepExtractView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadArchiveLeadStep", "description": null, "args": [{"name": "entityId", "description": "An id of entity which extract should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "profile", "description": "Profile for the LeadArchiveProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "LeadArchiveProfileParams", "ofType": null}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ArchiveLeadPreviewStepExtractView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveLeadStep", "description": null, "args": [{"name": "profile", "description": "Profile for the OpportunityArchiveProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "OpportunityArchiveProfileParams", "ofType": null}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ArchiveLeadStepExtractView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveStep", "description": null, "args": [{"name": "entityId", "description": "An id of entity which extract should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "profile", "description": "Profile for the OpportunityArchiveProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "OpportunityArchiveProfileParams", "ofType": null}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ArchiveStepExtractView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveWonStep", "description": null, "args": [{"name": "entityId", "description": "An id of pipeline which won step should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "profile", "description": "Profile for the OpportunityArchiveProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "OpportunityArchiveProfileParams", "ofType": null}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "ArchiveWonStepExtractView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadStep", "description": null, "args": [{"name": "profile", "description": "Profile for the OpportunityPreviewProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "OpportunityPreviewProfileParams", "ofType": null}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "LeadStepExtractView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "step", "description": null, "args": [{"name": "entityId", "description": "An id of entity which extract should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "profile", "description": "Profile for the OpportunityPreviewProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "OpportunityPreviewProfileParams", "ofType": null}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "StepExtractView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "wonStep", "description": null, "args": [{"name": "entityId", "description": "An id of pipeline which won step should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "profile", "description": "Profile for the OpportunityPreviewProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "OpportunityPreviewProfileParams", "ofType": null}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "WonStepExtractView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "account", "description": null, "args": [{"name": "entityId", "description": "ID of the entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "AccountEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "contact", "description": null, "args": [{"name": "entityId", "description": "ID of the entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ContactEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "lead", "description": null, "args": [{"name": "entityId", "description": "ID of the entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "LeadEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunity", "description": null, "args": [{"name": "entityId", "description": "ID of the entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "OpportunityEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "quote", "description": null, "args": [{"name": "entityId", "description": "ID of the entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "QuoteEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "task", "description": null, "args": [{"name": "entityId", "description": "ID of the entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "TaskEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "appointment", "description": null, "args": [{"name": "entityId", "description": "ID of the entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "AppointmentEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "project", "description": null, "args": [{"name": "entityId", "description": "ID of the entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ProjectEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "product", "description": null, "args": [{"name": "entityId", "description": "ID of the entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ProductEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "client", "description": null, "args": [{"name": "entityId", "description": "ID of the entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ClientEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntity", "description": null, "args": [{"name": "entityId", "description": "ID of the entity whose items should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "entityApiName", "description": "Entity api name of custom entity.", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "String", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "CustomEntityEntityData", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelinePerformanceLeadStep", "description": null, "args": [{"name": "profile", "description": "Profile for the LifeCycleProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "LifeCycleProfileParams", "ofType": null}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PipelinePerformanceLeadStepExtractView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelinePerformanceStep", "description": null, "args": [{"name": "entityId", "description": "An id of entity which extract should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "profile", "description": "Profile for the LifeCycleProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "LifeCycleProfileParams", "ofType": null}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PipelinePerformanceStepExtractView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "pipelinePerformanceWonStep", "description": null, "args": [{"name": "entityId", "description": "An id of pipeline which won step should be retrieved", "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}, "defaultValue": null}, {"name": "profile", "description": "Profile for the LifeCycleProfile screen", "type": {"kind": "INPUT_OBJECT", "name": "LifeCycleProfileParams", "ofType": null}, "defaultValue": null}, {"name": "searchQuery", "description": "Fulltext search by string. When null, search is not applied.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "profileId", "description": "Optional, when used, session metadata will be stored as well", "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "PipelinePerformanceWonStepExtractView", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadPreviewStepExtractView", "description": null, "fields": [{"name": "leadsSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveLeadsSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveLeadsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversionRateTotalCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversionRateTotalSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversionRateCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversionRateSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "avgDaysInStep", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readyToMoveCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readyToMoveSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadPreviewOpportunityStepExtractView", "description": null, "fields": [{"name": "qualificationRateCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "qualificationRateSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "qualificationRateTotalCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "avgDaysInProcess", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ArchiveLeadPreviewStepExtractView", "description": null, "fields": [{"name": "leadsSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveLeadsSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveLeadsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversionRateTotalCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversionRateTotalSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversionRateCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversionRateSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "avgDaysInStep", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ArchiveLeadStepExtractView", "description": null, "fields": [{"name": "leadsSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveLeadsSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveLeadsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversionRateTotalCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversionRateTotalSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversionRateCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversionRateSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "avgDaysInStep", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ArchiveStepExtractView", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunitiesCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunitiesSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveOpportunitiesCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveOpportunitiesSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunitiesValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveOpportunitiesValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "avgDaysInStep", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dropOffRateTotalCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dropOffRateTotalSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dropOffRateCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dropOffRateSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "ArchiveWonStepExtractView", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunitiesCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunitiesSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveOpportunitiesCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveOpportunitiesSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunitiesValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveOpportunitiesValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "successRateTotalCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "successRateTotalSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "successRateCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "successRateSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "avgDaysInPipeline", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "wonArchiveOpportunitiesValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalOpportunitiesSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "LeadStepExtractView", "description": null, "fields": [{"name": "leadsSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leadsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveLeadsSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveLeadsCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversionRateTotalCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversionRateTotalSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversionRateCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversionRateSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "avgDaysInStep", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readyToMoveCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readyToMoveSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "StepExtractView", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunitiesCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunitiesSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveOpportunitiesCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveOpportunitiesSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunitiesValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveOpportunitiesValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "avgDaysInStep", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dropOffRateTotalCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dropOffRateTotalSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "dropOffRateCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "dropOffRateSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "readyToMoveCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "readyToMoveSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "velocityOverdueCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "velocityOverdueSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversionRateTotalCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversionRateTotalSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversionRateCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "conversionRateSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "WonStepExtractView", "description": null, "fields": [{"name": "id", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "ID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunitiesCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunitiesSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveOpportunitiesCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveOpportunitiesSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunitiesValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "archiveOpportunitiesValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "successRateTotalCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "successRateTotalSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "successRateCount", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "successRateSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "avgDaysInPipeline", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Int", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "wonArchiveOpportunitiesValue", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "Float", "kind": "SCALAR", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "totalOpportunitiesSession", "description": null, "args": [], "type": {"kind": "SCALAR", "name": "UUID", "ofType": null}, "isDeprecated": false, "deprecationReason": null}], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null}, {"kind": "OBJECT", "name": "TaskEntityData", "description": null, "fields": [{"name": "fields", "description": null, "args": [{"name": "ids", "description": "Null to load all fields defined on InterfacePreview entity", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "UUID", "kind": "SCALAR", "ofType": null}}}, "defaultValue": null}, {"name": "first", "description": null, "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": null, "kind": "LIST", "ofType": {"name": "InterfaceFieldData", "kind": "INTERFACE", "ofType": null}}}, "isDeprecated": false, "deprecationReason": null}, {"name": "entity", "description": null, "args": [], "type": {"kind": "NON_NULL", "name": null, "ofType": {"name": "TaskEntity", "kind": "OBJECT", "ofType": null}}, "isDeprecated": false, "deprecationReason": null}, {"name": "contacts", "description": "\n    Paginated connection between pipeliner domain entities.\n    Pages through one to many edge entity connecting origin entity to target entity.\n    If there is no intermediate relation entity table, the target entity is used as edge.\n    ", "args": [{"name": "orderBy", "description": "Order Contact relations by target Contact attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "ContactOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "accounts", "description": "\n    Paginated connection between pipeliner domain entities.\n    Pages through one to many edge entity connecting origin entity to target entity.\n    If there is no intermediate relation entity table, the target entity is used as edge.\n    ", "args": [{"name": "orderBy", "description": "Order Account relations by target Account attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "AccountOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "leads", "description": "\n    Paginated connection between pipeliner domain entities.\n    Pages through one to many edge entity connecting origin entity to target entity.\n    If there is no intermediate relation entity table, the target entity is used as edge.\n    ", "args": [{"name": "orderBy", "description": "Order Lead relations by target Lead attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "LeadOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "opportunities", "description": "\n    Paginated connection between pipeliner domain entities.\n    Pages through one to many edge entity connecting origin entity to target entity.\n    If there is no intermediate relation entity table, the target entity is used as edge.\n    ", "args": [{"name": "orderBy", "description": "Order Opportunity relations by target Opportunity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "OpportunityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "last", "description": "Return only the \"last\" number of entities from result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}], "type": {"kind": "OBJECT", "name": "ActivityRelationEntityConnection", "ofType": null}, "isDeprecated": false, "deprecationReason": null}, {"name": "customEntities", "description": "\n    Paginated connection between pipeliner domain entities.\n    Pages through one to many edge entity connecting origin entity to target entity.\n    If there is no intermediate relation entity table, the target entity is used as edge.\n    ", "args": [{"name": "orderBy", "description": "Order CustomEntity relations by target CustomEntity attributes.", "type": {"kind": "LIST", "name": null, "ofType": {"name": null, "kind": "NON_NULL", "ofType": {"name": "CustomEntityOrderByInput", "kind": "INPUT_OBJECT", "ofType": null}}}, "defaultValue": null}, {"name": "before", "description": "Cursor until which to take entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "after", "description": "Cursor after which to start taking entities to result set.", "type": {"kind": "SCALAR", "name": "String", "ofType": null}, "defaultValue": null}, {"name": "first", "description": "Number of entities to return from beginning of the result set.", "type": {"kind": "SCALAR", "name": "Int", "ofType": null}, "defaultValue": null}, {"name": "las